pylint 0.25.0-1ubuntu1 source package in Ubuntu
Changelog
pylint (0.25.0-1ubuntu1) precise; urgency=low * Build using dh_python2 -- Matthias Klose <email address hidden> Sat, 17 Dec 2011 13:52:24 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Precise
- Original maintainer:
- Python Applications Packaging Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pylint_0.25.0.orig.tar.gz | 200.6 KiB | 7873bfedad01fd67e1c1556df4530f6b809d1ce643de4c7377e22e24a8d0cd3f |
pylint_0.25.0-1ubuntu1.diff.gz | 8.9 KiB | 6cced727f1001f6ffd9385ae6c9b854b41a3ec71451a7142cbb7502e2ec3f5dd |
pylint_0.25.0-1ubuntu1.dsc | 1.5 KiB | c88065b22ea4b5fe977c4560a343e4d921e97372014f025afd75e02296063346 |
Available diffs
- diff from 0.25.0-1 to 0.25.0-1ubuntu1 (775 bytes)
Binary packages built by this source
- pylint: python code static checker and UML diagram generator
Pylint is a Python source code analyzer which looks for programming
errors, helps enforcing a coding standard and sniffs for some code
smells (as defined in Martin Fowler's Refactoring book)
.
Pylint can be seen as another PyChecker since nearly all tests you
can do with PyChecker can also be done with Pylint. However, Pylint
offers some more features, like checking length of lines of code,
checking if variable names are well-formed according to your coding
standard, or checking if declared interfaces are truly implemented,
and much more.
.
Additionally, it is possible to write plugins to add your own checks.
.
The package also ships the following additional commands:
.
* pyreverse: an UML diagram generator
* symilar: an independent similarities checker
* epylint: Emacs and Flymake compatible Pylint
* pylint-gui: a graphical interface (reason for python-tk recommends)