HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py313-trio",
"portdir": "python/py-trio",
"version": "0.27.0",
"license": "(Apache-2 or MIT)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://trio.readthedocs.io/en/stable/",
"description": "Friendly Python library for async concurrency and I/O",
"long_description": "The Trio project's goal is to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "jan",
"github": "jandemter",
"ports_count": 64
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"py313-outcome",
"python313",
"py313-attrs",
"py313-idna",
"py313-sortedcontainers",
"py313-sniffio"
]
},
{
"type": "test",
"ports": [
"py313-mypy_extensions",
"py313-mypy",
"py313-async_generator",
"py313-pytest-trio",
"py313-astor",
"py313-ipython",
"py313-cryptography",
"py313-openssl",
"py313-trustme"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-dnspython",
"py313-pytest-trio"
]
},
{
"type": "run",
"ports": [
"py313-python-socks"
]
}
]
}