Language de_CH

faker.providers.address

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

fake.building_number()
# u'7898'

fake.street_address()
# u'17101 Tanner Roads'

fake.postalcode_plus4()
# u'22066-1794'

fake.city_prefix()
# u'Port'

fake.military_ship()
# u'USS'

fake.city()
# u'East Annemarie'

fake.zipcode_plus4()
# u'44558-9465'

fake.state_abbr()
# u'RI'

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

fake.street_suffix()
# u'Stravenue'

fake.city_suffix()
# u'view'

fake.military_dpo()
# u'Unit 8961 Box 9698'

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

fake.country()
# u'Zimbabwe'

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

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

fake.postalcode()
# u'65595'

fake.address()
# u'6402 Kirsten Branch\nSimoneport, CT 01411-5672'

fake.state()
# u'Arizona'

fake.military_state()
# u'AP'

fake.street_name()
# u'Miranda Street'

fake.zipcode()
# u'45801'

fake.postcode()
# u'51829-6225'

fake.military_apo()
# u'PSC 1589, Box 1177'

faker.providers.automotive

fake.license_plate()
# u'1Z623'

faker.providers.bank

fake.bban()
# 'ZVPL9197168746083'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB75NOXV9002056440570'

faker.providers.barcode

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

fake.ean13()
# u'2593476069445'

fake.ean8()
# u'28637226'

faker.providers.color

fake.rgb_css_color()
# u'rgb(22,73,156)'

fake.color_name()
# u'LightGray'

fake.rgb_color()
# u'54,80,70'

fake.safe_hex_color()
# u'#aadd00'

fake.safe_color_name()
# u'gray'

fake.hex_color()
# u'#27b034'

faker.providers.company

fake.company()
# u'Zollinger, Schmidt and Graf'

fake.company_suffix()
# u'Ltd'

fake.catch_phrase()
# u'Persistent fault-tolerant knowledgebase'

fake.bs()
# u'scale leading-edge portals'

faker.providers.credit_card

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

fake.credit_card_provider(card_type=None)
# u'Maestro'

fake.credit_card_full(card_type=None)
# u'Discover\nCorina Wirth\n6546344477420376 01/26\nCVC: 478\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'AUR'

fake.currency_code()
# 'LBP'

fake.currency_name()
# 'Jamaican dollar'

fake.cryptocurrency_name()
# 'Emercoin'

fake.cryptocurrency()
# ('WAVES', 'Waves Platform')

fake.currency()
# ('ANG', 'Netherlands Antillean guilder')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 22, 2, 47, 37)

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

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(2011, 7, 21, 15, 49, 29)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2015, 7, 1)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 6, 12, 32, 52)

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

fake.day_of_week()
# 'Monday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2013, 5, 13, 2, 50, 57)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2012, 3, 5)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2003, 5, 28, 23, 1, 33)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2001-01-21'

fake.am_pm()
# 'AM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 9, 31, 44)

fake.date_object(end_datetime=None)
# datetime.date(2011, 12, 30)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 1, 18)

fake.iso8601(tzinfo=None, end_datetime=None)
# '2000-08-06T12:54:34'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2007, 5, 11)

fake.month()
# '02'

fake.year()
# '1988'

fake.day_of_month()
# '01'

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

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

fake.century()
# u'XVI'

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

fake.time_object(end_datetime=None)
# datetime.time(17, 8, 55)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 1, 13, 11, 27, 54)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2014, 10, 18, 0, 9, 59)

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

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, 8, 10, 16, 35, 18)

fake.month_name()
# 'October'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1838, 7, 31, 6, 54, 25)

fake.time_delta(end_datetime=None)
# datetime.timedelta(12832, 83096)

faker.providers.file

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

fake.mime_type(category=None)
# u'model/x3d+xml'

fake.file_path(depth=1, category=None, extension=None)
# u'/sint/sunt.wav'

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

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

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'hofmannvlora@gmail.com'

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

fake.tld()
# u'biz'

