GET /api/v1/ports/py310-ipython-sql/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-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": 567
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py310-sqlparse",
"python310",
"py310-prettytable",
"py310-six",
"py310-ipython",
"py310-ipython_genutils",
"py310-sqlalchemy"
]
}
],
"depends_on": []
}