.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .TH FAKER "1" "June 2018" "faker 0.7.7" "User Commands" .SH NAME faker \- command to generate fake data .SH DESCRIPTION usage: faker [\-h] [\-\-version] [\-o output] [\-l LOCALE] [\-r REPEAT] [\-s SEP] .IP [\-i [INCLUDE [INCLUDE ...]]] [fake] [fake argument [fake argument ...]] .PP faker version 0.7.7 .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 LOCALE, \fB\-\-lang\fR LOCALE 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) .PP supported locales: .IP bg_BG, bs_BA, cs_CZ, de_AT, de_DE, dk_DK, el_GR, en, en_AU, en_CA, en_GB, en_US, es, es_ES, es_MX, fa_IR, fi_FI, fr_CH, fr_FR, hi_IN, hr_HR, it_IT, ja_JP, ko_KR, la, lt_LT, lv_LV, ne_NP, nl_BE, nl_NL, no_NO, pl_PL, pt_BR, pt_PT, ru_RU, sk_SK, sl_SI, sv_SE, tr_TR, uk_UA, zh_CN, zh_TW .IP faker can take a locale as an argument, to return localized data. If no localized provider is found, the factory falls back to the default en_US locale. .PP examples: .IP \f(CW$ faker address\fR .IP 968 Bahringer Garden Apt. 722 Kristinaland, NJ 09890 .IP \f(CW$ faker -l de_DE address\fR .IP Samira\-Niemeier\-Allee 56 94812 Biedenkopf .IP \f(CW$ faker profile ssn,birthdate\fR .IP {'ssn': u'628\-10\-1085', 'birthdate': '2008\-03\-29'} .IP \f(CW$ faker -r=3 -s=";" name\fR .IP Willam Kertzmann; Josiah Maggio; Gayla Schmitt;