manygo


Namemanygo JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryPython library with helpers for packaging golang source code
upload_time2024-12-30 03:05:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords golang packaging platform-tags
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

```bash
pip install manygo
```

## Usage

```python
>>> import manygo
>>> manygo.get_platform_tag('linux', 'amd64')
'manylinux_2_17_x86_64'

>>> manygo.get_platform_tag('darwin', 'arm64')
'macosx_11_0_arm64'
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "manygo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "golang, packaging, platform-tags",
    "author": null,
    "author_email": "Jamison Lahman <jamison@lahman.dev>",
    "download_url": "https://files.pythonhosted.org/packages/8f/a4/4d460d6705161c4a001cdc84d0bd4cff37136b784887c6d3d0d0f32d9afe/manygo-0.1.2.tar.gz",
    "platform": null,
    "description": "# manygo\n\nA Python library for generating platform-specific tags for Golang packages and binaries.\n\n## Features\n\n- Convert Golang platform identifiers (GOOS and GOARCH) to Python platform tags\n\n## Installation\n\n```bash\npip install manygo\n```\n\n## Usage\n\n```python\n>>> import manygo\n>>> manygo.get_platform_tag('linux', 'amd64')\n'manylinux_2_17_x86_64'\n\n>>> manygo.get_platform_tag('darwin', 'arm64')\n'macosx_11_0_arm64'\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python library with helpers for packaging golang source code",
    "version": "0.1.2",
    "project_urls": {
        "Repository": "https://github.com/jmelahman/manygo"
    },
    "split_keywords": [
        "golang",
        " packaging",
        " platform-tags"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c2363e2d283478f9c7c4a911ad0a5fcddbad7ef95045ef1e86c414da80716a78",
                "md5": "018204f121c12c17dee9dc147c4b4dde",
                "sha256": "df88f272bbad467ac10171f8071e5a5dc19de37609647dc31e4a4c5a921a3638"
            },
            "downloads": -1,
            "filename": "manygo-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "018204f121c12c17dee9dc147c4b4dde",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3171,
            "upload_time": "2024-12-30T03:05:09",
            "upload_time_iso_8601": "2024-12-30T03:05:09.126574Z",
            "url": "https://files.pythonhosted.org/packages/c2/36/3e2d283478f9c7c4a911ad0a5fcddbad7ef95045ef1e86c414da80716a78/manygo-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8fa44d460d6705161c4a001cdc84d0bd4cff37136b784887c6d3d0d0f32d9afe",
                "md5": "ef5bb13dd92c0580238ebd6b5374e4cf",
                "sha256": "9ba07d7074842a92450f16f00698d1382402c42bd93e7a7cace5d5671f486f9e"
            },
            "downloads": -1,
            "filename": "manygo-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ef5bb13dd92c0580238ebd6b5374e4cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5044,
            "upload_time": "2024-12-30T03:05:12",
            "upload_time_iso_8601": "2024-12-30T03:05:12.868361Z",
            "url": "https://files.pythonhosted.org/packages/8f/a4/4d460d6705161c4a001cdc84d0bd4cff37136b784887c6d3d0d0f32d9afe/manygo-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-30 03:05:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jmelahman",
    "github_project": "manygo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "manygo"
}
        
Elapsed time: 0.47889s