Language de_DE

faker.providers.address

fake.latitude()
# Decimal('-79.042756')

fake.street_name()
# u'Patrizia-Aumann-Stra\xdfe'

fake.address()
# u'Mimi-Jacob-Stra\xdfe 5\n05741 Niesky'

fake.street_address()
# u'Schweitzerweg 0/3'

fake.postcode()
# u'17829'

fake.longitude()
# Decimal('145.064082')

fake.country()
# u'Togo'

fake.city_name()
# u'Hamburg'

fake.street_suffix_long()
# u'Gasse'

fake.street_suffix()
# u'Street'

fake.geo_coordinate(center=None, radius=0.001)
# Decimal('-75.867196')

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'8/4'

fake.country_code()
# u'UA'

fake.street_suffix_short()
# u'ring'

fake.city()
# u'Osterodem Harz'

fake.state()
# u'Nordrhein-Westfalen'

faker.providers.barcode

fake.ean(length=13)
# u'1444878897512'

fake.ean13()
# u'1387709609666'

fake.ean8()
# u'30500655'

faker.providers.color

fake.rgb_css_color()
# u'rgb(86,167,192)'

fake.color_name()
# u'PowderBlue'

fake.rgb_color_list()
# (220, 121, 99)

fake.rgb_color()
# u'253,234,233'

fake.safe_hex_color()
# u'#119900'

fake.safe_color_name()
# u'fuchsia'

fake.hex_color()
# u'#93e895'

faker.providers.company

fake.company()
# u'Hellwig AG'

fake.company_suffix()
# u'GmbH'

faker.providers.credit_card

fake.credit_card_security_code(card_type=None)
# u'201'

fake.credit_card_provider(card_type=None)
# u'VISA 16 digit'

fake.credit_card_full(card_type=None)
# u'Diners Club / Carte Blanche\nChristian Weinhage\n30346434481355 01/23\nCVC: 662\n'

fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '01/24'

fake.credit_card_number(card_type=None)
# u'376048895992290'

faker.providers.currency

fake.currency_code()
# 'TVD'

faker.providers.date_time

fake.date_time_ad()
# datetime.datetime(1422, 4, 7, 0, 35, 27)

fake.month()
# '02'

fake.am_pm()
# 'PM'

fake.timezone()
# u'Europe/Malta'

fake.iso8601()
# '2005-11-21T17:12:20'

fake.date_time()
# datetime(1976, 3, 14, 13, 34, 6)

fake.month_name()
# 'September'

fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 2, 10, 23, 26, 1)

fake.unix_time()
# 810769549

fake.day_of_week()
# 'Thursday'

fake.day_of_month()
# '30'

fake.time(pattern="%H:%M:%S")
# '04:39:06'

fake.date_time_between(start_date="-30y", end_date="now")
# datetime(2015, 2, 24, 18, 57, 46)

fake.date_time_this_month(before_now=True, after_now=False)
# datetime(2015, 11, 16, 23, 33, 57)

fake.year()
# '1973'

fake.date_time_between_dates(datetime_start=None, datetime_end=None)
# datetime(2015, 11, 30, 15, 31, 25)

fake.date_time_this_century(before_now=True, after_now=False)
# datetime(2012, 3, 15, 13, 31, 12)

fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2012, 9, 2, 3, 41, 13)

fake.century()
# u'XIV'

fake.date(pattern="%Y-%m-%d")
# '1994-01-17'

fake.time_delta()
# datetime.timedelta(7587, 54226)

faker.providers.file

fake.mime_type(category=None)
# u'model/mesh'

fake.file_name(category=None, extension=None)
# u'maxime.csv'

fake.file_extension(category=None)
# u'png'

faker.providers.internet

fake.ipv4()
# u'254.194.222.172'

fake.url()
# u'http://www.froehlich.com/'

fake.company_email()
# u'vschaaf@fechner.org'

fake.uri()
# u'http://www.kobelt.org/app/tag/index/'

