GET /api/v1/ports/py310-aiopg/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-aiopg",
"portdir": "python/py-aiopg",
"version": "1.4.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aiopg.readthedocs.io/",
"description": "Postgres integration with asyncio.",
"long_description": "aiopg is a library for accessing a PostgreSQL database from the asyncio (PEP-3156/tulip) framework. It wraps asynchronous features of the Psycopg database driver.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py310-wheel",
"py310-build",
"py310-installer",
"py310-setuptools"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-async-timeout",
"py310-psycopg2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-aiopg"
]
},
{
"type": "run",
"ports": [
"py310-databases"
]
}
]
}