[Python-apps-commits] r12202 - in packages/prospector/trunk/debian (control prospector.txt)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Fri Aug 7 20:55:47 UTC 2015


    Date: Friday, August 7, 2015 @ 20:55:45
  Author: danstender-guest
Revision: 12202

description and manpage: give more info on tools, capitalize program names throughout, minor improvements

Modified:
  packages/prospector/trunk/debian/control
  packages/prospector/trunk/debian/prospector.txt

Modified: packages/prospector/trunk/debian/control
===================================================================
--- packages/prospector/trunk/debian/control	2015-08-07 18:36:30 UTC (rev 12201)
+++ packages/prospector/trunk/debian/control	2015-08-07 20:55:45 UTC (rev 12202)
@@ -45,16 +45,16 @@
  It provides an uniform and flexible interface for these tools:
   - Pylint (extensive Python code checker)
   - Pyflakes (another full Python code checker)
-  - Pep8 (checks for Python code style guide conventions)
-  - Pep8-naming (checks for naming conventions not covered by Pep8)
-  - McCabe (checks for cyclomatic code complexity)
+  - Pep8 (checks for Python coding style conventions)
+  - Pep8-naming (checks for naming conventions not covered by Pep8, flake8 plugin)
+  - McCabe (checks for cyclomatic code complexity, flake8 plugin)
   - Pep257 (checks for compliance with the docstring conventions)
   - Dodgy (checks for hard coded passwords, VCS diff checkins etc.)
  .
  Prospector detects if code employs specific frameworks and libraries
  like currently Django (web application framework)
  and Celery (asynchronous task/job queue),
- and checks them by corresponding pylint-plugins.
+ and checks them by corresponding Pylint plugins.
  .
  Optionally, it also makes use of the analyzers Pyroma, Vulture, and Frosted
- (however, not completely available in Debian so far).
+ (however, not yet completely available in Debian).

Modified: packages/prospector/trunk/debian/prospector.txt
===================================================================
--- packages/prospector/trunk/debian/prospector.txt	2015-08-07 18:36:30 UTC (rev 12201)
+++ packages/prospector/trunk/debian/prospector.txt	2015-08-07 20:55:45 UTC (rev 12202)
@@ -14,10 +14,11 @@
  complexity. It provides an uniform and flexible interface to a number of
  tools for static Python code checking.
 
- By default, Prospector runs the following tools: dodgy, mccabe, pep257,
- pep8, pep8-naming, profile-validator, pyflakes, and pylint. Prospector
- auto detects libraries a project uses, to which it could adapt
- (currently, Celery and Django are supported individually).
+ By default, Prospector runs the following tools: Dodgy, McCabe (flake8 plugin),
+ Pep257, Pep8 (supplemented by Pep8-naming, flake8 plugin), a build-in
+ profile-validator, Pyflakes, and Pylint. It auto detects libraries a project
+ uses, to which it could adapt (currently, Celery and Django are supported
+ individually).
 
  Prospector could be adjusted very detailed to personal coding styles
  through profiles. For comprehensive information on this application,
@@ -44,6 +45,6 @@
   dodgy(1), pep257(1), pep8(1), pyflakes(1), pylint(1) 
 
 AUTHORS
-  prospector was written for Lanscape.io by
+  Prospector was written for Lanscape.io by
   by Carl Crowder <emailme at carlcrowder.com>, Jeff Quast <contact at jeffquast.com>,
   Jason Simeone <jay at classless.net>, and Sam Spilsbury <smspillaz at gmail.com>




More information about the Python-apps-commits mailing list