Language de_AT

faker.providers.address

fake.longitude()
# Decimal('-35.898496')

fake.building_number()
# u'66473'

fake.street_address()
# u'20957 Gasser Groves Apt. 630'

fake.postalcode_plus4()
# u'39640-1545'

fake.city_prefix()
# u'New'

fake.military_ship()
# u'USNS'

fake.country_code()
# u'TD'

fake.city()
# u'Jungberg'

fake.zipcode_plus4()
# u'59407-5304'

fake.state_abbr()
# u'PW'

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

fake.street_suffix()
# u'Forge'

fake.city_suffix()
# u'burgh'

fake.military_dpo()
# u'Unit 7813 Box 1352'

fake.country()
# u'Western Sahara'

fake.secondary_address()
# u'Apt. 486'

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

fake.postalcode()
# u'29067'

fake.address()
# u'43472 Felix Center Apt. 268\nEggerfurt, MA 21869-6140'

fake.state()
# u'Arkansas'

fake.military_state()
# u'AA'

fake.street_name()
# u'Pia Spurs'

fake.zipcode()
# u'79065'

fake.postcode()
# u'73955-1651'

fake.military_apo()
# u'PSC 6445, Box 6170'

faker.providers.barcode

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

fake.ean13()
# u'2568121089673'

fake.ean8()
# u'92317369'

faker.providers.color

fake.rgb_css_color()
# u'rgb(253,73,47)'

fake.color_name()
# u'BlanchedAlmond'

fake.rgb_color_list()
# (73, 220, 229)

fake.rgb_color()
# u'186,128,28'

fake.safe_hex_color()
# u'#884400'

fake.safe_color_name()
# u'green'

fake.hex_color()
# u'#8317f6'

faker.providers.company

fake.company()
# u'Ferstel, Bauer and Auer'

fake.company_suffix()
# u'LLC'

fake.catch_phrase()
# u'Implemented non-volatile function'

fake.bs()
# u'whiteboard real-time initiatives'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'JCB 15 digit\nFelix Ebner\n180022660465614 02/19\nCVC: 026\n'

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

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

faker.providers.currency

fake.currency_code()
# 'XDR'

faker.providers.date_time

fake.date_time_ad()
# datetime.datetime(1067, 9, 21, 9, 19, 9)

fake.month()
# '10'

fake.am_pm()
# 'PM'

fake.timezone()
# u'Indian/Mauritius'

fake.iso8601()
# '2004-08-31T15:54:59'

fake.date_time()
# datetime(1978, 7, 7, 16, 29, 44)

fake.month_name()
# 'April'

fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 9, 3, 23, 8, 59)

fake.unix_time()
# 67614345

fake.day_of_week()
# 'Thursday'

fake.day_of_month()
# '06'

fake.time(pattern="%H:%M:%S")
# '05:12:53'

fake.date_time_between(start_date="-30y", end_date="now")
# datetime(1999, 5, 10, 6, 52, 48)

fake.date_time_this_month(before_now=True, after_now=False)
# datetime(2015, 11, 20, 8, 43, 1)

fake.year()
# '2009'

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(2013, 3, 31, 18, 11, 7)

fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2012, 8, 10, 9, 47, 30)

fake.century()
# u'VII'

fake.date(pattern="%Y-%m-%d")
# '1978-10-26'

fake.time_delta()
# datetime.timedelta(8655, 49148)

faker.providers.file

fake.mime_type(category=None)
# u'image/tiff'

fake.file_name(category=None, extension=None)
# u'quasi.mp3'

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

faker.providers.internet

fake.ipv4()
# u'164.171.168.120'

fake.url()
# u'http://weber.org/'

fake.company_email()
# u'schwarz.elena@fasching.net'

fake.uri()
# u'http://www.aigner.org/privacy/'

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

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

fake.tld()
# u'com'

fake.free_email()
# u'leitner.tobias@gmail.com'

fake.slug(*args, **kwargs)
# u'sed-rerum-sunt-aut'

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

fake.domain_name()
# u'schmidmaurer.at'

