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

{
    "name": "py310-nltk",
    "portdir": "python/py-nltk",
    "version": "3.8.1",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.nltk.org/",
    "description": "Natural Language Toolkit",
    "long_description": "NLTK is Python modules for research and development in natural language processing",
    "active": true,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [
        {
            "name": "stevenbird1",
            "github": "stevenbird",
            "ports_count": 10
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-click",
                "py310-regex",
                "py310-tqdm",
                "py310-joblib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-torchtext",
                "py310-g2p-en",
                "py310-sumy"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-transformers"
            ]
        }
    ]
}