Language de_CH

faker.providers.address

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

fake.building_number()
# u'91650'

fake.street_address()
# u'018 Prisca Pines'

fake.postalcode_plus4()
# u'26437-6465'

fake.city_prefix()
# u'East'

fake.military_ship()
# u'USCGC'

fake.city()
# u'North Rachel'

fake.zipcode_plus4()
# u'17536-7884'

fake.state_abbr()
# u'WI'

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

fake.street_suffix()
# u'Parks'

fake.city_suffix()
# u'ville'

fake.military_dpo()
# u'Unit 7417 Box 7383'

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

fake.country()
# u'Saint Lucia'

fake.secondary_address()
# u'Suite 584'

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

fake.postalcode()
# u'42284'

fake.address()
# u'Unit 4016 Box 4893\nDPO AA 38598'

fake.state()
# u'Oregon'

fake.military_state()
# u'AA'

fake.street_name()
# u'Deniz Path'

fake.zipcode()
# u'64047'

fake.postcode()
# u'81062-1829'

fake.military_apo()
# u'PSC 3544, Box 9321'

faker.providers.automotive

fake.license_plate()
# u'232 LEX'

faker.providers.bank

fake.bban()
# 'JJKM6289832157970'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB55CFWP4884608707837'

faker.providers.barcode

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

fake.ean13()
# u'2001703085330'

fake.ean8()
# u'71511214'

faker.providers.color

fake.rgb_css_color()
# u'rgb(248,152,200)'

fake.color_name()
# u'DarkSlateBlue'

fake.rgb_color()
# u'111,81,208'

fake.safe_hex_color()
# u'#99bb00'

fake.safe_color_name()
# u'purple'

fake.hex_color()
# u'#cf6c27'

faker.providers.company

fake.company()
# u'Ammann, Felder and L\xfcthi'

fake.company_suffix()
# u'PLC'

fake.catch_phrase()
# u'User-centric systematic portal'

fake.bs()
# u'mesh holistic experiences'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'Mastercard\nVincent Bosshard\n5339304775596916 08/19\nCVV: 722\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'ETH'

fake.currency_code()
# 'AUD'

fake.currency_name()
# 'United States dollar'

fake.cryptocurrency_name()
# 'Dogecoin'

fake.cryptocurrency()
# ('PPC', 'Peercoin')

fake.currency()
# ('JOD', 'Jordanian dinar')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 20, 17, 47, 34)

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

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2018, 8, 16)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1992, 12, 27, 17, 27, 4)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2011, 12, 3)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 4, 3, 12, 5)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 7, 24)

fake.day_of_week()
# 'Saturday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2011, 4, 4, 5, 43, 10)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2008, 11, 28)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2002, 6, 26, 21, 12, 25)

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

fake.am_pm()
# 'AM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 10, 58, 30)

fake.date_object(end_datetime=None)
# datetime.date(1978, 5, 3)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 3, 28)

fake.iso8601(tzinfo=None, end_datetime=None)
# '2007-10-13T03:13:47'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 8, 28)

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

fake.month()
# '07'

fake.year()
# '2014'

fake.day_of_month()
# '28'

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

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

fake.century()
# u'VI'

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

fake.time_object(end_datetime=None)
# datetime.time(17, 48, 2)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 3, 22, 17, 43, 38)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1976, 7, 19, 13, 52, 21)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '04:59:34'

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2018, 8, 12)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 21, 0, 20, 41)

fake.month_name()
# 'August'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1907, 5, 18, 4, 0, 10)

fake.time_delta(end_datetime=None)
# datetime.timedelta(8877, 19574)

faker.providers.file

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

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

fake.file_path(depth=1, category=None, extension=None)
# u'/debitis/quo.flac'

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

fake.file_name(category=None, extension=None)
# u'necessitatibus.ppt'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'mirsadhoffmann@yahoo.com'

fake.image_url(width=None, height=None)
# u'https://dummyimage.com/437x272'

fake.tld()
# u'org'

fake.email(*args, **kwargs)
# u'juliette98@fankhauser-christen.com'

