We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b94aa3 commit 13f1863Copy full SHA for 13f1863
README.md
README.rst
@@ -0,0 +1,23 @@
1
+back2source-data
2
+================
3
+
4
+Checking if package sources and binaries match
5
6
+Instructions to run:
7
+====================
8
9
+1. Clone the repository using git clone https://github.com/aboutcode-org/back2source-data
10
11
+2. Install beautifulsoup4 using pip install beautifulsoup4
12
13
+3. Run the script using python3 etc/scripts/get_fedora_urls.py
14
15
+4. It will generate a file named pairs.csv
16
17
+5. Install purldb https://github.com/nexB/purldb
18
19
+6. Setup purldb using purldb Instructions
20
21
+7. activate venv and run etc/scripts/run_d2d.py
22
23
+8. It will generate a file named d2d-summary.csv
0 commit comments