fake.email(*args, **kwargs)
# u'wirthanastasia@scharer-ruegg.info'

fake.url(schemes=None)
# u'https://www.beck.com/'

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

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

fake.uri_extension()
# u'.htm'

fake.uri_page()
# u'about'

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

fake.safe_email(*args, **kwargs)
# u'kungedina@example.org'

fake.ascii_email(*args, **kwargs)
# 'cynthiagraf@kuhn-schumacher.biz'

fake.ipv4_network_class()
# u'b'

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

fake.ascii_company_email(*args, **kwargs)
# 'olga27@isler.org'

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

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

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

fake.slug(*args, **kwargs)
# u'deserunt-aut-magni'

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

fake.company_email(*args, **kwargs)
# u'amandine19@schweizer.com'

fake.uri()
# u'http://www.hess.com/categories/wp-content/main.htm'

fake.ipv6(network=False)
# '3d6b:bef6:efb4:acee:f401:8db2:59d6:4bf9'

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

fake.ascii_safe_email(*args, **kwargs)
# 'ajla79@example.org'

fake.mac_address()
# u'c2:b4:c0:51:3d:5f'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-67067-127-5'

fake.isbn13(separator="-")
# u'978-0-478-10563-6'

faker.providers.job

fake.job()
# 'Human resources officer'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Doloribus voluptatem a sunt minus possimus.\nDolore qui debitis magni explicabo asperiores blanditiis. Eum sequi commodi modi unde explicabo. Facilis ex enim accusantium numquam.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Odit aliquam eveniet. Optio explicabo sit ipsa.',
#     u'Alias dolores quia est est. Optio iure quam necessitatibus placeat saepe ipsa. Dignissimos a inventore tempora architecto in.',
#     u'Veritatis ipsa ex vero fugit. Provident quibusdam necessitatibus. Sunt commodi doloremque maiores voluptatum magnam quisquam.']

fake.words(nb=3, ext_word_list=None)
# [u'modi', u'doloribus', u'ex']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Dicta similique quisquam ipsam error ullam.',
#     u'Accusamus rerum odio.',
#     u'Beatae a quia delectus odio deserunt porro.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Sed debitis voluptate aliquam illo. Incidunt voluptatum veniam dolore nihil dolores blanditiis. Dolore officia quaerat provident saepe quaerat.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Quo quibusdam optio repellat mollitia.'

faker.providers.misc

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

fake.locale()
# u'sid_ET'

