
Language fr_CH
===============

``faker.providers.address``
---------------------------

::

	fake.address()
	# u'boulevard Gub\xe9ran 47\n6954 Courvoisier'

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

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

	fake.building_number()
	# u'5'

	fake.street_address()
	# u'chemin M\xfcller 87'

	fake.postcode()
	# u'2693'

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

	fake.canton_name()
	# u'Valais'

	fake.country()
	# u'Benin'

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

	fake.street_prefix()
	# u'rue'

	fake.street_suffix()
	# u'Street'

	fake.city_prefix()
	# u'Unter'

	fake.city_suffix()
	# u'-Dessus'

	fake.canton()
	# (u'OW', u'Obwald')

	fake.street_name()
	# u'rue Marguerite Bochud'

	fake.city()
	# u'Gilli\xe9ron am See'

	fake.canton_code()
	# u'ZG'

``faker.providers.automotive``
------------------------------

::

	fake.license_plate()
	# u'WHJ 549'

``faker.providers.bank``
------------------------

::

	fake.bban()
	# 'RVUB6855480365461'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB40ZPUX7766036992877'

``faker.providers.barcode``
---------------------------

::

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

	fake.ean13()
	# u'7923363538610'

	fake.ean8()
	# u'34342459'

``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()
	# u'rgb(104,76,186)'

	fake.color_name()
	# u'Cyan'

	fake.rgb_color()
	# u'110,25,28'

	fake.safe_hex_color()
	# u'#000000'

	fake.safe_color_name()
	# u'yellow'

	fake.hex_color()
	# u'#a4bd1b'

``faker.providers.company``
---------------------------

::

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

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

	fake.company()
	# u'Botteron'

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

	fake.catch_phrase_verb()
	# u'de louer'

	fake.catch_phrase()
	# u'La libert\xe9 de concr\xe9tiser vos projets plus rapidement'

	fake.siret(max_sequential_digits=2)
	# u'874 994 583 00440'

	fake.bs()
	# u'productize open-source technologies'

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

	fake.siren()
	# u'398 894 768'

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

	fake.catch_phrase_attribute()
	# u'plus simplement'

``faker.providers.credit_card``
-------------------------------

::

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

	fake.credit_card_provider(card_type=None)
	# u'Diners Club / Carte Blanche'

	fake.credit_card_full(card_type=None)
	# u'JCB 16 digit\nG\xe9rard Blanc\n3575950299004841 09/28\nCVC: 380\n'

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

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

``faker.providers.currency``
----------------------------

::

	fake.cryptocurrency_code()
	# 'TRX'

	fake.currency_code()
	# 'BGN'

	fake.currency_name()
	# 'South African rand'

	fake.cryptocurrency_name()
	# 'Feathercoin'

	fake.cryptocurrency()
	# ('NEM', 'XEM')

	fake.currency()
	# ('LRD', 'Liberian dollar')

``faker.providers.date_time``
-----------------------------

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2019, 5, 22, 2, 23, 31)

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

	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(2008, 9, 30, 0, 19, 58)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2014, 6, 14)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2019, 5, 3, 12, 51, 42)

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

	fake.day_of_week()
	# 'Monday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2013, 1, 15, 12, 11, 50)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(2002, 2, 1)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2005, 12, 25, 8, 58, 15)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1989-08-15'

	fake.am_pm()
	# 'PM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1993, 5, 17)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2019, 1, 10)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2019-05-14T12:49:09'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2003, 3, 3)

	fake.month()
	# '03'

	fake.year()
	# '1991'

	fake.day_of_month()
	# '19'

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

	fake.timezone()
	# u'Europe/Prague'

	fake.century()
	# u'VIII'

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

	fake.time_object(end_datetime=None)
	# datetime.time(22, 48, 30)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2019, 1, 29, 3, 46, 48)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2003, 11, 13, 15, 48, 1)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '16:26:00'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2019, 5, 9, 3, 44, 59)

	fake.month_name()
	# 'September'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1284, 9, 16, 1, 57, 31)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(9553, 61046)

``faker.providers.file``
------------------------

::

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

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

	fake.file_path(depth=1, category=None, extension=None)
	# u'/voluptatibus/nisi.css'

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

	fake.file_name(category=None, extension=None)
	# u'veritatis.tiff'

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

