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

{
    "name": "py39-codestyle",
    "portdir": "python/py-codestyle",
    "version": "2.11.1",
    "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": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 503
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "py39-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-setuptools",
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "pycodestyle_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-flake8",
                "py39-pytest-pycodestyle",
                "py39-python-lsp-server",
                "py39-stem"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-autopep8"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-fuzzywuzzy"
            ]
        }
    ]
}