fake.binary(length=1048576)
# bytearray(b'\x845\n\xcb.\x08\xce\xca\x98\xbdB\xb6GL\x9a\xdbdm[p\x8a\x8eq\xdd\x95\xf8\xd0\xbe\xef%\xf2\xcb\xd6 \xc2\xa5\xa6Zt[=&\xcc\xf1Hyy\x83\x1c\x0f\xa7\x9chb\xaf,\xee\x8b-\xfaLE\xc8\x0f\xaev\xfb\xf8(\xd3 \xeeB\x8c\x97\x1ea\xd3\x16;\xf6\x13J=]\x07\xb4\x87\x90\x96\x99g\xc3\n\xef\x90\xc8\xd4=z\'>\xbd\x1e\xf4\xc7\'\x8dS\xeb\x8e\x0eo\xbc\x1a\xd1\x08\x10R\x86\xee\x0c\xf6d\x80\xfa\xf5\xa8\xb1\xe7A\x97}V\xf9\xc1b$:\x0b\xb38&\x17N\x8d\xa7\x93y\x9a\xd19\x07\x8ct\x14Bx\x1f"^\xe3\x7f5\xa5\x8d_\xf1@\x07/\x80p\x13\x8b\xc7"\xfd^\x06\xe3\xf9\xf4\xd8\'\xdc\x04\x1f\x9e$\xe8\xa1\x14\x96Z?\xe6\x90RYUV\xd1\xb2v\x07@\xec\x0eA0\xad-\xa0\xeb\x96`\x85\xf1\xabQ]H\tj\xd4\xb4\xef\xde\x9c\xcbt\x8di\\\x8eH\x8dS\xcb\xca\xec%5\x81R\x08\t\xf8\x17\xa9\x16\x8c\xd8~\x19i\xf62\xb9g\xbe\x87\xa0\x08\x92\xd4\xb2cd"\xd3-`\xee\xe5\xa7\xcdc\x1a$d\xb0\xad\xca\x10\xdbu~*\xba\x05\x14\xe21i\xfc\x81\xe0C\xfb\xacUF\xa6=\r|My\x1f4\xe5$\xc3Ye\xd0+g\x11Q<\xebn\x04\x8c\\\xa8\xc9\xa8r\x1e\xfa\x1bd\xd3\xdd\xf7\xa1\xe1\x88j&6\x12M)$|!\x8d\xd2\xca\xb8]\xcc\x1eg\x82\xaad\x17\xd3@\xf2\x9b\xc7)\xcb\xa6\x02i+\xc1\xdc_\x8d\xf2\x01m+8\xa0\x13Ie\xe60Lw<\xd2\x1d\xef\xd9\xde\x9701\xd8\xb0h\x93!\xee\x8f\n\xdd]\xc8<<\xc0\x0e\x0b\xba\x05&\x01\x0e\r\x96\xb8(3\xac\xba\xa8WS\x14`]\xe7^:\x0c\xa1\x8e^4\xe1*\x9e\xde\x87\r\xd9{\x18\x8f\x15\x08z\x0c\x1a\xc9}\x8a=,q\x8f \x1e\xa8\')b\xeb3\x89\xa7\xbc]\xa8\xda\xb0\\\x95\xf8\xf6C\x10\xf0\xcek*\xe7\x16[a\x99%\x9e\xb7\x02\x8d^w\xc2z\x87\xf2q\x04Wm`\xe0Kk\x1e\xd0\x7f\xfb\x01\x8eG\x08$\rs\xe1\x8c\xc2\x8aT{1\xfe\xe0\xb9\xbe\n\xda\xad$hl\xe3w\xbb4\xbc\x88,5\xa5q\x9c\xbc\xda\xb7\x9a\n\xc9^\x0b\x1b_\x9b\xd8|\xab\xdcb\xa8\xf3\xcd]=\xba\xce\x0f\x8eY\x94\xa3\x15\x94\x865\x83\x06\xe0]8\xb3\x7f\xe25\x12\xa4\xa1\xf9\xdea\xda\x1a\xef\x9a\xde\xf5\x97\xb1\xd8P\xdb\xfd!\x91\xa6\x89\xac\xfc\'\x04\x0f\xda\xf6?yt\xba\xf4\xb0?\xb7#\xaf\xa4\x9f\xf6}3\xeax\x00\xa3\xff\xc6\xb7\x93\xf8\xde\xc6"\xb5a\x17\xc4\xe5\xc4\x8eD1\xb5\xf0\xff\xc3\xe6\xf9\xdeD\x14\x94\xd4\x03{\xe7\xf3\xdb1h`z\xfe\x9e\xb5\xa3\xde3\x90\xc1\xa5\xb0?!\x07\xb4\x80#R?2\xa6\x9d\x8c\x16\xd1\xaa"\xc5Zf|5\xfd\xe1\x0c=\xf8;\xc0O\x1b\x95\xb0\x9b\xec\xee\x9f\x0f\xf1Q;`\xab\xab\xec\x99\x16\xa0\xb8\x14\x07=\xad\xfb\xfc\xd9?QK\xa7\xd6\xce,\xfd\x831\xed\xf2"X\xae)\x16\x05\x8f\x0b\x8fu@\x9ca\x863_e\x12k\xdb{\xeeIBECIO\xf6P\x87\xdck\xa1[^U\x1f\xaf\xb1o1T\xb3\xbbbk\xe7\xbeX\x94\x18\xb7\xe2\x8e\x0b]\xa0\x95\xcaU\xd5\xf0\xa8\x0eI\xc1x,\xa0\xa30\xe7\x18Ky\xd2\x80\xd5\xc9\x03\xcc\x83\x96\xb4\xe2j\xfe\x17\x05\'-D\xc8\xf5\xbbRq\xb0\xe4\xd6\xa7\x0bp2\x13n\x15_\xfc\xd5D\x96\xe69\xd9\xc4\xcb\xd4\xf9\xe8\x065\xa9\xb1q+\x8a\x8f\xe8\xad0\x13f\xb6\x85S=\xcd\x06\x86O\xf1M\xf8G\xe6G\xddO\xe7\xc0^\xbf.v\xec\x88z\xe3\xf1\x91\x9e%\xd1g\x89S\xc9\x1bs\xa4\xdc,\xc6s\x157\xb2\x86\xecM\x1e\x85"\x00\xba|\xa8\x8e\x96\xf6\xe0\xc7\xa9\x99\x15\x96\x9d 9\xb4\x9f^\xec\xf0\x17\x15Xn\xbaO[\x1d\x03\xb0\xf4\x90\xd9\x91\xde\xc8?m\xc90\nu\xea\xddU\xeb;)(o2\x9e\xf3\x97\xd8\xdf{\xccO\x17\x0e\xef\x1eE,j\xc9{^\x08\x86;\xd3\xb2\xdeI\xb0\x99\xa8\x13\xa3|\xd0')

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

