GET /api/v1/ports/py310-aiomysql/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-aiomysql",
"portdir": "python/py-aiomysql",
"version": "0.2.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/aio-libs/aiomysql",
"description": "MySQL driver for asyncio.",
"long_description": "aiomysql is a driver for accessing a MySQL database from the asyncio (PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL . aiomysql tries to be like awesome aiopg library and preserve same api, look and feel.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-installer",
"clang-17",
"py310-setuptools",
"py310-toml",
"py310-setuptools_scm",
"py310-wheel",
"py310-setuptools_scm_git_archive",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-pymysql"
]
},
{
"type": "test",
"ports": [
"py310-docker"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-aiomysql"
]
}
]
}