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

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

::

	fake.address()
	# u'chemin de Duvanel\n6464 Marty-Dessous'

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

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

	fake.building_number()
	# u'70'

	fake.street_address()
	# u'chemin de Muriset'

	fake.postcode()
	# u'3495'

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

	fake.canton_name()
	# u'Gen\xe8ve'

	fake.country()
	# u'Arabie saoudite'

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

	fake.street_prefix()
	# u'avenue'

	fake.street_suffix()
	# u'Street'

	fake.city_prefix()
	# u'Ober'

	fake.city_suffix()
	# u'-des-Bois'

	fake.canton()
	# (u'FR', u'Fribourg')

	fake.street_name()
	# u'avenue Meyer'

	fake.city()
	# u'Uldry'

	fake.canton_code()
	# u'BE'

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

::

	fake.license_plate()
	# u'7A109'

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

::

	fake.bban()
	# 'XRSY2656909514677'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB31DZKX4799811854798'

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

::

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

	fake.ean13()
	# u'1387417989876'

	fake.ean8()
	# u'04723486'

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

::

	fake.rgb_css_color()
	# u'rgb(52,117,195)'

	fake.color_name()
	# u'RoyalBlue'

	fake.rgb_color()
	# u'164,86,192'

	fake.safe_hex_color()
	# u'#44cc00'

	fake.safe_color_name()
	# u'black'

	fake.hex_color()
	# u'#84b4b3'

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

::

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

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

	fake.company()
	# u'N\xfcsslin'

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

	fake.catch_phrase_verb()
	# u'de concr\xe9tiser vos projets'

	fake.catch_phrase()
	# u'Le plaisir de rouler \xe0 sa source'

	fake.siret(max_sequential_digits=2)
	# u'620 265 593 00863'

	fake.bs()
	# u'facilitate intuitive e-markets'

	fake.catch_phrase_noun()
	# u'le pouvoir'

	fake.siren()
	# u'630 783 748'

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

	fake.catch_phrase_attribute()
	# u'plus rapidement'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'JCB 16 digit\nEmilie Thorens\n3576191219043796 05/27\nCVC: 715\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'ADA'

	fake.currency_code()
	# 'MUR'

	fake.currency_name()
	# 'Bhutanese ngultrum'

	fake.cryptocurrency_name()
	# 'MazaCoin'

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

	fake.currency()
	# ('PYG', 'Paraguayan guarani')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 21, 22, 34, 35)

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

	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(2015, 5, 10, 14, 22, 25)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2014, 9, 7)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 3, 6, 40, 1)

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

	fake.day_of_week()
	# 'Saturday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 1, 15, 21, 8, 8)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2016, 12, 6, 8, 23, 31)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1976-03-09'

	fake.am_pm()
	# 'AM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(2004, 11, 13)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1995-12-28T09:15:22'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2001, 4, 18)

	fake.month()
	# '05'

	fake.year()
	# '2007'

	fake.day_of_month()
	# '29'

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

	fake.timezone()
	# u'Indian/Antananarivo'

	fake.century()
	# u'XVI'

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

	fake.time_object(end_datetime=None)
	# datetime.time(1, 53, 43)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 5, 31, 12, 29, 17)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1992, 8, 31, 18, 6, 37)

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

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 18, 10, 53, 20)

	fake.month_name()
	# 'September'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1280, 3, 13, 22, 12, 51)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(375, 9340)

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

::

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

	fake.mime_type(category=None)
	# u'audio/basic'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/porro/qui.mp4'

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

	fake.file_name(category=None, extension=None)
	# u'nesciunt.avi'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'jmayor@bluewin.ch'

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

	fake.tld()
	# u'ch'

	fake.email(*args, **kwargs)
	# u'bernard64@hotmail.fr'

	fake.url(schemes=None)
	# u'http://www.muriset.ch/'

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

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

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'category'

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

	fake.safe_email(*args, **kwargs)
	# u'barbeyeva@example.ch'

	fake.ascii_email(*args, **kwargs)
	# 'meyernoah@hotmail.fr'

	fake.ipv4_network_class()
	# u'a'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'sebastiencrivelli@meyer.com'

	fake.domain_name(*args, **kwargs)
	# u'rapin.ch'

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

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

	fake.slug(*args, **kwargs)
	# u'fugiat-delectus'

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

	fake.company_email(*args, **kwargs)
	# u'michael51@cosandey.net'

	fake.uri()
	# u'http://www.rapin.ch/main.asp'

	fake.ipv6(network=False)
	# '7b59:4279:ee14:7c6e:1822:187e:510:d36e'

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

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

	fake.mac_address()
	# u'e5:1c:56:13:38:a2'

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

