GET /api/v1/ports/py39-rsa/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py39-rsa",
"portdir": "python/py-rsa",
"version": "4.9",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://stuvel.eu/software/rsa/",
"description": "Pure Python RSA implementation",
"long_description": "Pure Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the commandline.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 553
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-installer",
"clang-16",
"py39-poetry-core",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-asn1"
]
},
{
"type": "test",
"ports": [
"py39-mypy",
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-oauth2client",
"py39-google-auth",
"py39-awscli"
]
},
{
"type": "run",
"ports": [
"py39-telethon"
]
}
]
}