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

{
    "name": "py-oauth",
    "portdir": "python/py-oauth",
    "version": "1.0.1",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://code.google.com/p/oauth",
    "description": "Python library for OAuth",
    "long_description": "An open protocol to allow API authentication in a simple and standard method from desktop and web applications. NB, this provides OAuth version 1 which is substantially different from version 2.",
    "active": true,
    "categories": [
        "net",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py27-oauth"
            ]
        }
    ],
    "depends_on": []
}