fake.sha1(raw_output=False)
# '1f7503b22acee23bf2c6e1db505c5ebd0d696f7c'

fake.null_boolean()
# None

fake.sha256(raw_output=False)
# '930390c6604668a8ee0bd9668c8c0fd6d1f806207915db15e3206e35147f1ae1'

fake.uuid4()
# '991e2740-fce5-c197-c693-1d54461b14b7'

fake.language_code()
# u'gu'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Stadelmann'

fake.name_female()
# u'Prof. Janosch Leunberger'

fake.prefix_male()
# u'Prof.'

fake.prefix()
# u'Dr.'

fake.name()
# u'Laurent B\xfchler'

fake.suffix_female()
# u''

fake.name_male()
# u'Lydia Bosshard'

fake.first_name()
# u'Konstantinos'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'Ant\xf3nio'

fake.first_name_female()
# u'Irena'

fake.last_name_female()
# u'Weber'

fake.last_name()
# u'Maurer'

fake.prefix_female()
# u'Prof.'

faker.providers.phone_number

fake.phone_number()
# u'1-768-140-4151x156'

fake.msisdn()
# '1679817564418'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'014 Martine Pines\nSchweizerfort, NV 28971',
#     'birthdate': datetime.date(1972, 1, 19),
#     'mail': u'herzogmiranda@yahoo.com',
#     'name': u'Pauline Roos Ammann',
#     'sex': 'M',
#     'username': u'evelinesiegrist'}

fake.profile(fields=None, sex=None)
# {   'address': u'735 Therese Junction\nSouth Kenneth, MA 57713-2565',
#     'birthdate': datetime.date(1930, 2, 19),
#     'blood_group': 'A+',
#     'company': u'Furrer, Egli and St\xf6ckli',
#     'current_location': (Decimal('73.554741'), Decimal('146.209366')),
#     'job': 'Financial risk analyst',
#     'mail': u'mmader@yahoo.com',
#     'name': u'Visar H\xfcrlimann',
#     'residence': u'5763 Francis Dam\nEast Zoltanburgh, UT 97512',
#     'sex': 'M',
#     'ssn': u'090-47-6485',
#     'username': u'pwegmann',
#     'website': [u'http://www.bar-jost.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'AjjGjAdMBAbRkixzNGWR', 9474, u'http://bosshard.com/', u'heichenberger@jaggi.com', u'wtBBWtRGEqCRPtEQMBib', Decimal('46077674642.4'), datetime.datetime(1989, 8, 25, 7, 39, 25), u'kurtmarti@hotmail.com', u'meretpeter@hotmail.com'])

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

