GET /api/v1/ports/py39-pygithub/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py39-pygithub",
    "portdir": "python/py-pygithub",
    "version": "2.6.1",
    "license": "LGPL-3+",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pygithub.readthedocs.io/",
    "description": "Typed interactions with the GitHub API v3",
    "long_description": "PyGitHub is a Python library to access the GitHub REST API. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "raimue",
            "github": "raimue",
            "ports_count": 56
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "py39-setuptools_scm",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-urllib3",
                "py39-cryptography",
                "py39-deprecated",
                "py39-jwt",
                "py39-pynacl",
                "py39-requests",
                "py39-typing_extensions"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-keep"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-spyder"
            ]
        }
    ]
}