GET /api/v1/ports/py310-cinderclient/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-cinderclient",
"portdir": "python/py-cinderclient",
"version": "9.7.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://docs.openstack.org/python-cinderclient/latest/",
"description": "Client for the OpenStack Volume API",
"long_description": "Client for the OpenStack Volume API. There’s a Python API (the cinderclient module), and a command-line script (cinder). Each implements 100% of the OpenStack Volume API.",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"clang-17",
"py310-installer",
"py310-build",
"py310-wheel",
"py310-pbr"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-oslo-utils",
"py310-oslo-i18n",
"py310-keystoneauth1",
"py310-prettytable",
"py310-stevedore",
"py310-requests"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py310-openstackclient"
]
}
]
}