::

	fake.isbn10(separator="-")
	# u'1-180-37906-3'

	fake.isbn13(separator="-")
	# u'978-1-328-10579-0'

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

::

	fake.job()
	# u'Projeteur en technique du b\xe2timent'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Sapiente dolorum aliquid officia voluptatum esse deserunt. Delectus eius quam odio excepturi fugiat cumque.\nAccusantium aut dolore placeat. Fuga at vitae vitae quidem.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Doloribus facilis nesciunt nemo. Magnam id libero facere rem delectus. Facere corporis soluta.',
	#     u'Similique consequatur aliquam impedit voluptatem aut sunt. Quaerat ullam enim dolorem impedit voluptates.',
	#     u'Occaecati eveniet perferendis minima voluptatibus soluta. Ducimus laborum libero quibusdam qui dolorem. Eos quia totam neque. Velit architecto itaque.']

	fake.words(nb=3, ext_word_list=None)
	# [u'nobis', u'accusantium', u'corrupti']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Ea aliquam consequatur facilis.',
	#     u'Vero esse blanditiis tempore dolore.',
	#     u'Voluptatem vero commodi.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Recusandae ipsa voluptate minus minima. Recusandae sint tempora. Accusantium harum beatae. Fugiat ad numquam.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Nesciunt impedit unde veritatis voluptatem atque quo.'

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

