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
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
go_miner-1.0.3.tar.gz
(9.3 kB
view details)
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.3.tar.gz.
File metadata
- Download URL: go_miner-1.0.3.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
179311ea2ac6ad70e3eb307980857044ac4e55677b7fd72e2bfefe98e46c3a12
|
|
| MD5 |
34bd6efc706b0facee44fffb77517c5f
|
|
| BLAKE2b-256 |
26aec3fbeaa6d3b39affa64c5bed392aa296b022bcdd03947c46a6cda3bdc085
|
File details
Details for the file go_miner-1.0.3-py3-none-any.whl.
File metadata
- Download URL: go_miner-1.0.3-py3-none-any.whl
- Upload date:
- Size: 9.1 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 |
5b34fc8412445cef1a04a7b715ac885fcfd079d32ccd488969ad1c682769062c
|
|
| MD5 |
64b9f90386c37938e0e89e888bba0329
|
|
| BLAKE2b-256 |
96a2afa532cc359e0d7f6ac7736f711abfae026116c47287a952cf4a594860d6
|