Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylint_report-2.4.1.tar.gz (14.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pylint_report-2.4.1-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file pylint_report-2.4.1.tar.gz.

File metadata

  • Download URL: pylint_report-2.4.1.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.2

File hashes

Hashes for pylint_report-2.4.1.tar.gz
Algorithm Hash digest
SHA256 c6aca0177953472d17e7d928ab2387a85c762e6606641d4316ea5c7589f777f1
MD5 b899cac639719099dcba7f44fb302883
BLAKE2b-256 521f83216ccdf826fc839be4219dd9d85a16266403cf4597dc86b434b1c89423

See more details on using hashes here.

File details

Details for the file pylint_report-2.4.1-py3-none-any.whl.

File metadata

  • Download URL: pylint_report-2.4.1-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.2

File hashes

Hashes for pylint_report-2.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2dbf2c1224f0cc26dd88f5182f802dd32297efa4fada15c04ca9aac3d95e298e
MD5 5be3b5b4b59f7ed578535b4a38970354
BLAKE2b-256 9bf87eb169f2ed2d711cee8ff6826bf606c9a09428a24920a0cbe1ceb2517dce

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page