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

{
    "name": "py37-asyncpg",
    "portdir": "python/py-asyncpg",
    "version": "0.25.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/MagicStack/asyncpg",
    "description": "An asyncio PostgreSQL driver",
    "long_description": "asyncpg is a database interface library designed specifically for PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation of PostgreSQL server binary protocol for use with Python's asyncio framework.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-build",
                "clang-14",
                "py37-cython",
                "py37-python-install",
                "py37-setuptools",
                "py37-wheel"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py37-typing_extensions"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py37-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py37-databases"
            ]
        }
    ]
}