::

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

	fake.locale()
	# u'ber_MA'

	fake.binary(length=1048576)
	# bytearray(b'\xd3\x02v\xbc\xc0\xc5g\xfb\xe9\xe9\x93\xfa\x00\xf4h\xf1\xe1\xe1p\x8eJ`\r\x8f\xc1X\xb8\x91\x1f\x0f\xcf\x1c\x0b\\\xc9ZZ\xa3\xda\x1c\xac\xcd\x0b\xe6H\x14\xce}\xf1\xb2\x9b\x0b6\xe7Xa\x8c\x8a=\xc8V+\xe9\xc6L\xc9\xc6r\xb0\xde,Z\xc0\xa4ik\xd1\xcc0>7\xb2\x8c\x9b\xe8A\x88\xceqJ\xb7\x9f\xd0\x8f;p\x97M\x90H\x94\xdbS\x14$\xff\xc5TH\xa0\xcb\xaa\'W\xbc\xa0\x95F\xd8*\x19\xea\xd3V3\x01\xb2M\xef\xd5=\xbb\x8a)\xad\x18Xi\xb8+x\x1a\x01\x94u\x90\x86\xf4Q\xa4\x11P\xd6\xa7#V\x08\xf1\xba\x85\xb0ML\x0cb9\x8c\xa7a\x89\x04\x94"\x10}\xd53&6\xe2U\x8b\xa3r\xaa\x0c\xbe\xed\x0c\x98\x19Y\xd4\x0f\x90\xfb\xc1\xfacP\xa8\x14\xb3\x81\x0eP\xc1\\\xdc\xc1\x0c\xba\x92\xf6e\xef:\xfa\xdf\x94)*\xc22\xefZu\xc3Z\x99\x99$\x1c\xe3\x0e\xd7\x83\xf8\xad\xabA\x10&\xa8\x8f3cX\x86)2N\xdd\x03Iw\x19#jL\xba\xb4l\x17z\xb7_C\xe4\xda\xe5\xc2\xbeM\xed\x84\xec\x9a=!\x05\xcb\n\x12\x7ft\xcc_%@\x8e\x91n\x988QY#\x0c\x7f?v\xd3\x80\x1e\xa7K\x1f\x80\x97a\xc0w@4u\xa7pp\xa7\xea\xb8{U\x1b`\xca~Y\xdc\x87W:Y\xa6\x15\xb1\xff\xf5\xe8\x8f\x08\xa7\xb6@\x8047r!bD\x7f\xd7\xce\xa5\xf1t\x11\xba{\x8d\x05\x93\xf7\xc9\xdb\x02!>\x02s\xd1h\xc3\xc95\x82\xa8\xc9\xe3\xcf,\x8d\xd3d\x1e\x8eZ\x91\x03\xc2\xc0\xb8\x14\xe5\xa4aL\x14\x1f\xd8\xd0\xdb\x01\x8a\xc8y\xf0\x80\x9c\x91v\xbc\x05\xb3\x0b\x1e\xfb\x84\x1b\xe4\x86\x8d&\x163.\xb8d\xbf\xb8(6\xed\x92\xd3L\xb1\xfd\xe6N\x99i\xa4)\x94\xbe\xf7\xeb\xed\xb2D\n\x1fz\x04+"\xfba\xae\xba\x10e0\x87\xf7\x9e\x97y>\x99\x18S\xbe\x02\xb5\xb2\xc1X\xba_\xde\xf0\x12\x84\xa08\xb0\xc3\x1c\x05\xe4\xb1\xf3\xbd\xfe\x99\x1c\r\xe0\x02b\x92\xe7\x9e2+\x8c\x1b\x0e<\xb2\xa5o\t`\x82+f\x8a\xc7d-}7\x93\xa8\x08\xffv\xb2&\x85\xccF\xeb\x89\xb4\x07\x14v\x13Cjl\x13[2j]+\x1fF\xf8\x1bn\x1bU\xbek\xd4[\xc0\r\xa1l\xc4\'\xeaR$\xd6;\xc3\xf6\x8c~\xa1\xfa\x04\xd9\x80bC\x10-\xea.\xa6JV\r\xc5Fd\x15\xcd\xc0\xaaI\xefV\xee\x02\xdc\x98\xc8\x8d\xd9*D\x00h\x8b\xa4H\xd5\rgDy\\)PO(z\x1f\xdc\t\x02\x88\xe1E9\xa6\xf3\xba\xac8\xb1\xba\x08\x1d\x01T\x83\x99\x95=\x9d\x14\xacY\xd4\x10\x81Q\xed\xc7\x0ez\xeeo\\\xfd\xb6\xf2S\xafI\xc5\x86\xfb\x879\xab\x9d\xa9\x96\x16\xedF\xb5\x92#r;\t\xb1y\x10\xd9\xa7w\x94\x89GUD\x93\x9d=\xe1\xb7\x08Y{q8A\x06F\x9ej\x98\xcf/\xe8\x89\xb2w\x915\xa9p\x0b`\x1bi\xe3A\x9fs\xd1L\xe6\xcc\x81\xdc\xe8S\xa5jQ\x97,\xf5\r\x8e\xfb.\xad1\x18%\xc0\x94I\xbfoZ;\xc7o\x02a,\x98"\xb57\xa6\xd6\xdc\xf3\xcbxO\\\x13L\xa1\x81+\xe9\'\xf2\xe3\xbe\x80\x1f7\xfb^\xd1\xd8\x8a\xe7Z\xbd\xcd\xcd\xf1;\x89D\xc5)\x18\x9f\xdf\xbb\xd9\xb8L\x92/e\xab\xec\x9e[\x99\x0fC\xe6+\x9d\xc9\x1c+N\xc96\x08\xd6\x01\xa0\xe9\x02\xe78BB\x86\xd3F\xe2k\xba\xcd\xdaO\xb3\xf5\xa5n\xa4\xc8\xbb\x17\xaa\xd3a\x9d\x19\x00"\xff\x84\xbf"\xb1\xa8\xd2\xa58\x01\xd1\x80\xf2G;w\xb5y\'\xe4V\xec\x93\x07O\xa9p\x9eS\xbcY\xc5\x8a\xaa9pp)\x16\xcf\xb8\x0e]\xe5`f4,jj\xcc\xc8\xeb\xe0\xdd-\xcd\x93\xe8\'\x053\x9f\xcf\xdb*\x0f\x84\x02\xc6\x0c\x1a\x12\x9e\xbc\xf4\xb6\x81\x1f\xae\xa8\x85P\xe0O?\x19!\xcb(cb\xc1\x86^u5]\xd0a\xd1\xd0\xf6p\xce\xd0+\xe7%\xee|\xf1]~?s\x12c\x85\x86\x19h\x96\x15\x94]\x97\x82>\xfb:\xf1\x83\xeaS\x14\x89\xfe\x05I\xc0X\x1a\xf9\xd3R\xc9{)\xf4{.\xb2')

	fake.md5(raw_output=False)
	# '16cba0cec4e27632b4cbb4fe54e2ee7d'

	fake.sha1(raw_output=False)
	# '9fe24ed8104c8597520b9857693e584bc5d589a8'

	fake.null_boolean()
	# True

	fake.sha256(raw_output=False)
	# '38fb881da0750df998f1d5bdf204d643a2379c68a880be539ccdacca2a101644'

	fake.uuid4()
	# '01b85569-bef9-3adc-576f-ec1e9adcf61e'

	fake.language_code()
	# u'iu'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Besse'

	fake.name_female()
	# u'Caroline Chatriand'

	fake.prefix_male()
	# u''

	fake.prefix()
	# u''

	fake.name()
	# u'Anne Bovet'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Maurice Balmat'

	fake.first_name()
	# u'Clara'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Hugo'

	fake.first_name_female()
	# u'Sara'

	fake.last_name_female()
	# u'Mottet'

	fake.last_name()
	# u'Rappaz'

	fake.prefix_female()
	# u''

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

