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

{
    "name": "py37-unidecode",
    "portdir": "python/py-unidecode",
    "version": "1.3.7",
    "license": "GPL-2+",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/avian2/unidecode",
    "description": "ASCII transliterations of Unicode text",
    "long_description": "Unidecode takes Unicode data and tries to represent it in ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F), where the compromises taken when mapping between two character sets are chosen to be near what a human with a US keyboard would choose. This is a Python port of Text::Unidecode Perl module by Sean M. Burke.",
    "active": false,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 120
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-installer",
                "clang-16",
                "py37-setuptools",
                "py37-wheel",
                "py37-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37",
                "py37-setuptools"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py37-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-slugify"
            ]
        }
    ]
}