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

{
    "name": "py36-async_generator",
    "portdir": "python/py-async_generator",
    "version": "1.10",
    "license": "MIT and Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/python-trio/async_generator",
    "description": "A library making it easy to write async iterators in Python 3.5",
    "long_description": "Python 3.6 added async generators. Python 3.7 adds some more tools to make them usable, like contextlib.asynccontextmanager. This library gives you all that back to Python 3.5.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py36-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py36-anyio"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py36-trio"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-outcome",
                "py36-pytest-asyncio"
            ]
        }
    ]
}