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

{
    "name": "py39-cookiecutter",
    "portdir": "python/py-cookiecutter",
    "version": "2.6.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/cookiecutter/cookiecutter",
    "description": "A command-line utility that creates projects from project templates.",
    "long_description": "A command-line utility that creates projects from project templates., e.g. creating a Python package project from a Python package project template.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1577
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-requests",
                "py39-rich",
                "python39",
                "py39-yaml",
                "py39-slugify",
                "py39-arrow",
                "py39-binaryornot",
                "py39-click",
                "py39-jinja2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py39-spyder-devel",
                "py39-transformers",
                "py39-spyder"
            ]
        }
    ]
}