[Python-modules-commits] [fake-factory] 01/01: Add man pages for faker2 and faker3

Christopher Baines cbaines-guest at moszumanska.debian.org
Sun Feb 28 00:12:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

cbaines-guest pushed a commit to branch master
in repository fake-factory.

commit c243b49386343eded807ca9ef6d2ecafc4b57e7e
Author: Christopher Baines <mail at cbaines.net>
Date:   Sat Feb 27 23:47:53 2016 +0000

    Add man pages for faker2 and faker3
---
 debian/README.source                 |  4 ++++
 debian/faker2.1                      | 45 ++++++++++++++++++++++++++++++++++++
 debian/faker3.1                      | 45 ++++++++++++++++++++++++++++++++++++
 debian/python-fake-factory.manpages  |  1 +
 debian/python3-fake-factory.manpages |  1 +
 5 files changed, 96 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..b8e98c5
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,4 @@
+The man pages were generated with the help of help2man, using the following
+commands:
+    help2man --name="Python library for generating fake data" -N --no-discard-stderr -o faker2.1 faker2
+    help2man --name="Python library for generating fake data" -N --no-discard-stderr -o faker3.1 faker3
diff --git a/debian/faker2.1 b/debian/faker2.1
new file mode 100644
index 0000000..4996349
--- /dev/null
+++ b/debian/faker2.1
@@ -0,0 +1,45 @@
+.TH FAKER2 "1" "February 2016" "faker2 0.5.3" "User Commands"
+.SH NAME
+faker2 \- Python library for generating fake data
+.SH DESCRIPTION
+usage: faker2 [\-h] [\-\-version] [\-o output]
+[\-l {dk_DK,ru_RU,...,sv_SE,pl_PL}]
+[\-r REPEAT] [\-s SEP] [\-i [INCLUDE [INCLUDE ...]]]
+[fake [fake argument ...]]
+.PP
+Faker is a python library that generates fake data.  That fake data can be used
+to bootstrap a database, create XML documents, or anonymize data taken from a
+production service.
+.SS "positional arguments:"
+.TP
+fake
+name of the fake to generate output for (e.g. profile)
+.TP
+fake argument
+optional arguments to pass to the fake (e.g. the
+profile fake takes an optional list of comma separated
+field names as the first argument)
+.SS "optional arguments:"
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.TP
+\fB\-\-version\fR
+show program's version number and exit
+.TP
+\fB\-o\fR output
+redirect output to a file
+.TP
+\fB\-l\fR {fa_IR,fi_FI,...,pt_PT,nl_NL}
+specify the language for a localized provider (e.g. de_DE)
+.TP
+\fB\-r\fR REPEAT, \fB\-\-repeat\fR REPEAT
+generate the specified number of outputs
+.TP
+\fB\-s\fR SEP, \fB\-\-sep\fR SEP
+use the specified separator after each output
+.TP
+\fB\-i\fR [INCLUDE [INCLUDE ...]], \fB\-\-include\fR [INCLUDE [INCLUDE ...]]
+list of additional custom providers to user, given as
+the import path of the module containing your Provider
+class (not the provider class itself)
diff --git a/debian/faker3.1 b/debian/faker3.1
new file mode 100644
index 0000000..21cda1a
--- /dev/null
+++ b/debian/faker3.1
@@ -0,0 +1,45 @@
+.TH FAKER3 "1" "February 2016" "faker3 0.5.3" "User Commands"
+.SH NAME
+faker3 \- Python library for generating fake data
+.SH DESCRIPTION
+usage: faker3 [\-h] [\-\-version] [\-o output]
+[\-l {dk_DK,ru_RU,...,sv_SE,pl_PL}]
+[\-r REPEAT] [\-s SEP] [\-i [INCLUDE [INCLUDE ...]]]
+[fake [fake argument ...]]
+.PP
+Faker is a python library that generates fake data.  That fake data can be used
+to bootstrap a database, create XML documents, or anonymize data taken from a
+production service.
+.SS "positional arguments:"
+.TP
+fake
+name of the fake to generate output for (e.g. profile)
+.TP
+fake argument
+optional arguments to pass to the fake (e.g. the
+profile fake takes an optional list of comma separated
+field names as the first argument)
+.SS "optional arguments:"
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.TP
+\fB\-\-version\fR
+show program's version number and exit
+.TP
+\fB\-o\fR output
+redirect output to a file
+.TP
+\fB\-l\fR {fa_IR,fi_FI,...,pt_PT,nl_NL}
+specify the language for a localized provider (e.g. de_DE)
+.TP
+\fB\-r\fR REPEAT, \fB\-\-repeat\fR REPEAT
+generate the specified number of outputs
+.TP
+\fB\-s\fR SEP, \fB\-\-sep\fR SEP
+use the specified separator after each output
+.TP
+\fB\-i\fR [INCLUDE [INCLUDE ...]], \fB\-\-include\fR [INCLUDE [INCLUDE ...]]
+list of additional custom providers to user, given as
+the import path of the module containing your Provider
+class (not the provider class itself)
diff --git a/debian/python-fake-factory.manpages b/debian/python-fake-factory.manpages
new file mode 100644
index 0000000..3031e1f
--- /dev/null
+++ b/debian/python-fake-factory.manpages
@@ -0,0 +1 @@
+debian/faker2.1
diff --git a/debian/python3-fake-factory.manpages b/debian/python3-fake-factory.manpages
new file mode 100644
index 0000000..ed764c1
--- /dev/null
+++ b/debian/python3-fake-factory.manpages
@@ -0,0 +1 @@
+debian/faker3.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fake-factory.git



More information about the Python-modules-commits mailing list