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

{
    "name": "py310-pyogrio",
    "portdir": "python/py-pyogrio",
    "version": "0.10.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pyogrio.readthedocs.io/",
    "description": "Bulk-oriented spatial vector file I/O using GDAL/OGR",
    "long_description": "Pyogrio provides fast, bulk-oriented read and write access to GDAL/OGR vector data sources, such as ESRI Shapefile, GeoPackage, GeoJSON, and several others. Vector data sources typically have geometries, such as points, lines, or polygons, and associated records with potentially many columns worth of data.",
    "active": true,
    "categories": [
        "science",
        "python",
        "gis"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py310-cython",
                "py310-wheel",
                "py310-build",
                "py310-installer",
                "py310-versioneer",
                "py310-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-certifi",
                "py310-packaging",
                "py310-numpy",
                "gdal"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-geopandas"
            ]
        }
    ]
}