Language fr_CH

faker.providers.address

fake.address()
# u'rue de Mottet 30\n2012 Paschoud-sur-Brahier'

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

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

fake.building_number()
# u'82'

fake.street_address()
# u'avenue de Cretton 10'

fake.postcode()
# u'7741'

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

fake.canton_name()
# u'Obwald'

fake.country()
# u'Canada'

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

fake.street_prefix()
# u'boulevard'

fake.street_suffix()
# u'Street'

fake.city_prefix()
# u'Saint '

fake.city_suffix()
# u'-Dessus'

fake.canton()
# (u'TG', u'Thurgovie')

fake.street_name()
# u'boulevard de Gilli\xe9ron'

fake.city()
# u'Gilli\xe8ron'

fake.canton_code()
# u'NE'

faker.providers.automotive

fake.license_plate()
# u'7OFA 45'

faker.providers.bank

fake.bban()
# 'ZOIL3318027862348'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB68SILM2360298391245'

faker.providers.barcode

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

fake.ean13()
# u'4868653904689'

fake.ean8()
# u'38155000'

faker.providers.color

fake.rgb_css_color()
# u'rgb(179,193,229)'

fake.color_name()
# u'DarkGreen'

fake.rgb_color()
# u'232,202,252'

fake.safe_hex_color()
# u'#ddbb00'

fake.safe_color_name()
# u'green'

fake.hex_color()
# u'#6a1948'

faker.providers.company

fake.ide()
# u'CHE-419.850.273'

fake.uid()
# u'CHE-064.352.878'

fake.company()
# u'Duroux SA'

fake.company_suffix()
# u'S\xe0rl.'

fake.catch_phrase_verb()
# u"d'atteindre vos buts"

fake.catch_phrase()
# u"L'assurance de rouler \xe0 la pointe"

fake.siret(max_sequential_digits=2)
# u'158 926 268 00034'

fake.bs()
# u'synergize plug-and-play content'

fake.catch_phrase_noun()
# u'la simplicit\xe9'

fake.siren()
# u'479 893 707'

fake.idi()
# u'CHE-957.218.038'

fake.catch_phrase_attribute()
# u"\xe0 l'\xe9tat pur"

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'American Express\nChantal Chevalley\n377357183494854 12/26\nCID: 1080\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'TIT'

fake.currency_code()
# 'GYD'

fake.currency_name()
# 'CFP franc'

fake.cryptocurrency_name()
# 'Burstcoin'

fake.cryptocurrency()
# ('POT', 'PotCoin')

fake.currency()
# ('BWP', 'Botswana pula')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 21, 5, 17, 2)

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

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

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2006, 10, 25, 4, 30)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2012, 3, 11)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 9, 18, 47, 34)

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

fake.day_of_week()
# 'Sunday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 4, 25, 2, 8, 23)

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

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2006, 10, 10, 7, 40, 29)

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

fake.am_pm()
# 'PM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 17, 8, 10, 43)

fake.date_object(end_datetime=None)
# datetime.date(1981, 5, 14)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 7, 8)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1986-02-03T06:49:41'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2017, 2, 21)

fake.month()
# '11'

fake.year()
# '1988'

fake.day_of_month()
# '21'

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

fake.timezone()
# u'Asia/Thimphu'

fake.century()
# u'XIV'

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

fake.time_object(end_datetime=None)
# datetime.time(10, 54, 58)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 10, 9, 52, 20)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1978, 12, 9, 0, 34, 27)

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

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 22, 16, 21, 26)

fake.month_name()
# 'November'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1097, 9, 30, 20, 10, 13)

fake.time_delta(end_datetime=None)
# datetime.timedelta(2701, 23035)

faker.providers.file

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

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

fake.file_path(depth=1, category=None, extension=None)
# u'/cum/harum.mov'

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

fake.file_name(category=None, extension=None)
# u'omnis.txt'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'krobadey@vtxnet.ch'

fake.image_url(width=None, height=None)
# u'https://www.lorempixel.com/220/601'

fake.tld()
# u'ch'

