pylint 1.1.0-1 source package in Ubuntu
Changelog
pylint (1.1.0-1) unstable; urgency=low * New upstream release * debian/pylint.docs - don't install doc (as provided by the tarball) -- Sandro Tosi <email address hidden> Sun, 12 Jan 2014 02:38:03 +0100
Upload details
- Uploaded by:
- Python Applications Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Python Applications Packaging Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pylint_1.1.0-1.dsc | 1.4 KiB | 07f68860d4f9fe495c5b8fea83d1defbae7465df9ca05880f09588e98bdcc312 |
pylint_1.1.0.orig.tar.gz | 360.4 KiB | 8a92f0067213dd2bdcc793f838637a7d797918b01898ef8624213e93364759b1 |
pylint_1.1.0-1.diff.gz | 8.8 KiB | d0a22b2b73f0e77d4d6dc13bb0925edee6aac216fd31faf2e014b7f9d4b280b1 |
Available diffs
- diff from 0.26.0-1ubuntu1 (in Ubuntu) to 1.1.0-1 (248.6 KiB)
No changes file available.
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)