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

{
    "name": "py37-sparqlwrapper",
    "portdir": "python/py-sparqlwrapper",
    "version": "1.8.5",
    "license": "W3C",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://rdflib.github.io/sparqlwrapper",
    "description": "SPARQL Endpoint interface to Python",
    "long_description": "This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format.",
    "active": true,
    "categories": [
        "devel",
        "databases",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py37-wheel",
                "py37-build",
                "py37-installer",
                "py37-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py37-setuptools",
                "python37"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py37-rdflib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-sparqlwrapper"
            ]
        }
    ]
}