Mine and extract complete package lists from Go modules registry
Project description
Go Package Miner
A Python tool to mine and extract complete package lists from the Go modules registry.
Installation
pip install go-miner
Usage
go-miner
Or use as a Python module:
from go_miner import mine_go
mine_go()
Data Source
- Go Module Index: https://index.golang.org/index
- Go Proxy API: https://proxy.golang.org
Output
Location: ../Package-List/Go.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 "Go")
- Name (full module path)
- Homepage URL (empty)
- 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 go_miner-1.0.4.tar.gz.
File metadata
- Download URL: go_miner-1.0.4.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4cc01903fa029784648d41d74254e5662e7f213a60880fdf8fb969c0816e5ed
|
|
| MD5 |
30128ad87b1a4e10a4687b81b0088231
|
|
| BLAKE2b-256 |
b0fce5b52dc3791ec6b3571245a4bd61225142538453b20c156d3584b820f1c5
|
File details
Details for the file go_miner-1.0.4-py3-none-any.whl.
File metadata
- Download URL: go_miner-1.0.4-py3-none-any.whl
- Upload date:
- Size: 9.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 |
ceda0c1b9d3a7637c5d97215c340b75d584a9439efb2e68755685dec2d5adafe
|
|
| MD5 |
13c3e2b8b1099bfa54949153a5f1e4a9
|
|
| BLAKE2b-256 |
eaf851ed8172719c98bbce5627900727ae658ac8ac1da64051d68cb740649969
|