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

{
    "name": "py37-aplpy",
    "portdir": "python/py-aplpy",
    "version": "1.1.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://aplpy.github.io",
    "description": "The Astronomical Plotting Library in Python",
    "long_description": "APLpy (the Astronomical Plotting Library in Python) is a Python module aimed at producing publication-quality plots of astronomical imaging data in FITS format. The module uses Matplotlib, a powerful and interactive plotting package. It is capable of creating output files in several graphical formats, including EPS, PDF, PS, PNG, and SVG.",
    "active": false,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "mperrin",
            "github": "mperrin",
            "ports_count": 11
        }
    ],
    "variants": [
        "rgb",
        "avm",
        "ds9"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py37-astropy",
                "py37-matplotlib",
                "py37-numpy",
                "py37-pyregion",
                "py37-pyavm",
                "py37-Pillow"
            ]
        }
    ],
    "depends_on": []
}