Generates an html report summarizing the results of pylint.
Project description
pylint-report
Generates an HTML report summarizing the results of pylint (see documentation).
Installation
The recommended way to install pylint-report is using
pip install pylint-report
or, for a development version (with all optional dependencies):
pip install pylint-report[dev]
Quickstart
Place the following in .pylintrc
[MASTER]
load-plugins=pylint_report
[REPORTS]
output-format=pylint_report.CustomJsonReporter
or place the following in pyproject.toml
[tool.pylint.MASTER]
load-plugins = "pylint_report"
[tool.pylint.REPORTS]
output-format = "pylint_report.CustomJsonReporter"
or manually pass the --load-plugins and --output-format flags.
A two-step approach:
pylint path/to/code > report.json: generate a (custom) json file using pylint
pylint_report.py report.json -o report.html: generate html report
Or alternatively pylint path/to/code | pylint_report > report.html
Based on
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pylint_report-2.4.2.tar.gz.
File metadata
- Download URL: pylint_report-2.4.2.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69264706523cee413ec8d2d3a1bad269b4d3c2cc341b1ea258f78a48efe3cb7a
|
|
| MD5 |
82a30164a7a64197a8e6bd9c3b743702
|
|
| BLAKE2b-256 |
8badfa3675abe72beea35be6957e77533b3f7343f3e67b13b22d10a52fb126fe
|
File details
Details for the file pylint_report-2.4.2-py3-none-any.whl.
File metadata
- Download URL: pylint_report-2.4.2-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a60f26e7673b6dae9691d135725f41efeeeed3e7ba3f060d866bd3dabb1eff5a
|
|
| MD5 |
cd71f919c88be625a3652b8fc80c181c
|
|
| BLAKE2b-256 |
d246ddcd68b2fbfb9404731c36c0694b1cdfcabf62327b4e9f7b9f7546160a04
|