https://github.com/sethmlarson/vendored-libraries-in-python-dists
Vendored libraries in Python distributions
https://github.com/sethmlarson/vendored-libraries-in-python-dists
Last synced: 7 months ago
JSON representation
Vendored libraries in Python distributions
- Host: GitHub
- URL: https://github.com/sethmlarson/vendored-libraries-in-python-dists
- Owner: sethmlarson
- License: apache-2.0
- Created: 2023-07-07T13:52:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T19:22:05.000Z (over 2 years ago)
- Last Synced: 2025-03-12T06:15:18.496Z (10 months ago)
- Language: Python
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vendored libraries in Python distributions
The data can be found in `packages-to-binaries.csv` which contains three rows:
- Package
- Binary
- Distribution (First encountered, may be more than one)
The data is captured for `.so`, `.pyd`, `.a`, and `.dll` files. All other files aren't captured in the dataset.
## How it works
- Query top packages that have binary distributions from `sethmlarson/pypi-data`
- Download all distributions for the latest release of those packages into `dists/`
- Extract the distributions one-by-one and perform an operation (like gathering binary filenames)
Downloading and extracting take a long time and space, if you don't absolutely need to reproduce the data
I recommend using the raw data under `packages-to-binaries.csv`. Much faster and resource-light that way!
## License
Apache-2.0