Language de_AT

faker.providers.address

fake.latitude()
# Decimal('47.770684')

fake.street_name()
# u'Lena-Berger-Ring'

fake.address()
# u'Gruberplatz 6/1\n6344 Bruck an der Mur'

fake.street_address()
# u'Puchergasse 80'

fake.postcode()
# u'3239'

fake.country_code(representation="alpha-2")
# u'DK'

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

fake.country()
# u'Portugal'

fake.city_name()
# u'Bad Hall'

fake.street_suffix()
# u'Street'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'2/7'

fake.street_suffix_long()
# u'Stra\xdfe'

fake.street_suffix_short()
# u'ring'

fake.city()
# u'Weiz'

fake.state()
# u'Steiermark'

faker.providers.automotive

fake.license_plate()
# u'BSC 3057'

faker.providers.bank

fake.bban()
# '3956304040887876'

fake.bank_country()
# 'AT'

fake.iban()
# 'AT316247699616008731'

faker.providers.barcode

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

fake.ean13()
# u'6705300677627'

fake.ean8()
# u'25007343'

faker.providers.color

fake.rgb_css_color()
# u'rgb(90,204,122)'

fake.color_name()
# u'Navy'

fake.rgb_color()
# u'139,22,76'

fake.safe_hex_color()
# u'#ffff00'

fake.safe_color_name()
# u'green'

fake.hex_color()
# u'#8cfc05'

faker.providers.company

fake.company()
# u'Wieser-Capek'

fake.company_suffix()
# u'PLC'

fake.catch_phrase()
# u'Balanced bi-directional installation'

fake.bs()
# u'facilitate web-enabled networks'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'Diners Club / Carte Blanche\nEmilia Holzer\n30410473887060 09/24\nCVC: 550\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'SRN'

fake.currency_code()
# 'PYG'

fake.currency_name()
# 'Western Krahn language'

fake.cryptocurrency_name()
# 'AMP'

fake.cryptocurrency()
# ('UBQ', 'Ubiq')

fake.currency()
# ('SOS', 'Somali shilling')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 5, 25, 15, 39, 13)

fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0x7fff96a3a5f0>

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2019, 5, 15)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1993, 7, 24, 15, 35, 58)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2012, 10, 24)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 5, 11, 11, 34, 4)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2019, 5, 1)

fake.day_of_week()
# 'Saturday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2013, 3, 2, 18, 38, 45)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2011, 7, 29)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2011, 9, 11, 20, 32, 56)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1975-07-20'

fake.am_pm()
# 'AM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2019, 5, 15, 4, 21, 16)

fake.date_object(end_datetime=None)
# datetime.date(1983, 11, 19)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 4, 24)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1978-04-22T02:01:20'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2019, 6, 11)

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2011, 9, 7)

fake.month()
# '05'

fake.year()
# '1995'

fake.day_of_month()
# '28'

fake.unix_time(end_datetime=None, start_datetime=None)
# 939279829

fake.timezone()
# u'Africa/Bissau'

fake.century()
# u'XVII'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1966, 10, 8)

fake.time_object(end_datetime=None)
# datetime.time(7, 56, 28)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 2, 6, 18, 35, 1)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1987, 7, 5, 22, 7, 24)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '09:07:45'

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 5, 12)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 5, 7, 13, 37, 14)

fake.month_name()
# 'November'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(515, 8, 27, 14, 14, 16)

fake.time_delta(end_datetime=None)
# datetime.timedelta(10217, 77874)

faker.providers.file

fake.unix_device(prefix=None)
# u'/dev/sdh'

fake.mime_type(category=None)
# u'text/javascript'

fake.file_path(depth=1, category=None, extension=None)
# u'/ut/doloremque.numbers'

fake.unix_partition(prefix=None)
# u'/dev/vdo6'

fake.file_name(category=None, extension=None)
# u'vitae.css'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'tobias98@chello.at'

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

fake.tld()
# u'com'

fake.email(*args, **kwargs)
# u'gabrielmayer@jahn.at'

fake.url(schemes=None)
# u'http://baumgartner.net/'

fake.ipv4_private(network=False, address_class=None)
# '172.27.80.75'

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

