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

{
    "name": "py37-python-dotenv",
    "portdir": "python/py-python-dotenv",
    "version": "0.21.1",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/theskumar/python-dotenv",
    "description": "Add .env support to your django/flask apps in development and deployments",
    "long_description": "Add .env support to your django/flask apps in development and deployments Reads the key-value pair from .env file and adds them to environment variable. It is great for managing app settings during development and in production using 12-factor principles.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "emcrisostomo",
            "github": "emcrisostomo",
            "ports_count": 158
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-build",
                "py37-installer",
                "clang-16",
                "py37-setuptools",
                "py37-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37",
                "py37-click",
                "py37-importlib-metadata"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py37-ipython",
                "py37-mock",
                "py37-pytest",
                "py37-sh"
            ]
        }
    ],
    "depends_on": []
}