GET /api/v1/ports/py27-ezpycrypto/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py27-ezpycrypto",
    "portdir": "python/py-ezpycrypto",
    "version": "0.1.1",
    "license": "GPL",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://freenet.mcnabhosting.com/python/ezPyCrypto/",
    "description": "high-level encryption python module building upon py-crypto",
    "long_description": "ezPyCrypto is a high-level encryption library for Python that makes your job of securing data easy and effortless. As a reaction to some other crypto libraries, which can be painfully complex to understand and use, ezPyCrypto has been designed from the ground up for absolute ease of use, without compromising security.",
    "active": true,
    "categories": [
        "security",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-pycryptodome"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py27-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-ezpycrypto"
            ]
        }
    ]
}