Python library with helpers for packaging golang source code
Project description
manygo
A Python library for generating platform-specific tags for Golang packages and binaries.
Features
- Convert Golang platform identifiers (GOOS and GOARCH) to Python platform tags
Installation
pip install manygo
Usage
>>> import manygo
>>> manygo.get_platform_tag('linux', 'amd64')
'manylinux_2_17_x86_64'
>>> manygo.get_platform_tag('darwin', 'arm64')
'macosx_11_0_arm64'
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
manygo-0.1.3.tar.gz
(5.1 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 manygo-0.1.3.tar.gz.
File metadata
- Download URL: manygo-0.1.3.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c1983eb71c61452842d2ff904a45cff6374002b513aa37b3c4af1240aab7c70
|
|
| MD5 |
22a8b11a6503aa795203aacbe7397080
|
|
| BLAKE2b-256 |
3c5ba6f3326d7cf5e6240f59c6628a4c41c8720f6639e046fa1e7c5396e917fb
|
File details
Details for the file manygo-0.1.3-py3-none-any.whl.
File metadata
- Download URL: manygo-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf21d390acdd0a7f43bd9994ed93179c9536bd521f6690cfa9bb2b94e948f829
|
|
| MD5 |
e58210826aba9f01cb9e36ae6722ac24
|
|
| BLAKE2b-256 |
d3945a5d4f9946c56c1264c086a0be2d1078c1eec14d4094412669c4ac3d0f94
|