fake.url(schemes=None)
# u'https://pfister-iten.com/'

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

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

fake.uri_extension()
# u'.php'

fake.uri_page()
# u'homepage'

fake.free_email_domain(*args, **kwargs)
# u'hotmail.com'

fake.safe_email(*args, **kwargs)
# u'cstalder@example.net'

fake.ascii_email(*args, **kwargs)
# 'toblerivano@hotmail.com'

fake.ipv4_network_class()
# u'c'

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

fake.ascii_company_email(*args, **kwargs)
# 'joanne86@stutz-schenk.com'

fake.domain_name(*args, **kwargs)
# u'bolliger-zollinger.org'

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

fake.domain_word(*args, **kwargs)
# u'christen-leunberger'

fake.slug(*args, **kwargs)
# u'earum-soluta'

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

fake.company_email(*args, **kwargs)
# u'rothvilma@gross-battig.com'

fake.uri()
# u'http://gfeller.org/tags/tag/search.html'

fake.ipv6(network=False)
# '9dde:4146:5c30:7b16:b72c:65eb:9b8b:1b10'

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

fake.ascii_safe_email(*args, **kwargs)
# 'jill24@example.net'

fake.mac_address()
# u'c0:33:c7:fc:85:55'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-63799-614-4'

fake.isbn13(separator="-")
# u'978-1-158-20087-0'

faker.providers.job

fake.job()
# 'Music tutor'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Cumque ullam soluta placeat nemo. Nam est nemo repellendus iste. Molestias atque perferendis magnam praesentium hic.\nEligendi eius cumque. Cupiditate tenetur est distinctio beatae.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Reiciendis debitis vitae blanditiis quisquam iure maxime. Placeat voluptatem vero. Neque quibusdam repudiandae laborum magni nisi vero.',
#     u'Cum earum omnis beatae. Odio eveniet voluptatum amet.',
#     u'Ut ut quibusdam minus illum et. Optio deleniti placeat autem natus quis. Libero sequi tempora voluptates voluptatem.']

fake.words(nb=3, ext_word_list=None)
# [u'aut', u'excepturi', u'suscipit']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Ex consequuntur odit voluptates nam.',
#     u'Voluptates tenetur laudantium dolore quas ut non.',
#     u'Asperiores qui expedita iusto voluptates.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Ut optio ducimus voluptatem. Exercitationem aspernatur similique esse delectus.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Reiciendis ipsam veniam modi distinctio quas amet quidem.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'^#O9mXaI+m'

fake.locale()
# u'aa_ER'