``faker.providers.internet``
----------------------------

::

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

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'chaudetmanon@yahoo.fr'

	fake.url(schemes=None)
	# u'http://bavaud.com/'

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

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

	fake.uri_extension()
	# u'.php'

	fake.uri_page()
	# u'search'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'bochudvalerie@bluewin.ch'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'acattin@vuille.net'

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

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

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

	fake.slug(*args, **kwargs)
	# u'suscipit-laborum'

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

	fake.company_email(*args, **kwargs)
	# u'bernardbourquard@uldry.ch'

	fake.uri()
	# u'https://georges.ch/'

	fake.ipv6(network=False)
	# '3697:5678:a96b:2b74:3d59:d8be:5574:27c1'

	fake.free_email(*args, **kwargs)
	# u'patrickalber@hispeed.ch'

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

	fake.mac_address()
	# u'a7:00:84:ce:54:90'

``faker.providers.isbn``
------------------------

::

	fake.isbn10(separator="-")
	# u'1-5038-0859-9'

	fake.isbn13(separator="-")
	# u'978-1-965551-38-7'

``faker.providers.job``
-----------------------

::

	fake.job()
	# u"M\xe9canicien d'appareils \xe0 moteur CFC"

``faker.providers.lorem``
-------------------------

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Vitae ducimus error laborum voluptatum illum eos. Quibusdam repudiandae qui amet officia dicta aspernatur.\nOmnis qui sit tempora deserunt voluptas. Laudantium sint quos ipsa esse laudantium est.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Odio numquam fugit quibusdam quibusdam vero amet. Similique soluta ullam incidunt repellendus placeat.',
	#     u'Labore quibusdam veniam accusantium. Ut est minus dolorum. Officiis voluptates distinctio sunt vel nulla animi harum. Ea recusandae officiis dolorem provident.',
	#     u'Doloribus cupiditate eos ut ea. Odio repellat repudiandae voluptatem. Occaecati ex commodi vel excepturi magnam.']

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

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Quos molestias nemo nam sint autem.',
	#     u'Nemo veritatis consequuntur exercitationem doloribus.',
	#     u'Officiis quidem omnis vitae necessitatibus officia animi.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Rem asperiores minima. Temporibus fuga esse illo dolores nulla.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Esse repudiandae dolorem magni.'

``faker.providers.misc``
------------------------

