GET /api/v1/ports/py27-ipython-sql/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py27-ipython-sql",
"portdir": "python/py-ipython-sql",
"version": "0.3.9",
"license": "MIT",
"platforms": "darwin",
"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": false,
"categories": [
"databases",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 567
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"py27-ipython_genutils",
"py27-prettytable",
"python27",
"py27-sqlalchemy",
"py27-sqlparse",
"py27-six",
"py27-ipython"
]
}
],
"depends_on": []
}