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

{
    "name": "py27-mongoengine",
    "portdir": "python/py-mongoengine",
    "version": "0.18.2",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://mongoengine.org/",
    "description": "MongoEngine is a Document-Object Mapper (think ORM, but for document databases) for working with MongoDB from Python.",
    "long_description": "MongoEngine is a Document-Object Mapper (think ORM, but for document databases) for working with MongoDB from Python. It uses a simple declarative API, similar to the Django ORM.",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "cal",
            "github": "neverpanic",
            "ports_count": 51
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py27-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-pymongo",
                "py27-six"
            ]
        }
    ],
    "depends_on": []
}