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

{
    "name": "py27-sqlalchemy-migrate",
    "portdir": "python/py-sqlalchemy-migrate",
    "version": "0.13.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.openstack.org/",
    "description": "Database schema migration for SQLAlchemy",
    "long_description": "Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate provides a way to deal with database schema changes in SQLAlchemy projects. SQLAlchemy Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.",
    "active": true,
    "categories": [
        "devel",
        "databases",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2295
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py27-decorator",
                "py27-pbr",
                "py27-setuptools",
                "python27",
                "py27-sqlalchemy",
                "py27-sqlparse",
                "py27-tempita",
                "py27-six"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "buildbot-0.8"
            ]
        }
    ]
}