fake.binary(length=1048576)
# bytearray(b'\xa4\x01\x02c\x9a\x87\xc3=\x12\x86\x9aX\xa80?\xb6\xc9nD\xa8\xf8<\x9b\xd5j\xac\xb3H\x10\xa5\x97\xcd\x0b\xbf\x97\xad\xa1\xf2\x9a\xb0K\x14\x14\n\xab\xcc\x99G\xd8\x0f\xed\x03\xba\xad\xfc\x0f\xfe\xbc\x956\xf5\xa5Z\xf1GX\xdbmP\xd1\xe6$9\xb1\xf8\x02Cz\n\xd9\xbd\xb14\xf5\xaa(\xe7H\xb18\xb3W\x00|\xf6DFw4\xc4\xc5\'\xf3\xcd_m\xe9C*\xdb\x1c\x9fK?\xdb\xe7o\xda\xaa\xa5\xbb\xf80`k\x18\x9dC4\x8aR9\t\x15\xf0^\xa7CH\xbd\xeb\xd4)5\xd6\x9eO\x0e\x98X\x0f\xc0\x95\x9f\x17\xaa\x97u\xdb#\xc5\r\x06\xe6Bt\x11\xba\xe4\\\x88\xd6\xe0\xbc\'\xfd\x85\x7fxn\xeac\x15$\x99\xae\x92~2\xff\xf5Q\xa5\xf3f#z\x85q\x87\x935\xcb\x06\xb9"L\x84\xe36jw\xbe\xb0\xf7\xc9ZLlE\xc1\x04\x88mj~\xb2\xf3\xea\xa5\x7f\xd4\x9c\xde"v\xbcZ\xef\x89\xf9\xc4B\x83\x83\xb0C\x8e\rM\x91d\x9d\'R^|yW\xc8Jr2\r\x00\x01$\x80u\xa5\xe8\x13\x87\xfeH&@J\x0f\xd6\x15\xfd\x84!o\x02\xf4Q\x1c\x19L\\6\xe7\xd5\xc5\x06f\xb4E0\x895\x10\xa6\x0fi.I\x87xy\xd1\xc5\xbe\x006\xde\x7fI\x84J\xb1\x04\xd8(m.l\xf1\x0e\xf5\xc2\xbf\xefrF\xee\xad.\xdd\xc4\xae\xd6"\x92\xe8\xc7&R.\xb6\xa7\xbaDn\xf0 \xf4\x01\xb1\xad\x1e\x8d\xc6\x19g\xb7\xd0\x05\xc2\xf0MT7\xe3\xb0\xd4\xef\xfe\xe5\xd0\xbcb{\x00\xeb\x94\x1eQ%\x0f\xb5\xf4\xdaQ\x88\xcd\x9fl\xdfu\xaf\x9b\x1b*\x9f\xff\xa0\x05\xe7Z2\x17\xe0^\xb6\xb7\xf0c\x1f\x90JXvM0\x1en\x11\xd6o U!\xe8\x86\x1f\xd5(\x14\x7fW\xc3\x84s\x00\x04$\xd7\x1b,\xc0\x13>A\xd0N\x82K\x92\xf6\xd4\x90\xa16\x80G\x80\xa7L8aV\xda\xb7\x8f4:\xfb\xab\x9fgq\xc5\xe5\xf5\x9a\xa4`\x07\xaeZVJ\xf0Q\r\xbb\xdd\xa9uy\x9af\xab8\xd1\xe4\xc15\xf8\rX\x1e\x1ck\xbbQ=c\xf7\x98\x14\xa3\xc2`\x13O\x83Ox\tF\xba\x8a]\x05\xcdT\xd9SH\x17\xe4\xa2[}\xc7]s\xdch\x12z\xac\xd4\xcd\xa9\x7f<*\x97v_2\x93\xbd\x12H\xa5\x06\xfc]\xea\x00\x86W\xb9\xae,\x8d7\xa1\x8cB\x15\xb2{"<Q\x17\xef=\xdf\xaa,Y\xf1\xa9Y\xd4|\xd3\x852\xa8\xb2i\xd2L\x8b\t\xa8\xc0\x95c\xca\x1dlX\x95\x91\x9f\xf9\xb1\x92\xe0b\xe3\xb8\xf6\x12u\x85\xa1\xc2f\xaf\x81oQOp\xd2o;\x98\x01\xbb\x80[=\x8b\\y"+\xf9\xe1\xb0=Z\x87\xd7\xf7\x85\xea\x8e\x8dc\xd5\xec\xbc\xc0q\x95\x99\x87=fi\x91\xe2\x1c\xaayl\xc4pG\x8dbX$\xb8\x1c/6\x86\nf\xb5\xea\x1c\xeb\xdc\xb1lN\xdb\x1f\xb5UE\xd1\\>\x88\x8f\xf6\xa6%\x15#\xb8?\xc1J\x9e\xb5b\xf5\xa0\xf3\xf7\xd5\x1a\x85QK\x8c0\xbc\xb6.\x0f?\x05\xcb\xf1tb\xe0#\xee\x93v\xbf{\xecg\xfc-\x9c\xf2)\xd8\xe4`\x15\xcc6\x93d|#\xa5sM\xba\xea\xa9<\x83G\xdb\x84\x1d#\xeb\x8d\xf9\x07\r)n\xf4\x97>\xbe\r\xb4}/\x18\xfc\xef\x12\x95t\x80\x11\xd6\x93\xf0\xf4>\x86\xc8\x0bU\xfe\xf7\xfbEH\xa8\xd7\xa4\xfe-\'\x81\xcaY\'\xf3Z\xbf\xa0p\xc3\xc7c.\x9b\xf8s/\xf73\x13\xad\xe1\x8b9\x1fj@k`\xdb\x84N\x13\xf5[\x1f\xc4\x80G\x16u2M=\x85\x9f\xbayC:\xf5\x97\x16\x942\x04<\xf1\x81o\x10\x92\xa7\xb7I\xda(2E\xcd*\xe3ATAw\xbc\x97\x8e\x8a\n\xac\xa5ueC\x81G4\xd2\xed3\xc8F\xe7\xf34\xbc\x12\xfe\xe5\xe3\xa6\x02\x92\xfe\x8a\xb6Q\x8c[\x1a\xbb\xed\x1et\xc4x\xfa\xc0L`\xcb\xc1yO~U\xf7\xc1\xb7\xf8\xf6\x00\xd3\xce\xc6&\xf2\xce\x19\xfc\np\xff\xe0\xd1\xea\xe6\xbb\xc6}\x0f\xec\x82A`\x80\xa4[df\xfeMJ)\x15\x02\x8e\x8f8\xbd\xaa4\x84C6\xc5\xf4>M\xe8\xe0\xfc\xbf\xacK\xb4$\xe6')