fake.domain_word(*args, **kwargs)
# u'seip'

fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=839\xd7866&w=839&h=866'

fake.tld()
# u'net'

fake.free_email()
# u'zdehmel@aol.de'

fake.slug(*args, **kwargs)
# u'voluptates-et'

fake.free_email_domain()
# u'gmx.de'

fake.domain_name()
# u'gorlitz.net'

fake.uri_extension()
# u'.html'

fake.ipv6()
# u'e618:e01f:2566:cb7e:f54e:a8b6:d399:95e1'

fake.safe_email()
# u'kaul.jarla@example.com'

fake.user_name(*args, **kwargs)
# u'bebert'

fake.uri_path(deep=None)
# u'main/blog'

fake.email()
# u'bdickhard@dowerg.com'

fake.uri_page()
# u'about'

fake.mac_address()
# u'b4:38:85:19:1e:7e'

faker.providers.job

fake.job()
# 'Community education officer'

faker.providers.lorem

fake.text(max_nb_chars=200)
# u'Consequatur ab tempora voluptates in illo nemo nihil. Voluptates fugit voluptatem consequatur repellat nisi enim.'

fake.sentence(nb_words=6, variable_nb_words=True)
# u'Inventore iste modi sit esse.'

fake.word()
# u'cumque'

fake.paragraphs(nb=3)
# [   u'Reprehenderit fugiat optio et nihil consectetur. Eum ut tempora non sed soluta qui maxime. Quo cumque esse architecto inventore sunt.',
#     u'Sequi id qui hic doloremque et error. Magni voluptas dicta non ullam harum. Ut ut quia laudantium quis.',
#     u'Cum ut rem assumenda quod. Ratione corrupti aut nihil dolorem. Ipsam praesentium est quidem.']

fake.words(nb=3)
# [u'non', u'temporibus', u'et']

fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'Mollitia qui repudiandae corporis excepturi voluptate. Consequatur incidunt omnis non repellat voluptate. Consequatur et et omnis quos. Suscipit sed aut iste suscipit. Et tempore nulla expedita ad aut ea perspiciatis.'

fake.sentences(nb=3)
# [   u'Rem at autem deleniti eligendi.',
#     u'Quasi earum et magni repellat.',
#     u'Eaque dolores ut amet dignissimos.']

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'Gl9DfUo$Ls'

fake.locale()
# u'es_AF'

fake.md5(raw_output=False)
# 'ca011bbda9534f266428e41f466a57a4'

fake.sha1(raw_output=False)
# '296b860819cf64d6ed1af54ef2c41118a1ce5f63'

fake.null_boolean()
# False

fake.sha256(raw_output=False)
# 'ddcd05276ea572b5eb25069fe92b726abc8698e07b2e7f40ece653d2e6c0450a'

fake.uuid4()
# '37459766-6f35-4702-8e2e-5c355bbebdf4'

fake.language_code()
# u'de'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Austerm\xfchle'

fake.name_female()
# u'Minerva Pergande'

fake.prefix_male()
# u'Dr.'

fake.prefix()
# u'Prof.'

fake.name()
# u'Nat Mitschke MBA.'

fake.suffix_female()
# u'MBA.'

fake.name_male()
# u'Arlette Harloff B.Sc.'

fake.first_name()
# u'Percy'

fake.suffix_male()
# u'MBA.'

fake.suffix()
# u'B.Sc.'

fake.first_name_male()
# u'Federigo'

fake.first_name_female()
# u'Kori'

fake.last_name_female()
# u'Karz'

fake.last_name()
# u'Kitzmann'

fake.prefix_female()
# u'Frau'

faker.providers.phone_number

fake.phone_number()
# u'+49(0) 173367403'

faker.providers.profile

fake.simple_profile()
# {   'address': u'Caspar-Scheel-Weg 84\n23984 Bautzen',
#     'birthdate': '2005-12-30',
#     'mail': u'grein-groth.rainier@gmx.de',
#     'name': u'Aischa Carsten-Martin',
#     'sex': 'F',
#     'username': u'xwalter'}