fake.uri_extension()
# u'.htm'

fake.uri_page()
# u'privacy'

fake.free_email_domain(*args, **kwargs)
# u'gmx.at'

fake.safe_email(*args, **kwargs)
# u'sebastian76@example.com'

fake.ascii_email(*args, **kwargs)
# 'alexanderschneider@kabsi.at'

fake.ipv4_network_class()
# u'a'

fake.ipv4_public(network=False, address_class=None)
# '170.126.67.148'

fake.ascii_company_email(*args, **kwargs)
# 'hauer@cap.co.at'

fake.domain_name(*args, **kwargs)
# u'berger.com'

fake.ipv4(network=False, address_class=None, private=None)
# '50.205.51.203'

fake.domain_word(*args, **kwargs)
# u'wallner-lechner'

fake.slug(*args, **kwargs)
# u'sit-consectetur'

fake.uri_path(deep=None)
# u'wp-content/search'

fake.company_email(*args, **kwargs)
# u'raphael81@maier.at'

fake.uri()
# u'https://denk.at/about/'

fake.ipv6(network=False)
# '2e48:86d:1118:a09f:bbf8:32e4:6000:d08e'

fake.free_email(*args, **kwargs)
# u'mariaitzlinger@gmail.com'

fake.ascii_safe_email(*args, **kwargs)
# 'johanna28@example.com'

fake.mac_address()
# u'cf:53:77:c5:ae:71'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-148-87273-6'

fake.isbn13(separator="-")
# u'978-1-208-93105-1'

faker.providers.job

fake.job()
# 'Public relations officer'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Quidem maxime quis saepe asperiores id. Unde repudiandae delectus harum asperiores.\nAdipisci similique veritatis eligendi accusamus adipisci est. Quod dignissimos voluptatibus modi placeat.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Atque repudiandae reiciendis iusto qui alias fugit. Aliquid cupiditate doloribus eaque. Vero placeat omnis optio fugit.',
#     u'Adipisci ipsum error.',
#     u'Voluptatem id ipsum veritatis velit molestias ipsam. Impedit assumenda aspernatur perspiciatis. Voluptas assumenda quidem harum non.']

fake.words(nb=3, ext_word_list=None)
# [u'atque', u'expedita', u'dignissimos']

fake.sentences(nb=3, ext_word_list=None)
# [   u'A delectus ad fuga.',
#     u'Minima quo quod vitae libero minus ex est.',
#     u'Modi rem magni incidunt nobis doloremque dolorum.']

fake.word(ext_word_list=None)
# u'sint'

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Iusto atque architecto. Suscipit voluptatibus excepturi aliquid rerum. Consectetur expedita quis earum.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Cupiditate impedit magni optio.'

faker.providers.misc

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

fake.locale()
# u'an_ES'