::

	fake.phone_number()
	# u'+41 71 948 89 33'

	fake.msisdn()
	# '7954148690204'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'rue Ren\xe9 Candaux 75\n5930 Bonvin',
	#     'birthdate': datetime.date(1932, 7, 20),
	#     'mail': u'vienneaurelie@hotmail.fr',
	#     'name': u'Raymond Badan',
	#     'sex': 'M',
	#     'username': u'catherineprivet'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'chemin Olivier Quartier 808\n3754 Wicht',
	#     'birthdate': datetime.date(1983, 6, 8),
	#     'blood_group': 'A+',
	#     'company': u'Chevrolet',
	#     'current_location': (Decimal('-88.160752'), Decimal('104.321389')),
	#     'job': u'Contact Center Supervisor avec brevet f\xe9d\xe9ral',
	#     'mail': u'romain21@bluewin.ch',
	#     'name': u'Antonio Botteron',
	#     'residence': u'rue Corpataux 60\n1296 Morard',
	#     'sex': 'M',
	#     'ssn': u'756.8637.4150.91',
	#     'username': u'georgesgeorges',
	#     'website': [u'https://www.masseron.ch/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'lbouvier@chatriand.ch',
	#     Decimal('959055.918765'),
	#     u'http://candaux.ch/explore/login/',
	#     u'michaelboechat@hispeed.ch',
	#     u'http://grosjean.com/posts/homepage/',
	#     u'XOdrHraiNixWDexZwSSN',
	#     u'xaeby@hispeed.ch',
	#     datetime.datetime(1996, 12, 10, 18, 25, 29),
	#     u'OqPPEtLpHTjUrvGnFLDv',
	#     5800,
	#     6944,
	#     u'YEYRAxmgFimHTIhNrcEZ',
	#     u'tgrojean@yahoo.fr',
	#     5947]

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'YNXFxNZwKtIXxvXJadYb',
	#         Decimal('3579570.89478'),
	#         u'RiCTboGdDLwZCexhJMZQ',
	#         u'QBmbzLICQNYwPmduqheG',
	#         u'qXahlgddMtdZAAtZTqVv',
	#         datetime.datetime(2011, 7, 19, 14, 4, 46),
	#         u'DghswuwJldKStEwVgFqo',
	#         109,
	#         u'hxGazRkEDeTzBeAZaEzc',
	#         u'mayorgeorgette@sunrise.ch'],
	#     {   u'deleniti': u'iGJilkyleGjIDiNfGHPL',
	#         u'dolorem': u'skAxQRDAQYxHCUSWNxcp',
	#         u'facilis': u'HSvhLgPAbtcXACDUOYtG',
	#         u'ipsum': u'hIzTxbVtOcbKJXyZaEQU',
	#         u'laborum': Decimal('-867893699442'),
	#         u'quisquam': Decimal('-8956759507.31'),
	#         u'quo': Decimal('-2662702.23771'),
	#         u'repellat': u'NcHpTvvZJSkYMgJjgfIp',
	#         u'suscipit': u'vPPqikoLtoScNVdJlNcW',
	#         u'totam': u'http://www.mottet.ch/explore/privacy.html'},
	#     {   u'aspernatur': {   2: u'https://www.sansonnens.ch/search/explore/about.html',
	#                            3: [   u'christiane44@piccand.com',
	#                                   Decimal('-8444216095.14'),
	#                                   u'zduzoWphYGPsRrOJXOYa'],
	#                            4: {   2: 49.28627201283,
	#                                   3: Decimal('-44.44'),
	#                                   4: [   u'zJqcJDJRczyYmRCWaxjV',
	#                                          30797.1652351]}},
	#         u'corrupti': {   7: -946463.46346264,
	#                          8: [   u'sxELNjxYfmEXxkUQHeVh',
	#                                 u'gqyigjMWKShvMWNbfeOT',
	#                                 datetime.datetime(1971, 12, 12, 14, 17, 25)],
	#                          9: {   7: 6938,
	#                                 8: u'https://www.crivelli.ch/posts/index.asp',
	#                                 9: [9859, u'rVzpfBqmvDUOPrcklfLS']}},
	#         u'dolores': {   4: datetime.datetime(2006, 1, 24, 6, 7, 53),
	#                         5: [   u'bGhuWpOyxGjbTfuHqqmh',
	#                                u'qztieomaUVNmcmcXtItN',
	#                                u'https://www.theraulaz.ch/login/'],
	#                         6: {   4: u'DJBvGudTLrdppTCGGkPK',
	#                                5: u'PQpjmbVtSGTLgIeQBrRG',
	#                                6: [   u'https://rapraz.ch/search/category/register/',
	#                                       u'HVVcebmCJNVueppfbbwx']}},
	#         u'laudantium': {   5: u'otOmFklfeKVJzdPdDVpg',
	#                            6: [   -4.319,
	#                                   datetime.datetime(2007, 8, 1, 1, 34, 13),
	#                                   u'JnxqliCKbeLjBSmllItk'],
	#                            7: {   5: 3775, 6: 1215, 7: [3245, 819676.73697]}},
	#         u'nisi': {   9: u'VGOHoGWESBqnSnRNZpbF',
	#                      10: [   u'OjBCEMZYkcHzpxFezLAC',
	#                              datetime.datetime(2013, 1, 1, 0, 11, 55),
	#                              u'JdyopgTYgLgyEaAVCoIz'],
	#                      11: {   9: u'KgDfDrRLYOlaCVgWtYkr',
	#                              10: 933.524,
	#                              11: [   u'COQFNegwHqCiNDtGJRTt',
	#                                      Decimal('7.03329919588E+14')]}},
	#         u'quae': {   3: u'jCsnhopKhfRhgiMyuBUf',
	#                      4: [   u'barmanfabienne@privet.com',
	#                             u'zmhYvnBrIMPxeEkQanwa',
	#                             u'DKDizfcDGcsutxqBtlwU'],
	#                      5: {   3: 7580,
	#                             4: u'PQOKlUCMfEQeTVVjSZmp',
	#                             5: [   u'marcellegodet@yahoo.fr',
	#                                    datetime.datetime(1987, 10, 5, 12, 9, 39)]}},
	#         u'saepe': {   1: Decimal('-28088900.9272'),
	#                       2: [   u'WLsFtNKGBratMYBYWJlU',
	#                              datetime.datetime(1976, 4, 18, 14, 6, 22),
	#                              datetime.datetime(1985, 6, 22, 5, 41, 58)],
	#                       3: {   1: 37941.80985306,
	#                              2: u'cuvBAhEQtkDENzhEDnLw',
	#                              3: [u'bduroux@corbat.org', 4218]}},
	#         u'sequi': {   6: u'GnqwMphaJznuApSNulpV',
	#                       7: [   u'ZLFntHWbitHeoWJoHCas',
	#                              Decimal('-49035412664.0'),
	#                              9935],
	#                       8: {   6: datetime.datetime(2011, 1, 26, 16, 48, 20),
	#                              7: datetime.datetime(1974, 5, 8, 8, 20, 3),
	#                              8: [   Decimal('-2.25553406794E+13'),
	#                                     Decimal('90.992885')]}},
	#         u'sit': {   0: 4001,
	#                     1: [   u'zghfGQTJeJgAllmVDlkr',
	#                            3667,
	#                            u'LEWrlfPtlWGprAGVeERU'],
	#                     2: {   0: u'christiane91@pellet.ch',
	#                            1: u'https://chenaux.com/tags/about.htm',
	#                            2: [   datetime.datetime(1979, 3, 13, 8, 57, 35),
	#                                   659]}},
	#         u'voluptatum': {   8: 5943,
	#                            9: [   u'http://rappaz.com/categories/category/app/author.htm',
	#                                   4182,
	#                                   178],
	#                            10: {   8: 4068,
	#                                    9: u'sDKWFYakZBlVdkalUNil',
	#                                    10: [u'YbbDnBGdTyBYmrvzyhJw', 7577593.6]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'WCFADZTMGqvrKrqytaGa',
	#     3666,
	#     u'http://www.fonjallaz.ch/search/home.asp',
	#     6607,
	#     u'pQSsoZvJgZqMUqfIigRB',
	#     -288.74355997567,
	#     8876338.6819,
	#     datetime.datetime(2006, 1, 30, 8, 46, 21)]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'zbesancon@gmail.com',
	#     -76929971453819.0,
	#     u'aurelie91@hotmail.fr',
	#     u'mfadNgsPDBxmxqPhfboA',
	#     5545,
	#     u'dcarraux@gillieron.com',
	#     Decimal('4.10748770451E+13'),
	#     u'yRPIDLIzVCdwBjeJwlKA',
	#     u'FuORyOcFCfHRadfBBTKS',
	#     u'fcrivelli@comman.com',
	#     u'ZpbDUcjsTbEzAlktAtfm',
	#     u'http://musy.com/faq.php')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([4417, u'http://nussle.ch/', u'jqGvITzdClBEPdJTaGqo', datetime.datetime(1975, 3, 12, 5, 25, 17), 137936626787535.0, Decimal('8.71099008988E+13'), u'avUWBgHApcAMHYVJmjWA', u'QccdLxVZcjhWrCgtxfyl', Decimal('-9770.86962683')])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'corrupti': u'UEoiNGYEksaXZfJRVtWq',
	#     u'eum': 42305388.4554569,
	#     u'labore': u'rZEAiKJxMZDCQtcboGZz',
	#     u'maiores': u'TgzrXKiImYYHQuqBHLAh',
	#     u'nam': u'LUjYgrWUNilhaEimWYQG'}

	fake.pyint()
	# 5983

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

::

	fake.ssn()
	# u'756.6807.3954.19'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_9; rv:1.9.2.20) Gecko/2010-08-14 10:40:12 Firefox/3.8'

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

	fake.opera()
	# u'Opera/8.70.(Windows 98; hu-HU) Presto/2.9.187 Version/12.00'

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

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/3.1)'

	fake.user_agent()
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; rv:1.9.4.20) Gecko/2013-06-13 09:22:04 Firefox/6.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 (X11; Linux x86_64) AppleWebKit/5332 (KHTML, like Gecko) Chrome/43.0.840.0 Safari/5332'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_1 rv:2.0; am-ET) AppleWebKit/532.12.5 (KHTML, like Gecko) Version/4.0.5 Safari/532.12.5'
