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

{
    "name": "py311-python-dotenv",
    "portdir": "python/py-python-dotenv",
    "version": "1.1.0",
    "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": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "emcrisostomo",
            "github": "emcrisostomo",
            "ports_count": 158
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-wheel",
                "clang-17",
                "py311-build",
                "py311-installer",
                "py311-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311",
                "py311-click"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest",
                "py311-mock",
                "py311-ipython",
                "py311-sh"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py311-pydantic_settings"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "docker-compose",
                "py311-pytest-dotenv"
            ]
        }
    ]
}