GET /api/v1/ports/py39-pylint/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py39-pylint",
"portdir": "python/py-pylint",
"version": "3.3.6",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pylint.org",
"description": "Error (and style) checking for python",
"long_description": "Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2693
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-setuptools",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"py39-isort",
"py39-tomlkit",
"py39-typing_extensions",
"python39",
"py39-platformdirs",
"py39-tomli",
"py39-astroid",
"py39-dill",
"py39-flake8-mccabe"
]
},
{
"type": "run",
"ports": [
"pylint_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-python-lsp-server",
"py39-pytest-pylint",
"py39-eric-ide"
]
},
{
"type": "run",
"ports": [
"py39-spyder",
"py39-spyder-devel"
]
},
{
"type": "test",
"ports": [
"py39-apache-beam",
"py39-note-seq"
]
}
]
}