fake.md5(raw_output=False)
# '7acf3f41624cd1008c54868fb3533984'

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

fake.null_boolean()
# False

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

fake.uuid4()
# '78194603-3e21-805e-5ad5-fd951920a865'

fake.language_code()
# u'tt'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Furrer'

fake.name_female()
# u'Naser Stocker'

fake.prefix_male()
# u'Dr.'

fake.prefix()
# u'Prof.'

fake.name()
# u'Fernanda Hofer'

fake.suffix_female()
# u''

fake.name_male()
# u'Mustafa Gloor'

fake.first_name()
# u'Lia'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'Dalibor'

fake.first_name_female()
# u'Serena'

fake.last_name_female()
# u'R\xfcegg'

fake.last_name()
# u'Amrein'

fake.prefix_female()
# u'Dr.'

faker.providers.phone_number

fake.phone_number()
# u'(170)563-9345'

fake.msisdn()
# '1929687240296'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'702 Julia Square\nVreneliborough, SC 74133',
#     'birthdate': datetime.date(2012, 7, 23),
#     'mail': u'ihunziker@gmail.com',
#     'name': u'Amir Zollinger',
#     'sex': 'M',
#     'username': u'kgeiger'}

fake.profile(fields=None, sex=None)
# {   'address': u'121 Hermann Course\nNorth Darkofurt, KY 55890',
#     'birthdate': datetime.date(1976, 7, 11),
#     'blood_group': 'AB-',
#     'company': u'Aebi-Hunziker',
#     'current_location': (Decimal('-52.3501435'), Decimal('-78.359516')),
#     'job': 'Geneticist, molecular',
#     'mail': u'alwin91@hotmail.com',
#     'name': u'Annabelle B\xe4r',
#     'residence': u'78758 Fiona Ville Suite 942\nSeilerbury, NY 23810-9724',
#     'sex': 'M',
#     'ssn': u'327-65-0083',
#     'username': u'carina10',
#     'website': [u'https://www.bernasconi.com/', u'https://www.zingg.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'CqPKwsBUVGfDvMzTQweD',
#     datetime.datetime(1986, 12, 4, 5, 32, 43),
#     u'IZWiRZlKkPhqwHwRNLpV',
#     264167.19344561,
#     u'vBXdbPVrJKbmOvhBUvyA',
#     3316,
#     Decimal('119519.915'),
#     u'UimPSHauTKFyrSeIxXMf',
#     u'GdUWXDCrtyTXooWGEgVt',
#     u'ischnyder@hotmail.com',
#     u'eichenbergerkilian@gmail.com',
#     u'KUGXLZeXJDgOGSwQeQps')

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

