{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/4"}],"enrichment":{"capability":"Converts Golang platform identifiers (GOOS and GOARCH) into Python platform tags for packaging and distributing Go binaries.","skillfed_tags":["golang-integration","packaging-tools"],"use_cases":["Packaging Go binaries for distribution via PyPI or other Python package repositories","Automating platform-specific tag selection when embedding Go tools in Python projects","Building cross-platform Python packages that wrap or invoke Go executables","Generating correct platform tags for CI/CD pipelines that build Go binaries for multiple architectures"],"what_it_does":"manygo is a utility library that translates Go's platform naming scheme (GOOS/GOARCH pairs like 'linux'/'amd64') into Python's standardized platform tags (like 'manylinux_2_17_x86_64'). It exists to bridge the gap when packaging or distributing Go binaries through Python tooling\u2014situations where you need to express a Go binary's target platform in Python's tag format.\n\nThe library is straightforward: call `get_platform_tag()` with a Go OS and architecture, and it returns the corresponding Python tag. It has no external dependencies and requires Python 3.10 or later. The project is actively maintained but still in Alpha, so the API or tag mappings may evolve.","worth_installing":"Yes, if you are packaging Go binaries through Python tooling. The library is lightweight, has no dependencies, carries permissive licensing, and solves a specific translation problem. The Alpha status and young age mean the API could change, but for straightforward platform-tag conversion it is low-risk. Not relevant if you do not work with Go binaries in Python projects."},"id":"manygo","links":{"html":"https://skillfed.io/packages/manygo","md":"https://skillfed.io/packages/manygo.md","pypi":"https://pypi.org/project/manygo/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-12-04","license_spdx":"MIT","license_treatment":"permissive","name":"manygo","python_support":"supports_current","summary":"Python library with helpers for packaging golang source code"},"popularity":{"monthly_downloads":182698,"position":10087,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.0"}
