GET /api/v1/ports/py39-monty/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py39-monty",
    "portdir": "python/py-monty",
    "version": "2023.9.25",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://materialsvirtuallab.github.io/monty/",
    "description": "Monty is the missing complement to Python.",
    "long_description": "Monty is the missing complement to Python. Monty implements supplementary useful functions for Python that are not part of the standard library. Examples include useful utilities like transparent support for zipped files etc.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "joe.fowler",
            "github": "joefowler",
            "ports_count": 72
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py39-pymatgen"
            ]
        }
    ]
}