[Python-modules-commits] r23637 - in packages/mccabe/trunk/debian (4 files)

cjohnston-guest at users.alioth.debian.org cjohnston-guest at users.alioth.debian.org
Sat Mar 2 17:42:46 UTC 2013


    Date: Saturday, March 2, 2013 @ 17:42:44
  Author: cjohnston-guest
Revision: 23637

Adds manpages

Added:
  packages/mccabe/trunk/debian/mccabe.1
  packages/mccabe/trunk/debian/mccabe3.1
  packages/mccabe/trunk/debian/python-mccabe.manpages
  packages/mccabe/trunk/debian/python3-mccabe.manpages

Added: packages/mccabe/trunk/debian/mccabe.1
===================================================================
--- packages/mccabe/trunk/debian/mccabe.1	                        (rev 0)
+++ packages/mccabe/trunk/debian/mccabe.1	2013-03-02 17:42:44 UTC (rev 23637)
@@ -0,0 +1,24 @@
+.\" Manpage for mccabe.
+.\" Contact chrisjohnston at ubuntu.com to correct errors or typos.
+.TH man 1 "2 March 2013" "1.0" "mccabe man page"
+.SH NAME
+mccabe \- is a Python code complexity checker
+.SH SYNOPSIS
+.B python -m mccabe
+[\fB\--min\fR \fICOMPLEXITY\fR]
+[\fB\-\--max-complexity\fR \fICOMPLEXITY\fR]
+.IR filename
+.SH DESCRIPTION
+This module provides a plugin for the flake8 Python code checker to run the
+McCabe code complexity script against Python code.
+.SH OPTIONS
+.TP
+.BR \--min " " \fICOMPLEXITY\fR
+Set the minimum complexity for output.
+Default is 2.
+.TP
+.BR \--max-complexity " " \fICOMPLEXITY\fR
+Set the McCabe complexity threshold.
+Default is off.
+.SH AUTHOR
+Chris Johnston (chrisjohnston at ubuntu.com)

Added: packages/mccabe/trunk/debian/mccabe3.1
===================================================================
--- packages/mccabe/trunk/debian/mccabe3.1	                        (rev 0)
+++ packages/mccabe/trunk/debian/mccabe3.1	2013-03-02 17:42:44 UTC (rev 23637)
@@ -0,0 +1,24 @@
+.\" Manpage for mccabe.
+.\" Contact chrisjohnston at ubuntu.com to correct errors or typos.
+.TH man 1 "2 March 2013" "1.0" "mccabe man page"
+.SH NAME
+mccabe \- is a Python code complexity checker
+.SH SYNOPSIS
+.B python -m mccabe
+[\fB\--min\fR \fICOMPLEXITY\fR]
+[\fB\-\--max-complexity\fR \fICOMPLEXITY\fR]
+.IR filename
+.SH DESCRIPTION
+This module provides a plugin for the flake8 Python code checker to run the
+McCabe code complexity script against Python code.
+.SH OPTIONS
+.TP
+.BR \--min " " \fICOMPLEXITY\fR
+Set the minimum complexity for output.
+Default is 2.
+.TP
+.BR \--max-complexity " " \fICOMPLEXITY\fR
+Set the McCabe complexity threshold.
+Default is off.
+.SH AUTHOR
+Chris Johnston (chrisjohnston at ubuntu.com)

Added: packages/mccabe/trunk/debian/python-mccabe.manpages
===================================================================
--- packages/mccabe/trunk/debian/python-mccabe.manpages	                        (rev 0)
+++ packages/mccabe/trunk/debian/python-mccabe.manpages	2013-03-02 17:42:44 UTC (rev 23637)
@@ -0,0 +1 @@
+debian/mccabe.1

Added: packages/mccabe/trunk/debian/python3-mccabe.manpages
===================================================================
--- packages/mccabe/trunk/debian/python3-mccabe.manpages	                        (rev 0)
+++ packages/mccabe/trunk/debian/python3-mccabe.manpages	2013-03-02 17:42:44 UTC (rev 23637)
@@ -0,0 +1 @@
+debian/mccabe3.1




More information about the Python-modules-commits mailing list