::

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

	fake.locale()
	# u'ckb_IQ'

	fake.binary(length=1048576)
	# bytearray(b'\x8e4\xb9\xf8\x1d\xed\x9a\x96\xaf\xc2\x01\xad\xefdD\x9b\xa8\xd7|\x96]\x9e9P\xb3n\xa9\x1d\xc5\xeb9\xb3\t\x8a%\x9eD2a\xeb\x89\x90m\x05\xd9\xee\x1a\x1e`\xdc\x17\x03\xb4K\xc8\x8biX\xe7\x03\x93w\xfar\xb7\x90\x94\x84 \xaf]6\xde\x8b\xb7\xd4\xed_\xee\xc2\x82\x03\xfa:\xb3\x1co\xde\xec\xb4\x87\xa1j\x06Q"\xbf\xbd\xdfHO\n\xd0\r>\xc2C\t\xc7>\xad\xc4\xb4s\x93g\x1b;\xb7(\x86yo!B\xc0Y\x99\x12\xc9\xa4\x89\x06\xceu\xa2\xb7*h\xf1G\x15m\xc3\x00\xae5\xfdP\xb7z\x8a\x17\x9cH>\x9a\xf1\xd7\xbfN\xd1\xba\x02J\xc0B\xd7\xaa\xab\x8f\xc5\xc30\x12\xd9Y}Hc\x95\xb4\x1e3\x14q\x98\x1d\xd71\'Y\xe6*\xb5\x01\xc9\xac\xa5\xc24\xdf\x8aX\xa4\xff\x90u`\x13\xad\xd7\x0e!<m\\\xa0.4\xa7\xbf*\xe9\xab\xb0\r\r\xac\x03\xdf\xdd\xf6G\xc7x N\xea7\xd9\x87V\xca\x17\'\x06\x0e\x08\xc1\xb4\xe4\xbe\x99\xeej\x89\xb1\xa3\xd4\xdc\x15\xe5\xbc\xc1l\xac\x0f\x1d/\x86\xd7_\x83\xafG(\xc57\xc2\xe6-x\xf7\xac\xf95\xb2\x1f\x8d\xce\xbb(U\xe7\xa7\xc2Ho\x81T\xa4\xbf\xe6\x1ef\xca\xf9\xa8%\xd9\x95-I\xc9\xbc1O\xecw\x87\x89\xbb\x05]^\x1b=\xe25\xa3\x98K\xa49\\\xc4\x1b\x93\x93\xd8Z\x01\xd0\xc3\x82\xcb\xd6\\M\xef\x8b\'5E\xb2<\xfd\x1e\x92\xb3f)\xb7\x0c]\x0eu\xf9\xd8+\x9b\xf7S\x03\x02B\xbe,\xc7o\x9f\xc6\rJ\x91\xc8\xf8V\xaaO\x93^\xf9\xf1\xb9`\xff\xcb\x91]$\xbf\x7f\x80\xb4\xf0i\x82mF\xab\t\xb3\x8fT\xfb\x82PR^\xed4uj+\x15r>d\xc9\xcf\xa5\x97!>?\x1d\xb8S\xfe\x04\xc7\xe5\xc9\xf1\xdc\xe6Zh\xc8\xee\xd3\xd9\xb5L`\x98\xbas\xd0v j\xbb\xf4US/\x07\x99\xb7\x88\xe7mK\x8b\x04\x83_c\x92T\rO\xf7^\x9d\xb4#\xfc\xf8\xb6\xfaq\xd7\x93\x1dX\xfe\xee`\xd4\xf6\xa9\xbbG\xa54\xe1\xeb\x86\xce\x9ep\x1c\xfb\xc9"\xd1T\xd4\xc7n\xc2\xc3\xa2~;v\xb7\x95\xf0\xd9{$k.\xea\x86\xa72\xcaM\xd3!5j\xc5\xe9\x00dN\xbf\x7f\xc0\xf7\xea\x0c\x18\x9f\x97=\xed\xdch*\x81\xbc\x91\xd2\x16\x8d\xfa\xd1\xc7\x00\xf0-\xcfX\xe5\x03\x0e\x83\xa8\x0b\xc1\xb7\xb5+\xc5W\xeay\xf4p\x98\'\xa0\xfdJ*\x95R\xd2\xe3\xecH\x9f\x85\xf5l\x83\xee[\xf2C\xaeAZ\nK7\x18>1\xcdN\xb8f\x85&\xb0\xba1\xd7{\xee\xd7\x10\n\x92b;\x9b[\x91\x98I\xc1a\x98\x8f\xcd\x01\xd8\x8fo_\x0eW/\xbd\xdcm\xab\xec\xa2\x9d\xe0K\xf5d]\xce\xc3\xc1\x7f\xf8\xb8\xe8\xa9\xb5\xb0U\x8a\xb1\xf0\xf3%\x81\xdc\xf2\x96:\xe7-&*\xfaZ\xcb\xeb\x03\xbd\x9e<R\x05y\xc0\xf7\t\xc9\x9d\xde\xbb\xa4\x84\xc5"\xc6\x05\xe3\x9f!1\x05\xb40\x13]\x1c\x96\xefc\xf3\x8f\x94}W\x11B\x18V+\xdb"\xca=v\xe8\xd9kC\x93O\xfb\xf4Td\x87\xc3\xaf\x1e\'\xc9\x80\x95I\x81\xc1\xb8\x01\x18\x9d\xcd\x8d?\x92=3\xea\xfc\xd1\x80\x1d\x88\x01v\xc9\xc4\xdd\x8fL\xfd\xcd\xbb\x94Hp\xc1\x06\xf3\x87\x9a\xae\xff\x01\xc9\x13\xca\x95\xc6\xed\x8a<\x15\xc4Z\xeft\xf1\xddg\x85T4t1\xc3\xd7\xac\x83\x1f\xd9\xa8\xdb\x8f\x94\xa4\xa8m\xe8aq\xd8\x1d\xe2j\xa2M\xad\nIS\x83\xa3\x7f\xa9\xe0O\xdd\xb0\xc5lR\xcck\x1fO"\xe6\xf7Z\xbb\xb2\r\xa3\x1c\x9am\xa1\xd5\xd8y`\xba\r\xdd\xe6%\x7f\xb6\xc9\xad\xbcW\xd4!\xa0\xa02\xd0\x1f\xdb\xe4\x98\x87-F\xf6=\x80\xd0\xa6\xa0\x10\x02\xf8Q\xed\xf2A\x18\xb9\ts\xac\xa7\x9d\x8b\x11\x01z=\x11\xf3+\x9a\xd0!4\x9e\xd0\xa5\xec\xa3}\xc1\xbbF\x84\xaa10Zh\xc7\x02\xb5z\t\xdd\xc7\x81\x84f\x10\x8fh\xc0\xdc\x9d\x06\xd9\x01\xfc\xcf\x13\xdag\xb2\x12\xac\xe8\xd1I\xab\x89\\\xbf\xedh\xcf_\tG\xa1\xfdm\xa6\xefb\xf4\x8fZFC \x97\xe4o\xa6\xb3\x93mg5\x81\xb5"\x08')

	fake.md5(raw_output=False)
	# '700270233ccffdf512aebf45c81e17c5'

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

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '3c27924254233bfba5246954e86373405313f853c837dda726008121d1247115'

	fake.uuid4()
	# 'eb89d549-f646-4251-cadf-9726faf18418'

	fake.language_code()
	# u'wa'

	fake.boolean(chance_of_getting_true=50)
	# False

