GET /api/v1/ports/py312-pyspnego/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py312-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": [
"py312-build",
"py312-setuptools",
"py312-wheel",
"clang-17",
"py312-installer"
]
},
{
"type": "lib",
"ports": [
"py312-cryptography",
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-requests_ntlm",
"py312-requests-kerberos"
]
}
]
}