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

{
    "name": "py38-trio",
    "portdir": "python/py-trio",
    "version": "0.27.0",
    "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": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "jan",
            "github": "jandemter",
            "ports_count": 64
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py38-installer",
                "py38-build",
                "py38-wheel",
                "py38-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py38-sortedcontainers",
                "py38-exceptiongroup",
                "python38",
                "py38-attrs",
                "py38-idna",
                "py38-outcome",
                "py38-sniffio"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py38-sortedcontainers",
                "py38-sniffio",
                "py38-outcome",
                "py38-idna",
                "py38-attrs",
                "py38-async_generator"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py38-astor",
                "py38-async_generator",
                "py38-cryptography",
                "py38-ipython",
                "py38-mypy",
                "py38-mypy_extensions",
                "py38-openssl",
                "py38-trustme",
                "py38-pytest-trio"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py38-trio-websocket",
                "py38-pytest-trio",
                "py38-dnspython"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py38-python-socks"
            ]
        }
    ]
}