``faker.providers.person``
--------------------------

::

	fake.last_name_male()
	# u'Badan'

	fake.name_female()
	# u'Vanessa Tinguely'

	fake.prefix_male()
	# u''

	fake.prefix()
	# u''

	fake.name()
	# u'Sandrine Chevalley'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'L\xe9o Diesbach'

	fake.first_name()
	# u'L\xe9o'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Daniel'

	fake.first_name_female()
	# u'Val\xe9rie'

	fake.last_name_female()
	# u'Quartier'

	fake.last_name()
	# u'Vonlanthen'

	fake.prefix_female()
	# u''

``faker.providers.phone_number``
--------------------------------

::

	fake.phone_number()
	# u'098 401 57 04'

	fake.msisdn()
	# '6696558182873'

``faker.providers.profile``
---------------------------

::

	fake.simple_profile(sex=None)
	# {   'address': u'avenue de Aebi 62\n5347 Saint Mottet',
	#     'birthdate': datetime.date(1974, 12, 19),
	#     'mail': u'marieprivet@hispeed.ch',
	#     'name': u'Denise Robert',
	#     'sex': 'F',
	#     'username': u'ichatriand'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'chemin de Saudan 7\n9606 Barbey (OW)',
	#     'birthdate': datetime.date(2015, 10, 17),
	#     'blood_group': 'A+',
	#     'company': u'Meyer',
	#     'current_location': (Decimal('17.003294'), Decimal('9.599962')),
	#     'job': u'Technologue en assainissement CFC',
	#     'mail': u'robert57@romandie.com',
	#     'name': u'Madeleine Corboz',
	#     'residence': u'boulevard de Sandoz 85\n1178 Beuret',
	#     'sex': 'F',
	#     'ssn': u'756.8791.4302.51',
	#     'username': u'bgillieron',
	#     'website': [u'https://privet.ch/']}

