GET /api/v1/ports/py312-aiosqlite/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py312-aiosqlite",
"portdir": "python/py-aiosqlite",
"version": "0.21.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/omnilib/aiosqlite",
"description": "asyncio bridge to the standard sqlite3 module",
"long_description": "aiosqlite provides a friendly, async interface to sqlite databases. It replicates the standard sqlite3 module, but with async versions of all the standard connection and cursor methods, plus context managers for automatically closing connections and cursors.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py312-build",
"py312-flit_core",
"py312-installer",
"py312-typing_extensions"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": []
}