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

{
    "name": "py39-trio",
    "portdir": "python/py-trio",
    "version": "0.23.2",
    "license": "(Apache-2 or MIT)",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://trio.readthedocs.io/en/stable/",
    "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": 57
        },
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 1279
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py39-installer",
                "py39-build",
                "py39-wheel",
                "py39-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-sortedcontainers",
                "py39-exceptiongroup",
                "python39",
                "py39-attrs",
                "py39-idna",
                "py39-outcome",
                "py39-sniffio"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-sortedcontainers",
                "py39-sniffio",
                "py39-outcome",
                "py39-idna",
                "py39-attrs",
                "py39-async_generator"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-astor",
                "py39-async_generator",
                "py39-cryptography",
                "py39-ipython",
                "py39-mypy",
                "py39-mypy_extensions",
                "py39-openssl",
                "py39-trustme",
                "py39-pytest-trio"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-dnspython",
                "py39-pytest-trio",
                "py39-trio-websocket"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-python-socks"
            ]
        }
    ]
}