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

{
    "name": "py38-xraydb",
    "portdir": "python/py-xraydb",
    "version": "4.5.2",
    "license": "public-domain",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://xraypy.github.io/XrayDB",
    "description": "X-ray reference data in a SQLite library, including a Python interface.",
    "long_description": "X-ray reference data in a SQLite library, including a Python interface. The repository contains useful data about the interactions of X-rays with matter. It packages these different data sources into a single sqlite3 database which can, in principle, be used by a very large number of computer programming languages and environments.",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "joe.fowler",
            "github": "joefowler",
            "ports_count": 72
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py38-setuptools_scm",
                "py38-wheel",
                "py38-build",
                "py38-installer",
                "py38-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py38-numpy",
                "py38-scipy",
                "py38-sqlalchemy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py38-xraylarch"
            ]
        }
    ]
}