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

{
    "name": "py39-spopt",
    "portdir": "python/py-spopt",
    "version": "0.5.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pysal/spopt",
    "description": "Spatial Optimization (spopt)",
    "long_description": "Spatial Optimization (spopt) is an open-source Python library for solving optimization problems with spatial data. Originating from the region module in PySAL (Python Spatial Analysis Library), it is under active development for the inclusion of newly proposed models and methods for regionalization, facility location, and transportation-oriented solutions.",
    "active": true,
    "categories": [
        "python",
        "gis"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "clang-17",
                "py39-installer",
                "py39-build",
                "py39-wheel",
                "py39-setuptools_scm"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-scipy",
                "py39-shapely",
                "py39-tqdm",
                "py39-mapclassify",
                "py39-pulp",
                "py39-spaghetti",
                "py39-scikit-learn",
                "py39-pandas",
                "py39-numpy",
                "py39-networkx",
                "py39-libpysal",
                "py39-geopandas"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-codecov",
                "py39-coverage",
                "py39-matplotlib",
                "py39-pytest",
                "py39-pytest-cov",
                "py39-pytest-xdist",
                "py39-mapclassify",
                "py39-folium"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-pysal"
            ]
        }
    ]
}