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

{
    "name": "py39-mmtf-python",
    "portdir": "python/py-mmtf-python",
    "version": "1.1.2",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rcsb/mmtf-python",
    "description": "The python implementation of the MMTF API, decoder and encoder.",
    "long_description": "The python implementation of the MMTF API, decoder and encoder. The macromolecular transmission format (MMTF) is a binary encoding of biological structures. This repository holds the Python 2 and 3 compatible API, encoding and decoding libraries.",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "giovanni.bussi",
            "github": "GiovanniBussi",
            "ports_count": 81
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-installer",
                "clang-17",
                "py39-setuptools",
                "py39-wheel",
                "py39-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-msgpack"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-nose",
                "py39-numpy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-MDAnalysis"
            ]
        }
    ]
}