GET /api/v1/ports/py310-pyspnego/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-pyspnego",
"portdir": "python/py-pyspnego",
"version": "0.11.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jborean93/pyspnego",
"description": "Python SPNEGO Library",
"long_description": "Library to handle SPNEGO (Negotiate, NTLM, Kerberos) and CredSSP authentication. Also includes a packet parser that can be used to decode raw NTLM/SPNEGO/Kerberos tokens into a human readable format.",
"active": true,
"categories": [
"net",
"security",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-17",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"py310-cryptography",
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-requests_ntlm",
"py310-requests-kerberos"
]
}
]
}