/pylint-badge

pylint badges for everyone!

Primary LanguagePython

pybadge

A simple and functional pylint badge generator. Better to use anybadge for most purposes.

Howto

  1. Install via pip or other method.
  2. Run as follows: pylint-badge script.py pylint.svg which will produce a file pylint.svg in the current directory.

Color intervals

0.00 < pylint Score < 3.00 < pylint Score < 7.00 pylint Score < 10.00

Limitations

  • Negative scores are not supported

Idea

Inspired by mperlet's pybadge, which was in turn inspired by this blogpost