fake.binary(length=1048576)
# bytearray(b'\x9aR\x0c\xb4\xaf\x00\xbd\xbd\xeeXa\xad\xe7\xe8I\x0f\x88\xe0\x16\x1b\xc0\xaf19\x88\x88\x9a\x88\xd8\x01\xec\xb3&k\xb9\xd5\xdd\x19\x879f\xf1\x032\xc1\xc6/\x86\xdeQ.v`[&`\x94\xea\xb3\xa5\x04\xd1\xecyP\xbb\x04\xce\x89x\x0f8\xac\xfa\xde<hN\xe9V\xc1\xac\x16e\xa7EP\xe5G1\xbf_\x10\x97B\x1a\xc4\xb9\xb1=\x98\xe4\x87\x91v`z\n\xd0\xcap\xdb\' \xf9\xdd\xe6u\xfd~\xe2\x19Q\x8e\xd3\xe3\x99\x05=\xc9Y\xe8\x8f\xf6\x8a\x81*>\xa9\x1f\x90\x94\x01B\x8a\xbako\xf1Es\x91\x10"\xdcu\xd6\xa6t\xc9\xc8\xb0\x8c\xf4\x12\xf5v\x02\x17j\x8c\x8e\xcc\xd2\x1b\x1a\xdc\xb74\xa6\xef1;Mn\xc4\xc6\xf0j\xe7\xf5*Ffax\x05\xb5\xf8{\xb0{\xd4\x15\xcf\xf4\x9f\'\xa1;\xe38\x02\xa5@l\xbe\x94\xc1\x83\xe5\xe3\x07\x1e\xb8\xa5\x8cQ\xfcz\xbbI\xb1\xf3\xff\t\x84\x19\xca\xca!T\x1fs;W(\xb0\xffu\xcaR\x00f/\xaa\x97J~\xe8\xb5"V\x16\xa7/\xcb\xdf\xaf\xa6N\xbb\xdb9\xf7\xafW2f\x12\xdcu\xd8\xc5\xb2\xc3\x83@\x9b\xf2^\xeb?8JP\x1drl\xc3\x93\xf9(.\xf7\xf3\xc1@;\xf5\xfa\xdb\xdfD\x00\xfa8\xa0\x0b\xf3\xd5\xb6ZQq&\x8b\x1e<\x8e\xca\xe9\x92\x13B^eKT\xad\x8b\x9d\xf9\xcb\xd3\xddK\xfd\x8f\xa0\xd8\xe2O\x8c\xf5\x96\xe2\xc5\x91N:\x12\x88\x9c\x91\xa8\x06\x06\xe3\xca\'\xa7\xb6\x04\xdf\x7f-HlYoXB\xa6\xd0\xe5M\xd9\xda/@\xe1\xa0\xe8\x19-\xa1\xba\x85\xe49\xf7\xff\xd4\xab=\xe8\\kD[\xcc[z\x10\xab\xad~\xc0\xfd\xc7\xbe\xc7\x87<\xbe\xa8\xca\x96\x10\xb1\xe4F\xe6\xa6#\x19d+b\xb4\xa0\xef,O\xed\x9cX*\x9bJ\x18\xf4\xcaf\xe3_\xfb$\xa4\x84~_\x92X\xd6IS\xa9-\x0b\x87C\x1bpT\x12Dj\x8f\xbci<\x12\'\x03\xf6\xea\xdfi\xaf\x13E\x1a\xac\xac\xd5L\xd6H\xb7UJPOZ\xe2\x92V\x91\x93jt)9\x19\x1b\xf5\xc9\xa8:\n\x1c\x11\xdb\x9c\x12Qb\x14\xd6\xc5\xfel\xe8\x81X\xbbI`\x82\xb8V\x04_~\xbeo\xdb,\xe2\xa1\t\xcf}\xd4\xf9S,\xaf\xc9\xfe\xbaj\x12\xbens\x95\x97M[\xf7\x90\xad\xec\xb0\xdc\xed\x92\xadUC#\xc02\xbd\xf5\xf2\xa68aD\\B\xfb\xf3A\x81A\xff\xd9\x16v\x13\x0eOm\t\xf1y\x00\xeat\xe0\x0cO\x18\xc7\x0c\xf3\xbbo85Y.L\xe4i+\n=\x80~\x03(\x0b\xb3\xdc\xbe\x04]\xa8\xe8\x04\x9c*xg\x85\x9b\xfe\xb7\x11\xc2\xac\x1b\xa8\xae\x04\x02\xa0=\xc2\xb89e\xdea9\x8d\xb9\xed.F\x83\xf0m\xda%\xd1{\xce\xc0\'MO\x90:\x1ap\xcf\xff\xa6\xde\xffE\xbe7\xe1\xb9\x1e\xf7P\xaf\xceHo\xd6r@{\x99\xb2\x9b\xe5U\x8b R\xe6\xf2\x0c\xe7\xafOn\xd8\xe6Au\xc3: \x04\xd1\xe0\x93)\x1f!c\xef\xf3\x96u\xc4[)#\xd8\x93\xa3\xa4"U\xe8\x83\x8b\xff\x83\x18\xb5\x81\x14\xae\xa2\x11|\x92\x0b\x93\x01\xf1_\xd3\xb4\xf6\xc2\x8e\xab\tE\xad\x94\xf2I\x8d\x90\x0c\xd5\x94\xd6\'\xa7O\x9ao\x10\xd4\xe8\xbe\xf0\xbe\x8f\xf5\xea\x11\x984\xf4\x91\x82\xe2\xe3\xbb\xe9u\xd9\xbc;^.\x9f}\xd7\xf3\x05{\xed4\xa6\x80\xaf\x15\x03\x08\x0f\x04\x1bt\x9e\xca\xca\xbb\xaa\xdc\xfb\xa8\x1b\xc8r\xa1\xdd\xa4\x84\xe8\nZs\xf7%\xa6\xd6\xc3\xf9S\xae0\xe6\xd4\x05\x06\x9d\xd3}\x9f\x8d\x91E\x8a\x94\xb9l\x8d\x9c\xe8>\x04g\xbc\x86u\xffT\x84\x0e\xdfd\t\xb5\x9aRU\xc2\xee}\xcc\x92\x03D\x10O\xb5\x1d\xda\x19\x1b\xb5\x968\x96\xc8\xb0H\xf6Gu\r\xd8\xa6&\xf70\xf7\xc4\xd6\x05tap\'G\x8a_\x8f\xd7\x93\xae\xf9\x05\xa8\xbe\xack@\xd2\x9fl/t\xdf\x16u\x9aw\xdfH*\xb9:7Ufd\xa4\xf7\x19\xf5r\xd7\x83sT\xc7\x81\xc80X\xa9\xd3f\xe1O\xce\x99\xfd\x08\xbd\xdf^F\x15\x98m\xb9\x96\xd1~\x03Z\xbay\x97K\xde\xdb\x06f\xfc\xcd\xbb$')

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

