pylint 1.5.2-1ubuntu1 source package in Ubuntu
Changelog
pylint (1.5.2-1ubuntu1) xenial; urgency=low * Merge from Debian unstable. Remaining changes: - Build-Depend on python-all. pylint (1.5.2-1) unstable; urgency=medium * New upstream release; Closes: #790905 * debian/control - bump versioned depends of python-astroid to 1.4.1 - drop deps on logilab-common, it is no longer required * debian/copyright - extend packaging copyright years - update for new upstream code * Fix build with multiple supported Python versions; patch by Dmitry Shachnev; Closes: #802126 * debian/rules - install README.rst (README was renamed) - adapt unittests execution to new upstream code * debian/pylint.emacsen-startup - autoload key-bindings and menu-items; patch by Aaron M. Ucko; Closes: #799728 -- Barry Warsaw <email address hidden> Tue, 05 Jan 2016 10:37:09 -0500
Upload details
- Uploaded by:
- Barry Warsaw
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pylint_1.5.2.orig.tar.gz | 409.2 KiB | 983bec35e10b0c5f0ec33c03629fe832642c46b76a43edce37a2e8d2708d2179 |
pylint_1.5.2-1ubuntu1.debian.tar.xz | 10.3 KiB | 9d57504b1da7161eb670143029bf768f53f920a884d04939640e38d71ecb9bb2 |
pylint_1.5.2-1ubuntu1.dsc | 2.2 KiB | 2f812d18628c6b97a7d0433d76c57cc7bed04aaed67cffa6db6311345319d198 |
Available diffs
- diff from 1.4.4-1ubuntu1 to 1.5.2-1ubuntu1 (220.7 KiB)
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)
- pylint-doc: No summary available for pylint-doc in ubuntu yakkety.
No description available for pylint-doc in ubuntu yakkety.
- pylint3: Python 3 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:
.
* pyreverse3: an UML diagram generator
* symilar3: an independent similarities checker
* epylint3: Emacs and Flymake compatible Pylint
* pylint-gui3: a graphical interface (reason for python-tk recommends)