fake.pystruct(count=10, *value_types)
# (   [   datetime.datetime(2004, 10, 23, 15, 20, 54),
#         -2992587710001.5,
#         datetime.datetime(1992, 11, 30, 17, 10),
#         u'https://tobler.com/category/',
#         u'koHSZKVBhzwfkCWKNKml',
#         Decimal('1713870089.0'),
#         777.10570043623,
#         u'husseinpeter@favre-erni.org',
#         Decimal('72773.8723'),
#         46393983.16],
#     {   u'ad': u'sJtpRaOQDzFizPqlEjZm',
#         u'dolor': 481,
#         u'earum': datetime.datetime(2010, 6, 19, 3, 49, 53),
#         u'maxime': u'http://www.giger.com/posts/wp-content/post.html',
#         u'nesciunt': u'http://christen.com/search/',
#         u'nulla': u'cXUnBXLntesHvIcgQULC',
#         u'porro': u'sTayQsJrrMqsulAZgdjZ',
#         u'quo': datetime.datetime(2011, 10, 16, 10, 22, 17),
#         u'saepe': u'edmundgraf@schaller.com'},
#     {   u'ab': {   2: u'DSSQeyFAXBaTjuBaHQye',
#                    3: [   u'http://kaiser.info/register/',
#                           u'pbhKUsunnsQacXcbVFJI',
#                           u'dbieri@brunner-ammann.net'],
#                    4: {   2: 8287,
#                           3: u'RmnuUBcJAujQJOcBGcJn',
#                           4: [   u'lsTDyVGHoVLNHAzOwYGy',
#                                  Decimal('452458919.0')]}},
#         u'accusantium': {   3: u'gbaumgartner@giger.com',
#                             4: [   Decimal('0.950471641'),
#                                    9586,
#                                    u'mQzXfXRYbHEpLjPXEBmo'],
#                             5: {   3: u'ulehmann@yahoo.com',
#                                    4: u'oESFZiFODqztIbIWztVg',
#                                    5: [u'AuhIRZUEXnZfTJaKWlwl', 4928]}},
#         u'cumque': {   8: u'BRYSrBNLtyleefcMhZjZ',
#                        9: [   u'WacuwceHMQsdreUfazak',
#                               u'htknOSoSQRJOYGSHIbxy',
#                               u'VWlpGaZqkZkUvBYgqUnF'],
#                        10: {   8: u'zPbKAsuOLjaOMRhRaRjq',
#                                9: u'lYoPpXrKtJJQoLldwCfS',
#                                10: [   Decimal('-82.6'),
#                                        u'kpiQHQwBWkvMrdVztGke']}},
#         u'distinctio': {   9: datetime.datetime(1978, 3, 8, 18, 31, 46),
#                            10: [   u'https://www.hofmann.com/home/',
#                                    u'XvAZsqOanDKybVkuNsMq',
#                                    u'SehamQAtnUmpaWIBXLJR'],
#                            11: {   9: u'bnoNfeXAIrRhxkwgXbtB',
#                                    10: u'pstauffer@aebi.net',
#                                    11: [u'TMmeErYgekrANHQEtBIJ', 8648]}},
#         u'magnam': {   6: -92453.124,
#                        7: [   u'CHaTjqUikIHBPVvGLenk',
#                               u'uFLfqpxlgISAHVBUKeYc',
#                               u'smichel@gmail.com'],
#                        8: {   6: u'serkan75@betschart.com',
#                               7: u'https://www.stockli-stadelmann.info/',
#                               8: [   Decimal('-7.81692358257E+13'),
#                                      395842111558318.0]}},
#         u'mollitia': {   5: Decimal('1592080.8'),
#                          6: [   4283,
#                                 u'hcmXdzquOSYeCDpIVUul',
#                                 u'fNcMJPEprHeUhtamcpXI'],
#                          7: {   5: datetime.datetime(1999, 11, 18, 15, 29, 4),
#                                 6: datetime.datetime(1971, 3, 12, 14, 12, 11),
#                                 7: [   Decimal('-70082871765.2'),
#                                        u'zurcherjann@yahoo.com']}},
#         u'nostrum': {   4: u'dHYEUtyiKVqgDfzAjwgD',
#                         5: [   datetime.datetime(2016, 11, 13, 6, 28, 5),
#                                u'wSISPGLkMcHAQIIXXEbA',
#                                u'ZSVQcYyXUTtciwWjTUlQ'],
#                         6: {   4: 6999,
#                                5: Decimal('-56515.368365'),
#                                6: [   u'cisler@bar.com',
#                                       u'NbAObqzInOereKPSUQYb']}},
#         u'tempora': {   7: Decimal('245.64125421'),
#                         8: [   u'VYcFYkfSNapTudFhyUKF',
#                                7977408846178.0,
#                                u'eOZQNMBelnOSKLgQHFqc'],
#                         9: {   7: datetime.datetime(1979, 3, 21, 21, 50, 54),
#                                8: u'TngcoiXcnXUaDskJvxrS',
#                                9: [   u'ilkIIYpcllToUHbNwWMn',
#                                       u'pdlgRAXeCbAJEKEqvYlk']}},
#         u'veniam': {   1: datetime.datetime(2008, 5, 6, 7, 26, 29),
#                        2: [   633.54887,
#                               -126.4,
#                               datetime.datetime(1994, 4, 5, 9, 18, 27)],
#                        3: {   1: u'http://www.baumgartner.biz/faq.asp',
#                               2: 9572,
#                               3: [   u'http://blaser.org/',
#                                      datetime.datetime(1991, 11, 13, 5, 20, 9)]}},
#         u'voluptatibus': {   0: u'scharervincenzo@betschart-kung.com',
#                              1: [   datetime.datetime(2007, 2, 24, 19, 41, 6),
#                                     4860,
#                                     -335472.9344],
#                              2: {   0: u'zbar@hotmail.com',
#                                     1: 7044,
#                                     2: [u'IBEqTOlZeOzUqcztXQom', 5666]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'riGlGxjXfLGyKITKKRUC',
#     u'YOgaFdhYOjoXOHVWSvqg',
#     u'lyclGDsJmtfJmIXJAbFz',
#     2067187.0,
#     1619,
#     datetime.datetime(2003, 4, 22, 6, 45, 3),
#     u'qqpbDmXbvcqiRpJYUpJq',
#     -9244713323.816,
#     u'wbVcpwoiapWVxrQqNTpd']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'hePdiEorkfbgBjnwxqzI',
#     u'YIeaVwrMlXKbHCXzUuag',
#     u'DexfLuTFxJPlfMyymSmK',
#     u'https://hess.org/category/',
#     u'tizVXlKLkHJrncfrVgUG',
#     u'haticezbinden@yahoo.com',
#     6495)

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'UoxfXYoitVcwKwsNVLsN', u'AqaACRmxuetBHNcaniuN', u'OOwTEAscnjHafYxgribN', 4680, u'ogMosAfdpfhPqjEwvghk', -403.8, u'PCtZvludeOlMTqAFuXyZ', u'sIeNwYzTtuFhRUhKUbFn', u'nVZvCejYxEsgHpqkwoxw', datetime.datetime(1983, 5, 26, 18, 44, 16), u'leuardita@gmail.com', 7870, u'IXDPuLANDndrievtKOpP'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'eligendi': -9.844979151,
#     u'facilis': u'https://www.kalin.com/',
#     u'odit': 2977300626.1,
#     u'officiis': 7701,
#     u'sed': 99194264825992.0,
#     u'voluptate': Decimal('-310818345.4')}

fake.pyint()
# 5052

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'805-68-7570'

fake.ein()
# u'88-3682738'

fake.itin()
# u'976-92-0471'

faker.providers.user_agent

fake.mac_processor()
# u'PPC'

fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2012-12-08 10:58:03 Firefox/4.0'

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

fake.opera()
# u'Opera/8.58.(Windows 95; nso-ZA) Presto/2.9.175 Version/12.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_6) AppleWebKit/5331 (KHTML, like Gecko) Chrome/16.0.894.0 Safari/5331'

fake.linux_processor()
# u'x86_64'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/5351 (KHTML, like Gecko) Chrome/47.0.881.0 Safari/5351'

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

fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; tk-TM) AppleWebKit/533.45.2 (KHTML, like Gecko) Version/3.0.5 Mobile/8B114 Safari/6533.45.2'