fake.pystruct(count=10, *value_types)
# (   [   u'http://schurch.com/',
#         u'bjornammann@gmail.com',
#         u'wgeBsGGxEKnTSSmROPKQ',
#         7187,
#         -239382101.304,
#         Decimal('778479.951844'),
#         u'anisasteiner@hotmail.com',
#         3880,
#         Decimal('181.7'),
#         u'EzLlUnCyJBvQXWzDuSCG'],
#     {   u'blanditiis': 6964041164.7,
#         u'cumque': datetime.datetime(1981, 8, 24, 16, 32, 39),
#         u'dignissimos': u'ZybgwiVrSRhztDJSlMan',
#         u'expedita': datetime.datetime(2000, 6, 19, 6, 23, 30),
#         u'facere': 1851,
#         u'libero': u'nZrMdTtTDVhLWUAPtUCW',
#         u'molestiae': u'IfMXMOfsoVFwWPPVzAhy',
#         u'nam': u'grossroberto@yahoo.com',
#         u'nemo': u'PcfnZdMudGhCLGvdezsd',
#         u'tenetur': 7492},
#     {   u'incidunt': {   9: u'SsQKlmLFuMaYzpivCJmg',
#                          10: [   Decimal('-4.18094350348E+13'),
#                                  Decimal('28530192511.0'),
#                                  u'zuDoTpyZuGSEzXIKeSjH'],
#                          11: {   9: 3207,
#                                  10: u'nZxTuFpXWycAKmBupvIS',
#                                  11: [   u'qwhahcqWmUQsBnQxQduB',
#                                          461100262708251.0]}},
#         u'magni': {   1: u'QgpocgZwuhjCjzZewdks',
#                       2: [   Decimal('-231120.2403'),
#                              Decimal('-1.40765798552E+13'),
#                              datetime.datetime(1985, 3, 17, 15, 39, 3)],
#                       3: {   1: 7388,
#                              2: datetime.datetime(1997, 11, 9, 16, 42, 18),
#                              3: [Decimal('-343198552162'), 373]}},
#         u'occaecati': {   5: u'kGKAvYxUfEpUIwojEWTX',
#                           6: [   u'xKqDPQTOyjbBxLggFVbc',
#                                  u'sbLEwdorHoeRXmURocXB',
#                                  u'HYfgUTqeAWsWwStlWpbJ'],
#                           7: {   5: u'ingewolf@yahoo.com',
#                                  6: 6995,
#                                  7: [   u'ljiljanaleunberger@gmail.com',
#                                         u'mentor45@hotmail.com']}},
#         u'placeat': {   2: u'MpNLWkuQiYcSEznxngSp',
#                         3: [   u'usDGftwQVKpyxGotRLqf',
#                                u'https://ackermann.com/faq.html',
#                                u'https://ammann.biz/tag/explore/login.jsp'],
#                         4: {   2: 4792,
#                                3: 0.499869,
#                                4: [   20.5122052834122,
#                                       u'YcCcssmusfZRjMUOHGst']}},
#         u'quia': {   0: u'pasquale09@gmail.com',
#                      1: [   datetime.datetime(1989, 10, 26, 4, 23, 1),
#                             1892,
#                             u'nhNExKCLPoQHZFOXKTbo'],
#                      2: {   0: u'FDLCVffoZONdICZOshjA',
#                             1: datetime.datetime(1977, 6, 14, 8, 55, 54),
#                             2: [u'JnTmFRuiqPmVCxfkXOTA', 1061]}},
#         u'sapiente': {   7: u'RDWVeywiIQCmEthsFUyK',
#                          8: [-216057.78, 8606, 5867],
#                          9: {   7: u'http://www.jenni.com/search.htm',
#                                 8: 532175114.20164,
#                                 9: [5343, u'NIihDqBmHUVBRrXxyCMZ']}},
#         u'temporibus': {   6: Decimal('86.957187893'),
#                            7: [   u'lucettehauser@ritter.org',
#                                   u'hUtGPBdWkTismTustxXC',
#                                   u'aALLCarjXakRwoujFQhF'],
#                            8: {   6: 2494,
#                                   7: u'QoisiSYGnimCogiIlJWW',
#                                   8: [4017, u'yQQREXWliXFulykTWYsn']}},
#         u'vero': {   8: u'ECpeybdsPieTBekcpDud',
#                      9: [   u'WFtNVgCjPRINCjZPYEyD',
#                             u'vPLjOPluuVWQArdmyleA',
#                             6438],
#                      10: {   8: datetime.datetime(1980, 8, 2, 23, 42, 4),
#                              9: u'eiSYzCyCKXpnspVzgRoH',
#                              10: [329898544732.75, u'kXSmvnwvPJAGNYEZcGKq']}},
#         u'voluptatem': {   4: u'QzDxbPgsTsQzRYOqXeXe',
#                            5: [   u'iblmwEvLodtHitnIRZur',
#                                   u'jwTIJyRnqDXRhEJEziAk',
#                                   u'VswrBhmUZNoSgaXJQoKV'],
#                            6: {   4: u'YjVHrvhZlnbdIpJkCiOp',
#                                   5: datetime.datetime(2007, 5, 17, 15, 26, 38),
#                                   6: [u'bvdcbcPPNbmIHRnwgTHS', 8969]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   Decimal('454.644037455'),
#     u'CjQjRIYAylYWRNnJrcOL',
#     Decimal('2.39161688337E+14'),
#     1956,
#     u'https://meyer.com/',
#     u'lcRcAQuPzRaPSEbVFwUW',
#     u'vWXHaVwbcwapWFhZYAhb',
#     u'gerberema@gmail.com',
#     u'sYEybVZIiKrVMEZkkixx',
#     -3010.62316570511,
#     u'https://www.wenger.com/categories/blog/register.html',
#     6757,
#     Decimal('-9547766.24393')]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   8769,
#     u'dKUqzHDqhwEPrQMNXGhE',
#     u'FBeqJgtzGUvpcKDKhGXd',
#     -1154765592.8266,
#     8460,
#     u'xbSJXQxSjJsiXXLPDNjz')

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'eUohYnWLpyzGiEHFrkNt', datetime.datetime(1992, 4, 19, 6, 52, 32), u'msSEgDgxnwXODxlOsWML', Decimal('-188272.3081'), 6672, Decimal('-6130722.4754'), -325573454.19915, u'hqZVFEQjRWfUJodkYrJF', u'FlNaTzHVOqnNKYyjMFhC', -683401191752.77, u'TslhpUboEdIVbKQCNXgs'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'aliquam': u'ciEkcxopsNsfaZSDOEhu',
#     u'architecto': 12.43345,
#     u'cum': Decimal('3.49809143955E+13'),
#     u'debitis': u'tobenCpSiLVmcBboBdOV',
#     u'magni': u'NJeAkXKryxtiTPUDqTUJ',
#     u'minima': Decimal('-250532.292351'),
#     u'quo': u'gbaumann@kunz.com'}

fake.pyint()
# 5323

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'741-60-7423'

fake.ein()
# u'32-7772508'

fake.itin()
# u'971-92-6483'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (Windows NT 5.01; km-KH; rv:1.9.1.20) Gecko/2012-06-30 15:46:28 Firefox/3.6.16'

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

fake.opera()
# u'Opera/9.85.(X11; Linux i686; fa-IR) Presto/2.9.169 Version/12.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2012-07-06 10:13:49 Firefox/10.0'

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/5352 (KHTML, like Gecko) Chrome/62.0.830.0 Safari/5352'

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

fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows NT 4.0) AppleWebKit/533.45.6 (KHTML, like Gecko) Version/4.1 Safari/533.45.6'