Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: Tools/Scripts/webkitpy/thirdparty/pylint/pylint.egg-info/PKG-INFO

Issue 18418010: Check in the thirdparty libs needed for webkitpy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Metadata-Version: 1.0
2 Name: pylint
3 Version: 0.25.1
4 Summary: python code static checker
5 Home-page: http://www.logilab.org/project/pylint
6 Author: Logilab
7 Author-email: python-projects@lists.logilab.org
8 License: GPL
9 Description: README for PyLint
10 =================
11
12 Dependencies
13 ------------
14 Pylint requires the logilab-astng (version >= 0.21.0), logilab-common
15 (version >= 0.53).
16
17 * http://www.logilab.org/projects/astng
18 * http://www.logilab.org/projects/common
19
20 Install
21 -------
22 From the source distribution, extract the tarball and run ::
23
24 python setup.py install
25
26 You'll have to install dependencies in a similar way. For debian and
27 rpm packages, use your usual tools according to your Linux distribution.
28
29 More information about installation and available distribution format
30 may be found in the user manual in the *doc* subdirectory.
31
32 Documentation
33 -------------
34 Look in the doc/ subdirectory or at the project home page
35 http://www.logilab.org/project/pylint
36
37 Pylint is shipped with following additional commands:
38
39 * pyreverse: an UML diagram generator
40 * symilar: an independent similarities checker
41 * epylint: Emacs and Flymake compatible Pylint
42 * pylint-gui: a graphical interface
43
44 Comments, support, bug reports
45 ------------------------------
46
47 Project page and tracker on :
48 http://www.logilab.org/project/pylint
49
50 Use the python-projects@logilab.org mailing list.
51 You can subscribe to this mailing list at
52 http://lists.logilab.org/mailman/listinfo/python-projects
53
54 Archives are available at
55 http://lists.logilab.org/pipermail/python-projects/
56
57 Contributors
58 ------------
59 * Sylvain Thenault: main author / maintainer
60 * Alexandre Fayolle: TkInter gui, documentation, debian support
61 * Emile Anclin: maintainer
62 * Mads Kiilerich: various patches
63 * Brian van den Broek: windows installation documentation
64 * Amaury Forgeot d'Arc: patch to check names imported from a module
65 exists in the module
66 * Benjamin Niemann: patch to allow block level enabling/disabling of mes sages
67 * Nathaniel Manista: suspicious lambda checking
68 * Wolfgang Grafen, Axel Muller, Fabio Zadrozny, Pierre Rouleau,
69 Maarten ter Huurne, Mirko Friedenhagen (among others):
70 bug reports, feedback, feature requests...
71 * All the Logilab's team: daily use, bug reports, feature requests
72 * Other people have contributed by their feedback, if I've forgotten
73 you, send me a note !
74
75 Platform: UNKNOWN
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698