fake.sha1(raw_output=False)
# '0bc3ef57b9aa6b5981a55ac885dd7d80667ee4fe'

fake.null_boolean()
# False

fake.sha256(raw_output=False)
# '8c6e037427b5188f31b057b30a6eb6d21d6d7c9975b2cab0a455922f36b8682c'

fake.uuid4()
# '3273ecbc-9aa3-2a64-47f3-064a4ab790d7'

fake.language_code()
# u'nn'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Chum'

fake.name_female()
# u'Prof. Tobias Daume'

fake.prefix_male()
# u'Ing.'

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

fake.name()
# u'Alexander Cech'

fake.suffix_female()
# u''

fake.name_male()
# u'Franz Cap'

fake.first_name()
# u'Maximilian'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'Nina'

fake.first_name_female()
# u'Gabriel'

fake.last_name_female()
# u'Jung'

fake.last_name()
# u'Jung'

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

faker.providers.phone_number

fake.phone_number()
# u'471-690-4715x721'

fake.msisdn()
# '2817196539551'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'Weissplatz 301\n8346 Rottenmann',
#     'birthdate': datetime.date(1963, 10, 2),
#     'mail': u'michael47@kabsi.at',
#     'name': u'KonstantinLara Fuchs',
#     'sex': 'M',
#     'username': u'tim69'}

fake.profile(fields=None, sex=None)
# {   'address': u'Julia-Berger-Gasse 451\n1354 Salzburg',
#     'birthdate': datetime.date(1951, 1, 30),
#     'blood_group': '0+',
#     'company': u'Fasching-Baumgartner',
#     'current_location': (Decimal('48.457730'), Decimal('12.073915')),
#     'job': 'Psychiatrist',
#     'mail': u'xlehner@chello.at',
#     'name': u'Prof. Andreas Winkler',
#     'residence': u'M\xfcllnergasse 165\n1222 Landeck',
#     'sex': 'F',
#     'ssn': u'277-80-9353',
#     'username': u'maxschwarz',
#     'website': [u'http://brunner-mayer.co.at/', u'https://www.grabner.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'AQcIKOJiaoCQwHLLGDOr', 8160, u'bzFoHrykmxjrXNifJmVu', 939688262823.0, 376471769.8282, u'NcxQftmIwsEfOorafAmc', 2515, 8600, u'DKlISyTdzKlSECJYPAer', 1052, u'schusterchristian@chum-fichtner.co.at', u'hpJvIbaxeyPILaaBzRoK'])

fake.pystr(min_chars=None, max_chars=20)
# u'kSwPMkCpwLxeHAlAFxhm'