fake.uri_extension()
# u'.php'

fake.ipv6()
# u'afb0:024f:1436:15d3:2645:7a95:5a82:dfee'

fake.safe_email()
# u'iilles@example.org'

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

fake.uri_path(deep=None)
# u'posts/categories'

fake.email()
# u'deng.lena@kabsi.at'

fake.uri_page()
# u'homepage'

fake.mac_address()
# u'40:4d:17:ed:29:e5'

faker.providers.job

fake.job()
# 'Astronomer'

faker.providers.lorem

fake.text(max_nb_chars=200)
# u'Blanditiis nostrum placeat doloremque animi. Sit tempore nihil blanditiis distinctio. Rem velit non nihil esse.'

fake.sentence(nb_words=6, variable_nb_words=True)
# u'Et molestiae accusantium recusandae vel doloremque magnam nihil.'

fake.word()
# u'et'

fake.paragraphs(nb=3)
# [   u'Dolores impedit vel a iste non. Deserunt nulla minus dolor quibusdam molestiae eum facere. Impedit architecto possimus voluptas quo tempore magnam sunt.',
#     u'Cumque aperiam animi minus qui. Saepe sit et aut quidem consequatur. Aut sit non consequuntur.',
#     u'Non expedita ad fugit dolorum iste ea. Autem sapiente aut repellat. Consequatur accusantium voluptate quia numquam natus adipisci veniam.']

fake.words(nb=3)
# [u'quibusdam', u'consequatur', u'nihil']

fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'Aut quia possimus perspiciatis tenetur voluptatem iste harum. Qui est aperiam dicta aut voluptatum ut. Veniam qui deserunt ut deserunt.'

fake.sentences(nb=3)
# [   u'Enim quasi et nesciunt vel.',
#     u'Vel corrupti cupiditate qui neque alias aut.',
#     u'Nam voluptatem rerum et perferendis ut sed necessitatibus.']

faker.providers.misc

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

fake.locale()
# u'de_TT'

fake.md5(raw_output=False)
# '99980e8db34905efa0fddc2f3a7915aa'

fake.sha1(raw_output=False)
# 'b66e848ed9a8e0e0dd454eb7ec99dc93a47027c0'

fake.null_boolean()
# None

fake.sha256(raw_output=False)
# '5e804d6057dc2a95b469571774cfef735dc3d92ecc8f197bd121899de879cc05'

fake.uuid4()
# '13172fca-704e-4513-ba1f-e7096ab0b8f2'

fake.language_code()
# u'en'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Pucher'

fake.name_female()
# u'Niklas Bauer'

fake.prefix_male()
# u'Mag.'

fake.prefix()
# u'Dipl.-Ing.'

fake.name()
# u'Univ.Prof. Felix Illes'

fake.suffix_female()
# ''

fake.name_male()
# u'Ing. Moritz Dienstl'

fake.first_name()
# u'Sarah'

fake.suffix_male()
# ''

fake.suffix()
# ''

fake.first_name_male()
# u'Pia'

fake.first_name_female()
# u'Johannes'

fake.last_name_female()
# u'Binder'

fake.last_name()
# u'Wimmer'

fake.prefix_female()
# u'Prof.'

faker.providers.phone_number

fake.phone_number()
# u'016.740.5122x88411'

faker.providers.profile

fake.simple_profile()
# {   'address': u'62512 Tim Underpass Apt. 121\nChumfort, IL 46125-5301',
#     'birthdate': '1974-04-21',
#     'mail': u'maximilian.wimmer@kabsi.at',
#     'name': u'Prof. Lukas Lechner',
#     'sex': 'M',
#     'username': u'elias.aigner'}