``faker.providers.python``
--------------------------

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   8868,
	#     Decimal('-3437.11411'),
	#     u'LzCDgflLNCsGGBmDSrzk',
	#     u'GbVXzQcDQYLrpYSloQWy',
	#     u'rOccWfFcVzpYyMhjqlLa',
	#     u'KniDTFceLGFplCaLolju',
	#     u'ijkVjHExPLsFwpWWJWcT')

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'NruHkTxtATuKvStjvKcZ',
	#         3167,
	#         43293503.81,
	#         datetime.datetime(2016, 2, 20, 12, 47, 9),
	#         9826,
	#         u'http://peitrequin.com/explore/app/author/',
	#         u'uBdsvTHISjUuoVqZwwyf',
	#         164201797076229.0,
	#         u'gimibDszsOJcunxyrKqx',
	#         Decimal('-6.658595549')],
	#     {   u'atque': -349.0,
	#         u'aut': u'aQtHfqXcTMMuWruLzLTv',
	#         u'dolorum': u'christianbourquard@sunrise.ch',
	#         u'harum': 8837,
	#         u'necessitatibus': u'http://monney.com/about.html',
	#         u'porro': u'AyvQguBjEIHuGSDamdyb',
	#         u'quibusdam': datetime.datetime(2006, 6, 21, 20, 21, 29),
	#         u'sed': u'qAmxMzFQtTqnIAIqzGcZ',
	#         u'sunt': -77765.4,
	#         u'voluptatum': u'wwojRQLHEAdAQJAHrHNA'},
	#     {   u'cum': {   7: 7667,
	#                     8: [   u'http://cosendey.ch/about.htm',
	#                            -294917876147057.0,
	#                            u'IRtmecsXLqCpzARZejwm'],
	#                     9: {   7: 117,
	#                            8: u'QlUtvjedxmKldMKHNqyZ',
	#                            9: [   u'TartgCIWsCcwlzBqPaDb',
	#                                   datetime.datetime(1971, 4, 14, 18, 18, 9)]}},
	#         u'dignissimos': {   4: u'paulquartier@vtxnet.ch',
	#                             5: [   u'NAtSSpgRZxudEyrXqPTz',
	#                                    u'EebGnPxtUQkbxowrhnev',
	#                                    u'SOGNGIKYhYYdwHakenvp'],
	#                             6: {   4: datetime.datetime(1990, 10, 10, 3, 51),
	#                                    5: u'iwicht@diesbach.com',
	#                                    6: [   datetime.datetime(1978, 3, 1, 9, 12, 49),
	#                                           datetime.datetime(1994, 2, 12, 14, 54, 52)]}},
	#         u'doloremque': {   0: Decimal('-557501670.39'),
	#                            1: [   u'zqpAMbJKNNkOSGwfaTsq',
	#                                   u'uFSQAufCDnZqUWPXpwyW',
	#                                   u'sara65@vtxnet.ch'],
	#                            2: {   0: u'yBagsOpAxxQQRqfMClVF',
	#                                   1: 9460,
	#                                   2: [   Decimal('-621291297.974'),
	#                                          u'DsNayppTzQPnxsPxFTqa']}},
	#         u'eligendi': {   9: u'https://chopard.net/post.php',
	#                          10: [   u'http://www.saudan.com/list/explore/register/',
	#                                  u'chloe24@yahoo.fr',
	#                                  174],
	#                          11: {   9: u'https://comte.net/list/app/list/login/',
	#                                  10: u'https://www.rey.ch/homepage/',
	#                                  11: [-2887685515.22408, 4731]}},
	#         u'libero': {   8: 7958,
	#                        9: [   u'RpdsVeawtjxkBFjerfFE',
	#                               u'pplXrFmwRnORVaOSGDiT',
	#                               u'AEyHWwIMAVFRHQrroPsC'],
	#                        10: {   8: Decimal('-1.75463'),
	#                                9: u'NBwKDQiRelVdsfmzSnRA',
	#                                10: [   u'LYLOtMEUZBmWbcaFYnoW',
	#                                        u'XOsYYWOqCBwFWZtePARL']}},
	#         u'maiores': {   5: u'https://www.boechat.org/index.html',
	#                         6: [   u'http://charpie.com/',
	#                                u'fyTtmtSkXarYfWhmzXDa',
	#                                u'vXogeSObCxJltdpEnwwp'],
	#                         7: {   5: datetime.datetime(2009, 2, 1, 16, 21, 42),
	#                                6: Decimal('996417650.245'),
	#                                7: [5282, u'charlescosandey@grojean.ch']}},
	#         u'mollitia': {   6: u'http://rosselet.net/index/',
	#                          7: [   u'https://www.aeby.ch/',
	#                                 u'kbCLSpHCSCVWndjhJsXT',
	#                                 2623],
	#                          8: {   6: u'UpGmKqbxIomRxkcyUEfs',
	#                                 7: 75351.265,
	#                                 8: [u'gqoZWaQbmnfXpzeqdoOr', 18074285256.0]}},
	#         u'repudiandae': {   1: u'http://www.vallelian.com/about.html',
	#                             2: [   689,
	#                                    u'SXebmsUYaOzEjXdDPKge',
	#                                    Decimal('297775.927539')],
	#                             3: {   1: -7149123351.0,
	#                                    2: u'http://www.privet.ch/author/',
	#                                    3: [   datetime.datetime(2003, 3, 26, 1, 14, 39),
	#                                           u'georgette84@crevoisier.ch']}},
	#         u'sit': {   3: datetime.datetime(2013, 1, 1, 22, 20, 31),
	#                     4: [   datetime.datetime(1987, 8, 29, 17, 52, 53),
	#                            u'lBPrOyMhDoBqRodseMib',
	#                            u'QtRLZwItQzCHVrDDJUIn'],
	#                     5: {   3: Decimal('832475.0'),
	#                            4: 7481,
	#                            5: [   u'RaSrQwRVVoLxIlyDDXky',
	#                                   u'dde-dardel@vtxnet.ch']}},
	#         u'voluptatem': {   2: 2481,
	#                            3: [   u'lucarapraz@conrad.ch',
	#                                   7112,
	#                                   -339808353311.0],
	#                            4: {   2: u'GiUnJxokyOACXDVZrFiH',
	#                                   3: u'https://www.dubey.net/search/privacy/',
	#                                   4: [2733, u'QybvFHsXciVQmCqKxchO']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   5332,
	#     u'CCePHJXRtvpCVtbLifBZ',
	#     1098,
	#     datetime.datetime(1995, 5, 16, 23, 54, 15),
	#     -1879890892.16,
	#     u'hberberat@badel.com',
	#     u'VizTLcKTzWOJttGekIgj',
	#     u'IHOYOFrXOvLOWJEDPAlo',
	#     u'https://gillieron.com/search.jsp',
	#     datetime.datetime(1979, 5, 28, 4, 41, 52),
	#     2749,
	#     Decimal('93213.45'),
	#     Decimal('-84.77322')]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'tJkpRrnbYSuuvxDnZQIQ',
	#     Decimal('-363.928128'),
	#     u'kWiqJikOryyATevNOonn',
	#     u'NITdydOcNrcGECZwqYlw',
	#     -2165.4253187,
	#     u'ipFZlMnjqiLVbmEiILrF',
	#     u'KCkoPakBLSogZViWpoUg')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'WJgwDtWhyRWOFwSkIQwt', u'qJKFKFPHrbXjZOGrmSNo', u'mgjzjhChqvHKUbVBdQEh', u'evacomman@bluewin.ch', -918.546212767, u'SfnhMbkkJcfjyFMPZxBW', u'http://www.droz.org/register.htm', u'WamwIMtvfvgIDAivxLGa', u'HQkjMKjnvZMDgRlhBcWE', u'AhgLTxzLtlDVnXgcTCuh', 1851, u'fcNZDShEGjyDBbLZrPPe'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'animi': Decimal('3.3916682038'),
	#     u'commodi': u'XUaORblBVxrLGAXxJPSo',
	#     u'culpa': u'bugnonlea@hispeed.ch',
	#     u'doloremque': -69.5796,
	#     u'est': datetime.datetime(1994, 3, 1, 11, 36, 21),
	#     u'excepturi': 15831.51,
	#     u'exercitationem': Decimal('-2.94743883541E+13'),
	#     u'facilis': u'YOxpkGUucJzODJeEYViu',
	#     u'labore': u'cnussle@sunrise.ch',
	#     u'nobis': u'lWiXXzLsDodjEWzleLrc',
	#     u'repellat': u'wsIzoxQoMBNcZJJdgYiQ',
	#     u'sunt': u'https://bujard.org/'}

	fake.pyint()
	# 4539

``faker.providers.ssn``
-----------------------

::

	fake.ssn()
	# u'756.2301.5786.93'

``faker.providers.user_agent``
------------------------------

::

	fake.mac_processor()
	# u'Intel'

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2014-06-19 23:27:43 Firefox/3.8'

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

	fake.opera()
	# u'Opera/8.59.(Windows NT 6.1; apn-IN) Presto/2.9.189 Version/10.00'

	fake.windows_platform_token()
	# u'Windows 95'

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

	fake.user_agent()
	# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_0 rv:2.0; apn-IN) AppleWebKit/532.12.2 (KHTML, like Gecko) Version/4.0.3 Safari/532.12.2'

	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 4.0) AppleWebKit/5351 (KHTML, like Gecko) Chrome/22.0.830.0 Safari/5351'

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

	fake.safari()
	# u'Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/531.36.3 (KHTML, like Gecko) Version/4.0.1 Safari/531.36.3'
