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

{
    "name": "py37-codestyle",
    "portdir": "python/py-codestyle",
    "version": "2.10.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pycodestyle.readthedocs.io",
    "description": "Python style guide checker (formally called pep8)",
    "long_description": "pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8 (https://www.python.org/dev/peps/pep-0008/). This package used to be called pep8, but was renamed.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 560
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py37-wheel",
                "py37-build",
                "py37-installer",
                "py37-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py37-setuptools",
                "python37"
            ]
        },
        {
            "type": "run",
            "ports": [
                "pycodestyle_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-python-lsp-server",
                "py37-flake8"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py37-autopep8"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py37-fuzzywuzzy"
            ]
        }
    ]
}