GET /api/v1/ports/py312-h11/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py312-h11",
"portdir": "python/py-h11",
"version": "0.13.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-hyper/h11",
"description": "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1",
"long_description": "This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2.",
"active": true,
"categories": [
"net",
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-installer",
"clang-17",
"py312-build",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"python312"
]
},
{
"type": "test",
"ports": [
"py312-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"matrix-nio",
"py312-wsproto",
"py312-httpcore"
]
}
]
}