fake.email(*args, **kwargs)
# u'helenegillieron@bluewin.ch'

fake.url(schemes=None)
# u'http://nussle.org/'

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

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

fake.uri_extension()
# u'.php'

fake.uri_page()
# u'home'

fake.free_email_domain(*args, **kwargs)
# u'bluewin.ch'

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

fake.ascii_email(*args, **kwargs)
# 'aurelie85@beuret.com'

fake.ipv4_network_class()
# u'b'

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

fake.ascii_company_email(*args, **kwargs)
# 'nathalieguberan@robadey.ch'

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

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

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

fake.slug(*args, **kwargs)
# u'repudiandae'

fake.uri_path(deep=None)
# u'category/app'

fake.company_email(*args, **kwargs)
# u'claude38@aebi.ch'

fake.uri()
# u'https://www.coigny.org/post/'

fake.ipv6(network=False)
# 'cfd2:912b:95ce:d1e7:4b59:99ab:89ba:5b49'

fake.free_email(*args, **kwargs)
# u'pachoudpatricia@romandie.com'

fake.ascii_safe_email(*args, **kwargs)
# 'theraulazmanuel@example.ch'

fake.mac_address()
# u'44:be:4c:fc:45:42'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-965234-38-0'

fake.isbn13(separator="-")
# u'978-0-07-671316-5'

faker.providers.job

fake.job()
# u'Paveur CFC (champ professionnel Construction de voies de communication)'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Enim accusamus nulla veniam.\nIn nostrum explicabo dicta eveniet. Possimus animi a quo minima provident.\nAperiam similique et mollitia. Itaque est sit debitis.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Incidunt quisquam illum nisi fugit distinctio dolorem. Earum soluta dolor quae ex corrupti aut. Necessitatibus libero vero ducimus dolores.',
#     u'Unde reiciendis sed aperiam. Impedit est natus provident facere expedita id.',
#     u'Laboriosam odio voluptatibus quae minima eos esse. Impedit error beatae nemo. Modi autem excepturi voluptas eum.']

fake.words(nb=3, ext_word_list=None)
# [u'omnis', u'numquam', u'voluptas']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Consequatur quas perspiciatis.',
#     u'Necessitatibus ipsa dolores similique iste ex.',
#     u'Natus enim quod mollitia inventore illum debitis.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Nisi nihil recusandae rem odit numquam. Corporis ab blanditiis quaerat. Doloribus fugiat architecto quis.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Quasi accusantium veritatis necessitatibus a.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'3LL^YR5N)a'

fake.locale()
# u'st_ZA'