fake.profile(fields=None)
# {   'address': u'Kadegasse 046\n00159 Kronach',
#     'birthdate': '2014-02-06',
#     'blood_group': 'A+',
#     'company': u'auch Schlauchin e.V.',
#     'current_location': (Decimal('10.7525965'), Decimal('174.824404')),
#     'job': 'Accommodation manager',
#     'mail': u'rosenow.servatius@hotmail.de',
#     'name': u'Helene Juncken',
#     'residence': u'Matth\xe4iplatz 65\n16612 Rudolstadt',
#     'sex': 'F',
#     'ssn': u'483-33-9190',
#     'username': u'thaddaeus40',
#     'website': [u'http://www.koehler.com/', u'http://www.mude.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'http://www.schuchhardt.de/list/categories/tag/index/', u'Quia qui qui quia.', 533239252290.787, datetime(2006, 1, 5, 21, 0, 22), u'Et sunt ea.', -6216654644877.0, u'Aut quas dolor.', u'Voluptas quos.', 608842134.0, datetime(2007, 9, 30, 4, 17, 21), u'dehmel.renatus@aol.de', u'http://www.biggen.net/faq/'])

fake.pystr(max_chars=20)
# u'Optio amet quae.'

fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -68.1640919

fake.pystruct(count=10, *value_types)
# (   [   u'Sint nesciunt dolor.',
#         5027230158696.0,
#         u'trommler.sonia@web.de',
#         u'http://muehle.com/login/',
#         8476,
#         4326,
#         Decimal('6059144065.9'),
#         8291,
#         Decimal('-94286200209.2'),
#         2952],
#     {   u'aut': u'Rerum facilis ut.',
#         u'dolorem': u'Delectus quisquam.',
#         u'laborum': 1719,
#         u'omnis': 2220857444.96,
#         u'pariatur': 3187438.92457,
#         u'qui': u'linus98@googlemail.com',
#         u'quo': u'Minima provident.',
#         u'repudiandae': u'Ipsa ipsam porro.',
#         u'sequi': 1501,
#         u'similique': u'http://www.dowerg.com/wp-content/blog/search/'},
#     {   u'dolorem': {   8: 2092,
#                         9: [   u'http://www.ladeck.org/privacy.jsp',
#                                u'Quo vitae eligendi.',
#                                9851],
#                         10: {   8: datetime(1974, 12, 29, 8, 31, 34),
#                                 9: u'http://weller.com/',
#                                 10: [   datetime(2010, 8, 29, 11, 16, 29),
#                                         924]}},
#         u'dolorum': {   2: u'Qui optio harum.',
#                         3: [   Decimal('585433791593'),
#                                u'http://dickhard.de/about/',
#                                u'http://zobel.de/app/home.jsp'],
#                         4: {   2: u'ariane.eckbauer@wieloch.de',
#                                3: datetime(2003, 9, 23, 1, 49, 51),
#                                4: [8080369.2866, 6197]}},
#         u'et': {   6: u'arabella.koester@eigenwillig.com',
#                    7: [   u'Harum consequatur.',
#                           u'Vel sed omnis.',
#                           -410629311983813.0],
#                    8: {   6: -47925268.3,
#                           7: u'Cupiditate nesciunt.',
#                           8: [6765, datetime(1982, 4, 15, 14, 9, 50)]}},
#         u'eum': {   5: -787560.960628483,
#                     6: [   u'Est quisquam velit.',
#                            Decimal('7.88017863773E+13'),
#                            u'http://www.kranz.de/search.html'],
#                     7: {   5: Decimal('-9.7626634001'),
#                            6: Decimal('-8.4014446789E+13'),
#                            7: [u'Fuga rerum.', Decimal('-691994381.337')]}},
#         u'facilis': {   0: 9650,
#                         1: [   u'meister.philippe@yahoo.de',
#                                u'Beatae dolores nemo.',
#                                u'http://www.sager.com/homepage/'],
#                         2: {   0: u'Ipsum ut beatae.',
#                                1: u'http://www.renner.de/posts/about/',
#                                2: [u'Qui voluptate.', -783081152.0]}},
#         u'qui': {   3: u'Officia sed nemo.',
#                     4: [   datetime(1975, 6, 16, 9, 57, 12),
#                            u'Nam omnis suscipit.',
#                            u'Quis repellendus.'],
#                     5: {   3: u'http://www.eigenwillig.de/register.php',
#                            4: u'Est excepturi iste.',
#                            5: [2120, u'Ullam laborum nisi.']}},
#         u'voluptas': {   7: u'Iusto odio.',
#                          8: [u'Expedita quos aut.', 237, 8011],
#                          9: {   7: 6536,
#                                 8: u'Eligendi autem et.',
#                                 9: [   datetime(2007, 1, 6, 7, 38, 29),
#                                        u'Nisi molestiae enim.']}},
#         u'voluptatem': {   9: u'Sit voluptates.',
#                            10: [   Decimal('250689.4'),
#                                    40815631979594.8,
#                                    u'Aut at nobis at id.'],
#                            11: {   9: u'Maiores quis qui.',
#                                    10: 2360,
#                                    11: [u'Aut nulla rem.', 4555]}}})

fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('-794.92447592')

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   5538,
#     u'Repellat id debitis.',
#     8956,
#     u'ykruschwitz@googlemail.com',
#     datetime(2010, 10, 19, 12, 49, 11),
#     datetime(1992, 7, 4, 15, 9, 8),
#     u'Occaecati.',
#     u'Ipsam pariatur.',
#     583,
#     u'Et eum sit itaque.',
#     datetime(2014, 9, 20, 13, 54, 59)]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'Inventore.',
#     11330077.3003201,
#     u'charleen71@schoenland.de',
#     u'Rerum vitae vitae.',
#     u'Qui sequi numquam.',
#     u'http://www.buchholz.de/post/',
#     u'ibirnbaum@schuster.com',
#     5142,
#     u'Et quidem et.',
#     u'iwinkler@web.de')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'Eos enim.', -83706027178.0, 4039, 295, u'Placeat rerum.', datetime(1974, 11, 1, 10, 47, 10), datetime(1970, 5, 9, 3, 14, 45)])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'aut': u'Ut deserunt est.',
#     u'corporis': 8796,
#     u'et': u'Nihil reprehenderit.',
#     u'harum': 3810.110050321,
#     u'illum': 4709,
#     u'omnis': u'http://dehmel.de/main/tags/search/category/',
#     u'vitae': u'Velit expedita.',
#     u'voluptatum': u'Consequatur ratione.'}

fake.pyint()
# 3228

faker.providers.ssn

fake.ssn()
# u'652-96-7285'

faker.providers.user_agent

fake.mac_processor()
# u'Intel'

fake.firefox()
# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2014-04-04 12:08:17 Firefox/12.0'

fake.linux_platform_token()
# u'X11; Linux i686'

fake.opera()
# u'Opera/9.48.(Windows NT 5.1; it-IT) Presto/2.9.172 Version/12.00'

fake.windows_platform_token()
# u'Windows NT 5.01'

fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows 98; Trident/5.0)'

fake.user_agent()
# u'Opera/9.96.(Windows NT 6.1; en-US) Presto/2.9.180 Version/11.00'

fake.chrome()
# u'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/5352 (KHTML, like Gecko) Chrome/13.0.810.0 Safari/5352'

fake.linux_processor()
# u'x86_64'

fake.mac_platform_token()
# u'Macintosh; U; PPC Mac OS X 10_8_8'

fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1 like Mac OS X; it-IT) AppleWebKit/534.20.3 (KHTML, like Gecko) Version/4.0.5 Mobile/8B118 Safari/6534.20.3'