fake.pystruct(count=10, *value_types)
# (   [   3216,
#         datetime.datetime(2009, 11, 20, 14, 17, 35),
#         u'lTSLcNhelaBclgFbWRwR',
#         u'https://wolf.net/author/',
#         u'qbCHjFykakiOYOSsBnSu',
#         u'sKiefjTEebXUEtyuqhWo',
#         868,
#         u'qvTNcijgOpIvYCebBqoF',
#         u'EzJbTBOErhuNfNGggmNW',
#         u'LkzvhUDMGcXEhBsEkszE'],
#     {   u'aperiam': u'BZLMVoQchMCIRBtTrTEr',
#         u'error': u'KJaGqZhAEtQNJAfJlkEt',
#         u'est': u'UuCtPJAemjyfFRtbxWZJ',
#         u'fugit': u'HKYgbCJBXneHftpmMSOQ',
#         u'iste': 7859,
#         u'nemo': u'http://www.schuster.at/blog/terms.html',
#         u'provident': u'karlphilipp@chello.at',
#         u'quos': -72392419173.0,
#         u'veritatis': 21060081159611.0,
#         u'voluptatibus': 2107},
#     {   u'doloremque': {   8: datetime.datetime(1994, 6, 19, 4, 34, 42),
#                            9: [   u'oYhrhrNjlyUXnAhenPap',
#                                   datetime.datetime(2018, 10, 15, 14, 51, 8),
#                                   u'BTzJXCoSGGHLayMnzKyZ'],
#                            10: {   8: u'https://www.felber.net/blog/homepage.jsp',
#                                    9: u'peHdXDQrWEGsuxaAMKQa',
#                                    10: [   u'jUIqZoqZNIsbAOaiQVon',
#                                            u'vhIAdNnQxoBppcpvSHFg']}},
#         u'eos': {   7: 7208,
#                     8: [4600, 6264.9, u'ykpYxIPJRsnYYzfIRSJT'],
#                     9: {   7: u'eHifJjWDwHBYkJDcpAfq',
#                            8: u'EGbBWwWLKGRquIKGGMIR',
#                            9: [   u'gmayer@huber.org',
#                                   u'MwqZurSFSnHMfDOfrcCs']}},
#         u'fugiat': {   4: u'SibXSwkVXwMNZeZeifvM',
#                        5: [-27282491014.6, u'gernotmair@kabsi.at', 7182],
#                        6: {   4: u'iIQovffEpEFaWoBJRewv',
#                               5: u'uyLrQpxrGtJaoFkdIDVI',
#                               6: [   datetime.datetime(1990, 4, 16, 4, 33, 32),
#                                      246460.794845209]}},
#         u'incidunt': {   5: u'andreaswieser@gmail.com',
#                          6: [   9649,
#                                 3016,
#                                 datetime.datetime(2013, 1, 31, 21, 4, 40)],
#                          7: {   5: u'sFhDjxXRrwByNoBosdGh',
#                                 6: u'http://www.mayer.co.at/tags/category/main/home.php',
#                                 7: [   Decimal('50047.285'),
#                                        u'http://riegler-denk.at/home.php']}},
#         u'iste': {   0: 996,
#                      1: [u'mKskZUOqevrtqPmwVbhY', 19872956.392594, 5120],
#                      2: {   0: u'jobsttobias@lechner.com',
#                             1: u'mMXQlSiJMBBwiGnFOcRc',
#                             2: [   Decimal('639781.375535'),
#                                    u'https://www.binder.at/']}},
#         u'maxime': {   1: Decimal('848448.2812'),
#                        2: [   3029,
#                               u'IfFkwiBjhZsLgHrZvSzT',
#                               Decimal('6.67820567404E+12')],
#                        3: {   1: u'XRrzFoROgbbQbKXQcpNF',
#                               2: Decimal('1.0'),
#                               3: [883, 9249]}},
#         u'non': {   9: u'BElMgfPnEFCooFBvCOtf',
#                     10: [   3798,
#                             u'LIjurVKZolDpxdgONrQN',
#                             u'TRroWKoiEpeflagZSPTI'],
#                     11: {   9: u'KRQkTnbkEPCrpOCxZgza',
#                             10: 993,
#                             11: [   877563667797543.0,
#                                     u'ingridmaier@chello.at']}},
#         u'quaerat': {   3: u'deQPrtJJwYKKunbsrstO',
#                         4: [   u'GvjvXfdJzmSWQZHjtrgC',
#                                -43961.0,
#                                Decimal('-1003613.48128')],
#                         5: {   3: u'awieser@schmid-winter.co.at',
#                                4: 1355,
#                                5: [   u'hubermia@lang.net',
#                                       datetime.datetime(1982, 10, 4, 0, 54, 42)]}},
#         u'rerum': {   6: 3291,
#                       7: [   u'hcbXshHvcKHuCZaLMXmo',
#                              datetime.datetime(2001, 5, 29, 6, 32, 21),
#                              -509872787.404229],
#                       8: {   6: 3701,
#                              7: u'lTwYOKoYhyHWrCrfzdhv',
#                              8: [   u'piabrunner@fischer-egger.com',
#                                     Decimal('-6.4016481466E+13')]}},
#         u'veritatis': {   2: u'KqEMMeUiDDFMjQUOnnQH',
#                           3: [   u'FoaLVwaThWRitHYkDzOF',
#                                  4996,
#                                  u'http://www.fischer.org/privacy.html'],
#                           4: {   2: u'GUmbZNQiKYiozCATiIbO',
#                                  3: datetime.datetime(2001, 8, 29, 7, 18, 1),
#                                  4: [u'lena40@chello.at', 4822]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'http://karl-karner.at/category/post.asp',
#     u'https://grabner.org/terms.html',
#     u'UvwNEdpItJrEzdSnlhKf',
#     u'hvluqwWgQZllmdwIcFon',
#     2575,
#     Decimal('-9.47391484338E+13'),
#     u'http://www.geier.net/tag/wp-content/homepage/',
#     2946,
#     datetime.datetime(2014, 5, 22, 14, 56, 26),
#     datetime.datetime(1987, 11, 18, 2, 7, 34),
#     u'SxmhFJGbSYSXHYlpQbhK',
#     u'wDeeNaOIwudNfPAuFIQS',
#     Decimal('-613614751.146')]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   9312,
#     u'iQxtkvXMIoMidlgeBrgE',
#     u'iRIncARqsxygnIXsIKzo',
#     u'nVEZZnLXsiTkZQfsFTTg',
#     9094,
#     u'pPJCzFtCZBLYmsUuKtYK',
#     Decimal('7.94663'),
#     u'isabeljakob04@gmx.at',
#     datetime.datetime(1982, 1, 23, 3, 58, 31),
#     datetime.datetime(1999, 1, 26, 8, 8, 4),
#     85747842732.4,
#     u'rXKtOYvsoBMOgesCowqO',
#     u'foFOvAoiHINNZEcIUCpK')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'MvVxMwnpINPHCPjgxwHW', u'oJuHHkYFBscNBUNPSwaO', u'RMXVoHbgGrlKKQvUzeiz', 980551301528470.0, 4376, 3578])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'corrupti': u'schmidgabriel@maier-illes.org',
#     u'distinctio': u'https://jung-wolf.co.at/post.htm',
#     u'laborum': u'ggKQdLUhSPvNjgixoFyf',
#     u'mollitia': -757464988.0,
#     u'pariatur': 8167,
#     u'veniam': u'https://www.wimmer-stadler.net/category/'}

fake.pyint()
# 2533

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'626-67-7277'

fake.ein()
# u'37-4519982'

fake.itin()
# u'953-96-2627'

faker.providers.user_agent

fake.mac_processor()
# u'U; Intel'

fake.firefox()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_9_2; rv:1.9.3.20) Gecko/2011-03-06 08:55:13 Firefox/3.6.9'

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

fake.opera()
# u'Opera/8.45.(Windows NT 4.0; ks-IN) Presto/2.9.168 Version/10.00'

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

fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.0; Trident/4.1)'

fake.user_agent()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2019-02-22 20:30:53 Firefox/3.8'

fake.linux_processor()
# u'i686'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5322 (KHTML, like Gecko) Chrome/49.0.898.0 Safari/5322'

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

fake.safari()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_3 rv:4.0; ps-AF) AppleWebKit/534.22.6 (KHTML, like Gecko) Version/5.0 Safari/534.22.6'