fake.binary(length=1048576)
# bytearray(b'\xad\xeez`i\x93\xec\xb3\xdd\x81&(Ac\nLj?sW\x92\xe6\x84\xef\x8e\xb8\x06\xf1;\x92\x8a\xdaN<\x8a\xb9\xa0)G&\x00\xaaz\xdb\xde]\x0cD\xccM\xdb\xd5\xb5L\t]c\x05\x1b+\xfb;\xda\x8e\xa6\x08\xaf\xa54\xb0F\xed\xa0\x88\xe6&I\x1e\x98 9\xc7\x1e\x01\xd2\xe0o\xcf5\xaa\x12\xfd\xce<0\xe8K\xf5\xdcF\xf6\x82RK\xcaV\xfb\xb7.\x96N\x14m\xab\xc2\x06\xc5\x8d_\x01-`\xe6S\xebg\xcd\xb4\\\x87\x14\x86+J\x95I^n\xfc\xb7\xca\xae\xe8\xd0\x06\xb4p=W\x18\xf1\xa8\xe6\n\x94\xd1\x1f\x1b\x11\'\xf2V\x0b\x1c\x0bDj\xee/k@\x80\xcd\xba\xe2\x87R1\xf7\x84\x82\xd5*q\x82\xd8\xbc\xf2\x80R\x86\xcc.{\x04\xfb\xce\x0fYa\xa9\x0b\xe3cNv\x0e\xa0\xe3#|\x80\x90&\x89\x91\xf1\xce\x931q\xd8\xde\xc1\xffg\'g\xa4j\xee\x89\x86(>\xf75Q.\xfc]\x90\x1f\x81x\x08X%\xd6\xbc\\\x00$\xe4j\xc2\x13j\x1f\xd4\x8de\x9dl\xd69\xb5\x06\xf8\xa2\x05\xe6\x00k\xf3J6L\xc6\x08\xe6\xab.L`\x88Y\xd1\xaejR\x91|\x7ft\xde\t\x12z\xe2\xed`r\xb5l\xca\xd1S\xe0\x1e\x9d\x12Ej\xa7w\x80n\x9f\r\xb6\xae\x00\x9c\x81\xb7\x17\xea\x04Hc\xc9\x97\xee\xab\x11\x81h\xfb\xbb\xef\xb6\x9a4^wm*=\x9d\xf7(F<.\x19\xa6\xca0\x07y\xba\x92\xcf\x11\xa3V\xb2xe\xdc\x08!+@R\xfc\x1d\xe7,2\xd7\xc6\x04\xdfGL\x11|m9HFV\xb7\xb1\n\x97N5\x9b[\x99T/Q\xd1#`\xf7\xb1\x87I\x1b\x0b\xabK\xc1\xc1\x0c!0p\xcd\x9a\x06&3~\xfe\xba\x8c4:P\xb2&\x02\x00t!\x81++.\xce\xa2\xc9L?\xdb\xbe\x98\xe7\x04\x87-s\xbbMH[da/\x19\xb6@-yi8\x91\xd1\x9a\x13\x9c\xc0\xf0\xcc\xb1d\xdc\xb96P<\x1fP\xed\x82\xe7\xc2C\xb8(\x82\x0f\xa2\xba\x13\r`\x08%e{J\xd9)\x88\xb4\xd55\xed[-\x10\xc5.}<\x91\xf5<\x8e(n\xd4\xc7\xb8\xb0\xa8\x1a\xc4jj\xe7\x99%]+~7\xe0\xfd\x0fr\xa1\xdc\xc7\xd7\x7f\xf4\x87\x07A?c\xe2c\x02"\xb9\x804\xce\xc9 Z7\x19\xb41\x00\xf6j\x9e\xc9\xbfqQ\xe0\x82\x88\xf9x\x01#cM\x97\xce\xc2>\xf6\x96U\xce\xdcX\xf3\x06\x97\x87+\xfe\xc4\xac7%W\x92C\xe09\xdd\xa4\xd5\xf4\x13\x80\x90\x1a\xa2\xb8\xac48\xfd\x0c)}x\x86%i\x80\x07U\xfb\x9d\xdc\n=\x94\xe9\xa3w\x7f\xfbs\xc4\xd82\xea\xca\x9d\x86\xa1`\xa6\xca\xdf\x93p\xb4[\xe0\x96\x97\xf5\xbf39\n\xe2$\x195\x80\x05j\x13\xe8\xf0\xc7\x85B\xa8 W\x88\x8e\x13\x1e\xf0@om\xe6\xaemw\xc4~\x81\x90\xe8\x16\x8a\x9b\xbb\n\xeel\x9c\x8b\xc04\x16\x1b\xac\xf5#\xc8 \x14\x03\xf8\x83\xa2\x93c\x98\ri\x0e\x85\x1b\x89\xcd\x8c 1C\xf6\x0fp\x1e^\x8d|\xfc\xd2a\x18\x84;n\xbc\xd8\x0fs\xfa\xff\xf9\x04\x19\xef\xc9\xde\xcdV\xab\x16U\x83e\xdeS\xc8V\x8f^\xd4M\x1a<\x946\xab\xcc\xbc\x84\xb8\xf5\x80Pv\xe1\xf8v2\x9b\xb0J$\xacb\x0f\xd2@\xb8\x15\xd7\xac\x88(A!dvRx\x9aMa\x1d%VIE\x84\x98\xc5\x90\xf8\x9b\xfaA\xfa\xd9\x9a\xe5y\xa1m#\xc0\xb9\x7f\x92\xc4\xd2`\xa4\xdb\xef\xbc%\xa2@F`\xf2\x9e1\xb1\x8b\xdb\xe0~P\xc4W\xf8\xca\xdb\xb3\xb4+f\xdd\xcah\xcc\x04\xfc\x9c\xc19\x1dq6\x04\x9a4\xaf\xc9w\x80C\x1a\x98\x0fD\x86\x96\xfe\x8a\xbd\x87\x8c1\xc1\xb1"\x1e\xe8wnC\'\t\xa0:\x95\xf8\x97\xf9\xc8\xf9\xb4\x8a\xcc\x86\xc7T\x88\xe4I($\xce\x12sA\xd4"\xfeev\xf6\x8f%\xad`\xfb\xa7\x99\xf9\xfbT\xe9\x1d\x1c\x82]J\xe6\'\xb3\x04\x8c<\xf9.5\xfa\xa2\x9b\xdd(\xde\xeb\xa6\xf8\xae}\x1c\xe0f\\\xe4\x14\x9c\xb1&\xf1V\xccy\x91]\xbc\xdb\xc1\x8f\x9e\x00\x86\xe1\xaa\xc3^\x1d\xa9\x000\x03`\xab\x97')

