GET /api/v1/ports/py310-eventlet/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-eventlet",
"portdir": "python/py-eventlet",
"version": "0.40.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://eventlet.net/",
"description": "Highly concurrent networking library",
"long_description": "Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1052
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-hatch-vcs",
"py310-installer",
"clang-17",
"py310-build",
"py310-hatchling"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-greenlet",
"py310-dnspython"
]
},
{
"type": "test",
"ports": [
"py310-nose"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py310-fasteners"
]
}
]
}