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

{
    "name": "py-isodate",
    "portdir": "python/py-isodate",
    "version": "0.6.1",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pypi.python.org/pypi/isodate",
    "description": "An ISO 8601 date/time/duration parser and formatter",
    "long_description": "This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "esafak",
            "github": "esafak",
            "ports_count": 126
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py313-isodate"
            ]
        }
    ],
    "depends_on": []
}