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

{
    "name": "py312-ipython-sql",
    "portdir": "python/py-ipython-sql",
    "version": "0.4.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/catherinedevlin/ipython-sql",
    "description": "RDBMS access via %%sql magic for IPython",
    "long_description": "Introduces a %sql (or %%sql) magic. Connect to a database, using SQLAlchemy connect strings, then issue SQL commands within IPython or IPython Notebook.",
    "active": true,
    "categories": [
        "databases",
        "python"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 571
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py312-build",
                "py312-installer",
                "py312-setuptools",
                "py312-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-prettytable",
                "python312",
                "py312-sqlparse",
                "py312-six",
                "py312-ipython",
                "py312-sqlalchemy",
                "py312-ipython_genutils"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-ipython-sql"
            ]
        }
    ]
}