fake.md5(raw_output=False)
# '6f8c9a78754336882a103840cd1b7b79'

fake.sha1(raw_output=False)
# '6dff34bb34afdc753aa02980ec5e95b245571cdc'

fake.null_boolean()
# None

fake.sha256(raw_output=False)
# '6f323737d402f9e054fe26e2a0f328fc0553c5000ec17c0c8f85f101ec476b8c'

fake.uuid4()
# '955b7a56-5a6a-02d4-d4da-2c575c9d4aef'

fake.language_code()
# u'xh'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Privet'

fake.name_female()
# u'Christiane Blanc'

fake.prefix_male()
# u''

fake.prefix()
# u''

fake.name()
# u'Claude Carraud'

fake.suffix_female()
# u''

fake.name_male()
# u'Arthur Mottet'

fake.first_name()
# u'David'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'Daniel'

fake.first_name_female()
# u'Anna'

fake.last_name_female()
# u'Vall\xe9lian'

fake.last_name()
# u'Marti'

fake.prefix_female()
# u''

faker.providers.phone_number

fake.phone_number()
# u'+41 31 353 24 28'

fake.msisdn()
# '1401952209947'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'rue de Rosselet 441\n3601 Del\xe8ze',
#     'birthdate': datetime.date(1936, 6, 3),
#     'mail': u'emilieuldry@hotmail.fr',
#     'name': u'Eric Corpataux',
#     'sex': 'M',
#     'username': u'gillieronjean'}

fake.profile(fields=None, sex=None)
# {   'address': u'chemin de Brandt\n2603 Bujard-pr\xe8s-Barbey',
#     'birthdate': datetime.date(1943, 1, 6),
#     'blood_group': 'AB-',
#     'company': u'Galland',
#     'current_location': (Decimal('40.173853'), Decimal('13.160316')),
#     'job': u'dipl. Unternehmensleiter NDS HF',
#     'mail': u'madeleinebabey@hotmail.fr',
#     'name': u'Alice Rosselat',
#     'residence': u'rue M\xe9lanie Pellet 35\n3266 Rappaz',
#     'sex': 'F',
#     'ssn': u'756.4381.6920.54',
#     'username': u'maria84',
#     'website': [   u'http://www.bourquard.com/',
#                    u'https://www.martin.com/',
#                    u'http://www.brandt.com/',
#                    u'http://www.chevrolet.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'czEBksPSIisdFgxdnaKJ', 2667, -11308827295.4, 6543, 88994784538.401, 87626.23, 4634])

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

