GET /api/v1/ports/py-psycopg2/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py-psycopg2",
"portdir": "python/py-psycopg2",
"version": "2.9.10",
"license": "LGPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.psycopg.org",
"description": "A python DBAPI-2.0-compliant database adapter for postgresql",
"long_description": "Psycopg2 is a postgresql database adapter for python. It's fully compliant to python's DBAPI-2.0. psycopg is designed for heavily multi-threaded applications featuring connection pooling.",
"active": true,
"categories": [
"databases",
"python"
],
"maintainers": [
{
"name": "snc",
"github": "nerdling",
"ports_count": 150
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py313-psycopg2"
]
}
],
"depends_on": []
}