Go to file
2010-11-15 17:53:01 +01:00
bin fix #19498: apply windows batch patch 2010-03-23 12:33:59 +01:00
checkers 223 : run python2.x compatible fixers 2010-11-15 14:52:57 +01:00
debian prepare version 0.21.4 2010-10-27 14:01:50 +02:00
debian.hardy tries to get to compile on ubuntu 2009-08-27 17:07:18 +02:00
debian.intrepid tries to get to compile on ubuntu 2009-08-27 17:07:18 +02:00
debian.jaunty tries to get to compile on ubuntu 2009-08-27 17:07:18 +02:00
debian.lenny tries to get to compile on ubuntu 2009-08-27 17:07:18 +02:00
debian.py3k packaging : add py3k target; update setup.py and other files to make py3k packaging work 2010-11-10 11:12:55 +01:00
doc update documentation and manpage 2010-11-15 17:53:01 +01:00
elisp fix #19339: pylint.el : non existing py-mod-map 2010-03-23 14:36:53 +01:00
examples doc : more update on options 2010-10-25 16:15:36 +02:00
man update documentation and manpage 2010-11-15 17:53:01 +01:00
pyreverse 223 : run python2.x compatible fixers 2010-11-15 14:52:57 +01:00
reporters 223 : run python2.x compatible fixers 2010-11-15 14:52:57 +01:00
test remove more 2.4 compat 2010-11-15 11:18:18 +01:00
__init__.py cleanup 2008-03-27 12:21:55 +01:00
__pkginfo__.py prepare version 0.21.4 2010-10-27 14:01:50 +02:00
.hgignore
.hgtags Added tag pylint-debian-version-0.21.4-1 for changeset 7bc5d177ffb6 2010-10-27 15:19:57 +02:00
announce.txt enhance announce skel 2010-05-11 16:14:17 +02:00
ChangeLog prepare version 0.21.4 2010-10-27 14:01:50 +02:00
config.py 223 : run python2.x compatible fixers 2010-11-15 14:52:57 +01:00
COPYING
DEPENDS
epylint.py fix epylint : use new options 2010-05-11 17:57:40 +02:00
gui.py 223 : run python2.x compatible fixers 2010-11-15 14:52:57 +01:00
interfaces.py include Dotan Barak spell fixes patch 2009-11-23 15:15:26 +01:00
lint.py 223 : run python2.x compatible fixers 2010-11-15 14:52:57 +01:00
MANIFEST.in simplify and fix MANIFEST.in 2009-08-28 11:14:14 +02:00
README remove more 2.4 compat 2010-11-15 11:18:18 +01:00
setup.cfg
setup.py packaging : add py3k target; update setup.py and other files to make py3k packaging work 2010-11-10 11:12:55 +01:00
utils.py 223 : run python2.x compatible fixers 2010-11-15 14:52:57 +01:00

README for PyLint
=================

Dependencies
------------
Pylint requires the logilab-astng (version >= 0.21.0), logilab-common
(version >= 0.53).

* http://www.logilab.org/projects/astng
* http://www.logilab.org/projects/common
* http://optik.sourceforge.net/

Install
-------
From the source distribution, extract the tarball and run ::

    python setup.py install

You'll have to install dependencies in a similar way. For debian and
rpm packages, use your usual tools according to your Linux distribution. 

More information about installation and available distribution format
may be found in the user manual in the *doc* subdirectory.

Documentation
-------------
Look in the doc/ subdirectory.

Comments, support, bug reports
------------------------------

Project page on : 
http://www.logilab.org/project/pylint

Use the python-projects@logilab.org mailing list. Since we do not have
publicly available bug tracker yet, bug reports should be emailed
there too. 

You can subscribe to this mailing list at
http://lists.logilab.org/mailman/listinfo/python-projects

Archives are available at 
http://lists.logilab.org/pipermail/python-projects/

Contributors
------------
* Sylvain Thenault: main author / maintainer
* Alexandre Fayolle: TkInter gui, documentation, debian support
* Emile Anclin: maintainer
* Mads Kiilerich: various patches
* Brian van den Broek: windows installation documentation
* Amaury Forgeot d'Arc: patch to check names imported from a module
  exists in the module
* Benjamin Niemann: patch to allow block level enabling/disabling of messages
* Nathaniel Manista: suspicious lambda checking
* Wolfgang Grafen, Axel Muller, Fabio Zadrozny, Pierre Rouleau,  
  Maarten ter Huurne, Mirko Friedenhagen (among others): 
  bug reports, feedback, feature requests...
* All the Logilab's team: daily use, bug reports, feature requests
* Other people have contributed by their feedback, if I've forgotten
  you, send me a note !