fake.profile(fields=None)
# {   'address': u'4422 Gabriel Summit Apt. 229\nSouth Tobiasview, ME 11546',
#     'birthdate': '1984-03-02',
#     'blood_group': 'A-',
#     'company': u'Auer, Weiss and Moser',
#     'current_location': (Decimal('-34.4310235'), Decimal('49.466144')),
#     'job': 'Planning and development surveyor',
#     'mail': u'oliver.itzlinger@chello.at',
#     'name': u'Mag. Julia Aigner',
#     'residence': u'461 Laura Rue Apt. 965\nSouth Tim, MS 40266',
#     'sex': 'F',
#     'ssn': u'652-08-4035',
#     'username': u'marcel.chum',
#     'website': [u'http://auer.co.at/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'Eum corrupti qui.', u'Quia ipsum.', u'julia12@kabsi.at', 8061, u'Aut totam.', 5361, u'thaas@capekmuellner.co.at', u'efuchs@gmx.at', 7415, datetime(1992, 3, 1, 8, 40, 54), Decimal('190845414.583'), u'Non perspiciatis.', 4957])

fake.pystr(max_chars=20)
# u'Nam quo atque.'

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

fake.pystruct(count=10, *value_types)
# (   [   u'ewinkler@pucherweber.net',
#         u'Aliquam veniam.',
#         8036,
#         5426,
#         5836,
#         5117,
#         6342,
#         u'A et officiis rem.',
#         u'Nam aperiam.',
#         8.170924],
#     {   u'aut': datetime(2012, 11, 25, 10, 7, 22),
#         u'dicta': u'http://www.steiner.com/list/list/search/login/',
#         u'in': 55054089568062.6,
#         u'natus': u'Nisi saepe vel non.',
#         u'optio': u'Ea maiores quo id.',
#         u'qui': u'Ut saepe enim.',
#         u'quidem': u'Qui enim et sed.',
#         u'voluptates': u'luca.pichler@steiner.co.at'},
#     {   u'ad': {   3: u'http://geier.co.at/home/',
#                    4: [u'Tenetur itaque.', u'hwinkler@hofer.org', 8885],
#                    5: {   3: u'Cumque molestiae.',
#                           4: Decimal('8.52331417107E+12'),
#                           5: [u'Explicabo quasi est.', u'Distinctio nam.']}},
#         u'autem': {   5: u'Rerum laudantium.',
#                       6: [   u'Molestiae quia est.',
#                              u'http://wimmerdaume.org/posts/categories/app/faq/',
#                              u'Itaque molestiae.'],
#                       7: {   5: u'alina.weiss@gmail.com',
#                              6: u'http://www.lechnerweiss.at/wp-content/main/blog/privacy.html',
#                              7: [   Decimal('5.55337976559E+13'),
#                                     u'Eveniet error.']}},
#         u'commodi': {   1: datetime(1990, 1, 17, 9, 19, 24),
#                         2: [   -457686798478.0,
#                                u'Placeat quam omnis.',
#                                u'http://www.hofer.co.at/categories/category.htm'],
#                         3: {   1: datetime(1988, 12, 20, 17, 16, 1),
#                                2: u'Culpa nobis aut vel.',
#                                3: [   datetime(1973, 3, 14, 6, 4, 13),
#                                       u'Eos ut sunt et.']}},
#         u'error': {   9: u'yaigner@binder.co.at',
#                       10: [   u'Et corporis non.',
#                               u'Et odio qui minima.',
#                               u'Consequuntur omnis.'],
#                       11: {   9: datetime(1979, 11, 21, 15, 38, 42),
#                               10: 914,
#                               11: [1164, 1974.32]}},
#         u'facilis': {   6: datetime(1991, 4, 26, 21, 13, 51),
#                         7: [   u'Sunt est optio.',
#                                u'http://www.mayerwimmer.com/home.asp',
#                                datetime(1980, 11, 13, 16, 8, 13)],
#                         8: {   6: u'http://cechmaurer.net/login/',
#                                7: datetime(1996, 8, 11, 23, 25, 30),
#                                8: [   u'Quisquam sed atque.',
#                                       u'christop.fuchs@baumgartner.org']}},
#         u'fugiat': {   0: u'Dignissimos illo.',
#                        1: [   u'Non hic iste et.',
#                               Decimal('-8032.5'),
#                               datetime(1992, 1, 12, 1, 54, 21)],
#                        2: {   0: u'Delectus mollitia.',
#                               1: 6535,
#                               2: [   u'Deleniti qui quos.',
#                                      u'Soluta fugit quos.']}},
#         u'illum': {   2: datetime(2011, 2, 12, 21, 55, 5),
#                       3: [   u'Amet sint laborum.',
#                              u'http://wimmerjung.com/tags/search/faq/',
#                              u'Veniam cupiditate.'],
#                       4: {   2: u'Ut enim repudiandae.',
#                              3: u'http://www.chumwallner.com/',
#                              4: [u'Esse suscipit.', u'oliver58@kabsi.at']}},
#         u'laboriosam': {   8: u'Animi ex quis.',
#                            9: [   u'Exercitationem.',
#                                   4752,
#                                   u'Doloribus molestiae.'],
#                            10: {   8: 8458,
#                                    9: datetime(2010, 2, 2, 2, 8, 11),
#                                    10: [   u'luca.daume@binder.com',
#                                            u'Officia voluptates.']}},
#         u'neque': {   7: 940,
#                       8: [   Decimal('-120338993815'),
#                              datetime(2005, 7, 6, 20, 13, 12),
#                              u'In sed ad rerum qui.'],
#                       9: {   7: u'Voluptatum itaque.',
#                              8: datetime(1981, 7, 13, 4, 57, 16),
#                              9: [   u'Nisi soluta ex.',
#                                     u'Rem optio rerum est.']}},
#         u'ullam': {   4: 1901,
#                       5: [4646, u'Perferendis.', u'Quo vel ratione ut.'],
#                       6: {   4: u'Ut non accusantium.',
#                              5: u'Quasi veritatis.',
#                              6: [   u'Distinctio beatae.',
#                                     u'Magni voluptatem ut.']}}})

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'Ea sit et corrupti.',
#     u'Omnis similique.',
#     4412,
#     4932,
#     u'Omnis suscipit.',
#     u'florian.lechner@haas.org',
#     u'Quo doloribus.',
#     u'http://www.berger.at/login/',
#     datetime(2008, 11, 17, 8, 11, 54),
#     u'johannes87@gmail.com']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   Decimal('-250867362181'),
#     6988,
#     7469,
#     datetime(1975, 7, 27, 3, 17, 47),
#     u'Voluptatem beatae.',
#     u'In voluptates.',
#     u'Qui est inventore.',
#     u'ingrid50@gmail.com')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([-4.2434471687076, 38396070.0, u'Sit cum nisi.', 6.682301574, datetime(2012, 10, 8, 7, 25, 16), u'Omnis nulla laborum.', datetime(1996, 8, 22, 21, 11, 53), u'Ab animi placeat.', u'Accusamus omnis.', 9140, u'Necessitatibus esse.'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'accusantium': u'Voluptas aut dolor.',
#     u'quam': u'kmaier@wieserkarl.org',
#     u'quo': u'http://chummaurer.com/index/',
#     u'quod': u'Iure ullam nostrum.',
#     u'reiciendis': u'http://www.daumeberger.net/',
#     u'rerum': 2519,
#     u'tempore': datetime(2002, 9, 3, 0, 24, 25)}

fake.pyint()
# 8928

faker.providers.ssn

fake.ssn()
# u'159-12-5382'

faker.providers.user_agent

fake.mac_processor()
# u'Intel'

fake.firefox()
# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2011-04-26 22:08:26 Firefox/3.8'

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

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

fake.windows_platform_token()
# u'Windows 98'

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

fake.user_agent()
# u'Mozilla/5.0 (Windows 98; Win 9x 4.90; en-US; rv:1.9.0.20) Gecko/2011-05-07 00:43:52 Firefox/3.6.12'

fake.chrome()
# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5322 (KHTML, like Gecko) Chrome/13.0.825.0 Safari/5322'

fake.linux_processor()
# u'x86_64'

fake.mac_platform_token()
# u'Macintosh; Intel Mac OS X 10_7_2'

fake.safari()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3 rv:3.0; sl-SI) AppleWebKit/533.9.7 (KHTML, like Gecko) Version/4.1 Safari/533.9.7'