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

{
    "name": "py39-trio",
    "portdir": "python/py-trio",
    "version": "0.17.0",
    "license": "(Apache-2 or MIT)",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/python-trio/trio/",
    "description": "Friendly Python library for async concurrency and I/O",
    "long_description": "The Trio project's goal is to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "jan",
            "github": "jandemter",
            "ports_count": 51
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-idna",
                "py39-outcome",
                "py39-sniffio",
                "py39-sortedcontainers",
                "py39-attrs",
                "py39-async_generator"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-astor",
                "py39-black",
                "py39-jedi",
                "py39-openssl",
                "py39-pylint",
                "py39-pytest",
                "py39-trustme"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-dnspython"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-python-socks"
            ]
        }
    ]
}