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

{
    "name": "py27-json-tricks",
    "portdir": "python/py-json-tricks",
    "version": "3.15.3",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/mverleg/pyjson_tricks",
    "description": "The json-tricks exentds handling of json files.",
    "long_description": "The pyjson-tricks package brings several pieces of functionality to python handling of json files: Store and load numpy arrays in human-readable format. Store and load class instances both generic and customized. Store and load date/times as a dictionary (including timezone). Preserve map order  using OrderedDict. Allow for comments in json files by starting lines with #. Sets, complex numbers, Decimal, Fraction, enums, compression, duplicate keys, ...",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "eborisch",
            "github": "eborisch",
            "ports_count": 218
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py27-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py27-tz",
                "py27-numpy",
                "py27-pandas",
                "py27-pytest"
            ]
        }
    ],
    "depends_on": []
}