~ubuntu-branches/ubuntu/vivid/pylint/vivid-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2011-03-29 19:27:47 UTC
  • mfrom: (1.3.1 upstream) (12.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110329192747-fwcizgk9vg1wi0tv
Tags: 0.23.0-1
* New upstream release
  - provides manpages for epylint, pylint-gui, symilar; Closes: #575679
* debian/control
  - mention pyreverse, symilar, epylint, pylint-gui additional commands in
    long description
  - update versioned Depends and b-d-i on logilab-{common, astng}
  - added python-unittest2 to b-d-i, needed to run tests
* debian/pylint.manpages
  - install all the available manpages

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
Dependencies
5
5
------------
6
 
Pylint requires the logilab-astng (version >= 0.17.4), logilab-common
7
 
(version >= 0.38) and the optik (only for python < 2.3) packages. 
8
 
Pylint should be compatible with any python >= 2.2.
 
6
Pylint requires the logilab-astng (version >= 0.21.0), logilab-common
 
7
(version >= 0.53).
9
8
 
10
9
* http://www.logilab.org/projects/astng
11
10
* http://www.logilab.org/projects/common
12
 
* http://optik.sourceforge.net/
13
11
 
14
12
Install
15
13
-------
25
23
 
26
24
Documentation
27
25
-------------
28
 
Look in the doc/ subdirectory.
 
26
Look in the doc/ subdirectory or at the project home page
 
27
http://www.logilab.org/project/pylint
 
28
 
 
29
Pylint is shipped with following additional commands:
 
30
 
 
31
* pyreverse: an UML diagram generator
 
32
* symilar: an independent similarities checker
 
33
* epylint: Emacs and Flymake compatible Pylint
 
34
* pylint-gui: a graphical interface
29
35
 
30
36
Comments, support, bug reports
31
37
------------------------------
32
38
 
33
 
Project page on : 
 
39
Project page and tracker on :
34
40
http://www.logilab.org/project/pylint
35
41
 
36
 
Use the python-projects@logilab.org mailing list. Since we do not have
37
 
publicly available bug tracker yet, bug reports should be emailed
38
 
there too. 
39
 
 
 
42
Use the python-projects@logilab.org mailing list.
40
43
You can subscribe to this mailing list at
41
44
http://lists.logilab.org/mailman/listinfo/python-projects
42
45
 
45
48
 
46
49
Contributors
47
50
------------
48
 
* Sylvain Th�nault: main author / maintainer
 
51
* Sylvain Thenault: main author / maintainer
49
52
* Alexandre Fayolle: TkInter gui, documentation, debian support
 
53
* Emile Anclin: maintainer
50
54
* Mads Kiilerich: various patches
51
55
* Brian van den Broek: windows installation documentation
52
56
* Amaury Forgeot d'Arc: patch to check names imported from a module