Mine and extract complete package lists from PyPI registry
Project description
PyPI Package Miner
A Python tool to mine and extract complete package lists from the PyPI (Python Package Index) registry.
Installation
pip install pypi-miner
Usage
pypi-miner
Or use as a Python module:
from pypi_miner import mine_pypi
mine_pypi()
Data Source
- PyPI Simple Index: https://pypi.org/simple/
- Package Metadata: https://pypi.org/pypi/{package-name}/json
Output
Location: ../Package-List/PyPI.csv
The output file will be stored in a folder named "Package-List" in your current working directory.
If you are using a virtual environment, "Package-List" will be located where venv is installed.
Format: CSV file with columns:
- ID (sequential number)
- Platform (always "PyPI")
- Name (package name)
- Homepage URL
- Repository URL
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pypi_miner-1.0.4.tar.gz.
File metadata
- Download URL: pypi_miner-1.0.4.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f7725bb991daf6aa270d7b86f30734420680d5c716389c852499f7e061008c0
|
|
| MD5 |
f376ca2463092b6adc62f8ad532ff229
|
|
| BLAKE2b-256 |
2df13cdafc27f199b9e16fc04d55ceeadb06cfb92734a93c240666560e1757cc
|
File details
Details for the file pypi_miner-1.0.4-py3-none-any.whl.
File metadata
- Download URL: pypi_miner-1.0.4-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15164b24c0f4538e1731154d88d90f677ab372681e75a9d8c74ec71424d7cd37
|
|
| MD5 |
8a57bacafcf2b15c142836e9e3cfbaaa
|
|
| BLAKE2b-256 |
82b98316098225787aec67de391e4af86301ea8e901fd9981342621fee0e5daf
|