fake.pystruct(count=10, *value_types)
# (   [   datetime.datetime(2001, 12, 14, 7, 53, 14),
#         u'cpqQFyFxkoIuSEVmRJlg',
#         4273,
#         u'vincent35@gmail.com',
#         u'http://duroux.ch/post.php',
#         u'wcomte@peitrequin.com',
#         Decimal('-577167.0'),
#         u'christophe25@cossy.net',
#         -711483548763.212,
#         1078],
#     {   u'aspernatur': u'UwPjcuxbZDDYEwWAaDui',
#         u'corporis': 770135.25743,
#         u'culpa': Decimal('-52395637.4532'),
#         u'dicta': datetime.datetime(1993, 6, 26, 22, 32, 53),
#         u'excepturi': u'masseronthomas@vtxnet.ch',
#         u'ipsam': Decimal('11305753347.5'),
#         u'odit': datetime.datetime(1990, 2, 17, 16, 16, 25),
#         u'porro': u'gfjMilXfTDNyeXGOneNb',
#         u'quasi': -5.118754176454,
#         u'unde': u'rQUVKxTFbRNfdpxoeIgM'},
#     {   u'blanditiis': {   6: 8667,
#                            7: [   u'peitrequinflorian@niquille.com',
#                                   682,
#                                   u'HmSVIXIRTqGtTDVYHiuR'],
#                            8: {   6: 9380,
#                                   7: 5358,
#                                   8: [   u'orosselet@mueller.com',
#                                          datetime.datetime(2013, 9, 17, 7, 36, 52)]}},
#         u'cum': {   5: u'JJjaBfiHnuXIMBFUglWf',
#                     6: [   u'JuQriYkuynLzAKFndQzf',
#                            u'ASvachNWQdVXwqvnwLbD',
#                            u'ybvLbYmbgoIwAfzGWfoQ'],
#                     7: {   5: 7569,
#                            6: u'bFDOEHkUJQRupFHJYQPv',
#                            7: [u'HClUavOPcpxhrepsmCwl', 4551]}},
#         u'eaque': {   4: datetime.datetime(2005, 12, 13, 12, 2, 31),
#                       5: [-3947335990.7, u'HQboRApAMlxlCcdRzKUP', 7129],
#                       6: {   4: u'sAagVVJhaqqfvOdCzRlN',
#                              5: 3714,
#                              6: [   Decimal('8.26040481778E+12'),
#                                     u'ufdYOcdxKrLdJDPajiLF']}},
#         u'hic': {   8: u'oPyKezEWxPaZexmDTCdE',
#                     9: [   9898,
#                            u'xJwMxosNKIsGfKwHgajZ',
#                            u'nUqDrlLocsfeYvCfCFrL'],
#                     10: {   8: u'KKoaAqHHUAIaZYbvlwgc',
#                             9: 724,
#                             10: [Decimal('9.75429197539E+13'), 9028]}},
#         u'impedit': {   9: datetime.datetime(1990, 7, 19, 4, 43, 54),
#                         10: [   45560354461320.0,
#                                 datetime.datetime(2010, 1, 6, 4, 48, 22),
#                                 u'JaakqCLHyixEnupCUTJM'],
#                         11: {   9: u'rpKBVvmZvuJCxZUZCLsk',
#                                 10: u'kNJfqYLOMGqUWyugUEgd',
#                                 11: [   u'https://monnard.org/index.html',
#                                         3373]}},
#         u'non': {   0: 8029,
#                     1: [   5.56,
#                            u'thomasdiesbach@chapuis.com',
#                            datetime.datetime(1970, 6, 23, 19, 56, 35)],
#                     2: {   0: u'http://barillon.org/explore/tags/post/',
#                            1: datetime.datetime(1999, 4, 8, 3, 51, 8),
#                            2: [478, Decimal('4224866.75623')]}},
#         u'quisquam': {   1: u'https://www.wicht.ch/main/categories/search/homepage/',
#                          2: [   7978,
#                                 u'BuypEHbgaRwguwMuQrJx',
#                                 u'https://privet.net/post.html'],
#                          3: {   1: u'tOOXwVUrKUrwAdWriGmL',
#                                 2: 4049,
#                                 3: [   u'rbkmoztwHtnltPBoGHMN',
#                                        u'http://bujard.ch/app/category/register.html']}},
#         u'quod': {   7: u'YfcKIvGogAebJTXdtGAZ',
#                      8: [   u'BBGhflYHATSAvluCYOju',
#                             u'http://www.rosselat.com/terms.asp',
#                             u'bMRNYBvTiQTLlbzmTPmC'],
#                      9: {   7: u'lalber@boillat.org',
#                             8: 509196434.473294,
#                             9: [   u'courvoisiercaroline@sunrise.ch',
#                                    Decimal('8.1649')]}},
#         u'tempore': {   3: u'qKmmnCmyQjoLxeRJpgAB',
#                         4: [   u'CVhdMzTFHDcznPEoypVm',
#                                5233,
#                                u'STwZBsgCLHJQAjDqnvXM'],
#                         5: {   3: u'IoDkblxAAPfJufaNRiSq',
#                                4: u'gbahon@morard.ch',
#                                5: [u'martinmarcelle@cosendey.ch', 3386]}},
#         u'voluptas': {   2: u'lRAKpAytLAZpNwZDRYwI',
#                          3: [   -9789687733.2,
#                                 u'eHWYcWpEfVPdLNqkuhuj',
#                                 u'SFrwpTdxdjuoGgwddAbL'],
#                          4: {   2: datetime.datetime(1982, 8, 2, 2, 26, 44),
#                                 3: 3731,
#                                 4: [2887, 2362]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   -400679258289740.0,
#     u'cGTwDDobynHyxKRmrnsZ',
#     1325,
#     u'mVhRqieZtvRtDLYGXqfI',
#     datetime.datetime(2009, 12, 31, 13, 32, 20),
#     u'bkFIuwKROUvmcuozyEiB',
#     9576,
#     6684,
#     u'tesSOxrENujnPksrqbSH',
#     u'https://www.chenaux.com/']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   8929,
#     datetime.datetime(2014, 3, 24, 20, 39, 31),
#     u'hgUrxCTPcXOtqTYsJHoI',
#     u'hczxhuHuAtXJXfPMXOMV',
#     u'vdroz@besse.ch',
#     u'VFQMAcNbyICofeYoDZqt',
#     8845,
#     u'ZVQgpvxLikNghVayGWdo',
#     7153,
#     datetime.datetime(1978, 11, 5, 18, 13, 20),
#     u'ethancosandey@cornut.com',
#     -99016293544730.0,
#     u'bRBRXQwozbDdkeuRxjyj',
#     u'https://www.beguelin.net/login.php')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([8384, 7714, u'gbyXnJYRlGrWapCMGAjX', 78609.648245769, u'MOtPqmJrnrTupHmPTIsM', Decimal('5531.71173189'), u'kUOjvRZgRQvjQqRxahHn', u'jean-claude15@rey.ch', 7255, u'http://wicht.com/homepage.html', u'https://thorens.com/'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'accusamus': u'PVusUVijSgYipvRXzcEt',
#     u'explicabo': u'https://julliard.net/search/author/',
#     u'numquam': u'HImQiwnEYEgfUqEFFmKA',
#     u'quaerat': u'mpcWeIUyoXEPKcDRQvqa',
#     u'reiciendis': u'vvZWREUmYmEVjIzvzeYT',
#     u'veritatis': 8912}

fake.pyint()
# 8630

faker.providers.ssn

fake.ssn()
# u'756.5401.2967.88'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (Windows 98; Win 9x 4.90; ff-SN; rv:1.9.1.20) Gecko/2011-12-08 16:02:16 Firefox/3.8'

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

fake.opera()
# u'Opera/9.96.(Windows NT 6.2; fr-FR) Presto/2.9.165 Version/12.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5310 (KHTML, like Gecko) Chrome/59.0.830.0 Safari/5310'

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 i686) AppleWebKit/5350 (KHTML, like Gecko) Chrome/52.0.897.0 Safari/5350'

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

fake.safari()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_9_3 rv:6.0; it-CH) AppleWebKit/535.28.5 (KHTML, like Gecko) Version/4.0 Safari/535.28.5'