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

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

::

	fake.address()
	# u'boulevard Jean Gilli\xe8ron 59\n9615 Comment'

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

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

	fake.building_number()
	# u'29'

	fake.street_address()
	# u'rue Nathalie Cretton 93'

	fake.postcode()
	# u'4364'

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

	fake.canton_name()
	# u'B\xe2le-Ville'

	fake.country()
	# u"C\xf4te d'Ivoire"

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

	fake.street_prefix()
	# u'avenue'

	fake.street_suffix()
	# u'Street'

	fake.city_prefix()
	# u'Sainte '

	fake.city_suffix()
	# u' am Rhein'

	fake.canton()
	# (u'BS', u'B\xe2le-Ville')

	fake.street_name()
	# u'avenue Martin'

	fake.city()
	# u'Julliard'

	fake.canton_code()
	# u'NW'

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

::

	fake.license_plate()
	# u'571-058'

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

::

	fake.bban()
	# 'EURY0975164443657'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB25JULN8680402253844'

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

::

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

	fake.ean13()
	# u'9476280473208'

	fake.ean8()
	# u'04801771'

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

::

	fake.rgb_css_color()
	# u'rgb(101,164,240)'

	fake.color_name()
	# u'Aquamarine'

	fake.rgb_color()
	# u'79,136,111'

	fake.safe_hex_color()
	# u'#bbff00'

	fake.safe_color_name()
	# u'yellow'

	fake.hex_color()
	# u'#445b80'

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

::

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

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

	fake.company()
	# u'Alber Meyer S\xe0rl.'

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

	fake.catch_phrase_verb()
	# u'de louer'

	fake.catch_phrase()
	# u"Le plaisir d'innover \xe0 sa source"

	fake.siret(max_sequential_digits=2)
	# u'546 490 025 00519'

	fake.bs()
	# u'matrix dynamic paradigms'

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

	fake.siren()
	# u'867 936 536'

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

	fake.catch_phrase_attribute()
	# u'avant-tout'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'JCB 16 digit\nLaurent Corpataux\n3586295193117944 08/27\nCVC: 031\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'NEM'

	fake.currency_code()
	# 'KES'

	fake.currency_name()
	# 'Cuban peso'

	fake.cryptocurrency_name()
	# 'Ethereum Classic'

	fake.cryptocurrency()
	# ('ETC', 'Ethereum Classic')

	fake.currency()
	# ('BIF', 'Burundian franc')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 25, 7, 41, 4)

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

	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(1991, 3, 16, 18, 35, 11)

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

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 14, 10, 10, 27)

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

	fake.day_of_week()
	# 'Tuesday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2011, 7, 4, 12, 28, 13)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2000, 6, 21, 1, 21, 23)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1973-11-22'

	fake.am_pm()
	# 'AM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1998, 9, 27)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1970-01-01T00:49:25'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2004, 5, 20)

	fake.month()
	# '08'

	fake.year()
	# '1973'

	fake.day_of_month()
	# '23'

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

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

	fake.century()
	# u'XVI'

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

	fake.time_object(end_datetime=None)
	# datetime.time(2, 0, 51)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 5, 10, 13, 57, 44)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2003, 9, 14, 7, 12, 56)

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

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 10, 14, 20, 11)

	fake.month_name()
	# 'June'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(639, 12, 5, 14, 6, 28)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(11903, 2230)

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

::

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

	fake.mime_type(category=None)
	# u'video/x-flv'

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

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

	fake.file_name(category=None, extension=None)
	# u'totam.flac'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'stephanemottiez@hispeed.ch'

	fake.image_url(width=None, height=None)
	# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=685x941&w=685&h=941'

	fake.tld()
	# u'ch'

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

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

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

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

	fake.uri_extension()
	# u'.jsp'

	fake.uri_page()
	# u'faq'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'thomasmusy@romandie.com'

	fake.ipv4_network_class()
	# u'b'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'grandgeorgette@deshusses.com'

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

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

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

	fake.slug(*args, **kwargs)
	# u'aut-est-fuga'

	fake.uri_path(deep=None)
	# u'search/categories'

	fake.company_email(*args, **kwargs)
	# u'zcosandey@cosendey.ch'

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

	fake.ipv6(network=False)
	# 'efb8:3f01:3bc9:86c1:40a:104c:7817:2ecf'

	fake.free_email(*args, **kwargs)
	# u'melanie61@vtxnet.ch'

	fake.ascii_safe_email(*args, **kwargs)
	# 'elodie59@example.com'

	fake.mac_address()
	# u'97:b5:f5:a0:79:d0'

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

::

	fake.isbn10(separator="-")
	# u'0-469-48431-4'

	fake.isbn13(separator="-")
	# u'978-0-484-19526-3'

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

::

	fake.job()
	# u'D\xe9veloppeur immobilier avec brevet f\xe9d\xe9ral'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Nobis saepe corporis expedita. Distinctio mollitia perspiciatis odit officiis est dolor non.\nAsperiores perferendis praesentium fugit.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Asperiores harum quis minus. Necessitatibus vel placeat architecto. Error ipsa ipsam labore doloremque veritatis.',
	#     u'Maxime consequatur id nisi optio odit ratione. Veritatis voluptatibus quos distinctio totam. Voluptatibus nesciunt repellendus quam. Enim libero excepturi perspiciatis praesentium.',
	#     u'Eaque voluptatibus amet enim blanditiis cumque. Aliquam doloremque neque veniam architecto.']

	fake.words(nb=3, ext_word_list=None)
	# [u'cumque', u'nemo', u'dolor']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Commodi perferendis doloremque asperiores aut.',
	#     u'Sunt iste non autem molestias amet commodi amet.',
	#     u'Repellendus corporis libero ea aut aliquid.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Vel id debitis velit sit facilis. Culpa commodi dolorem doloribus itaque fugit beatae corporis.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Assumenda modi eligendi quos.'

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

::

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

	fake.locale()
	# u'kok_IN'

	fake.binary(length=1048576)
	# bytearray(b'\xc6\xa4!\xb3\x08\xa0\x11\xf1\\\xbf\xae\xb5\x04\xec1\xef[-\x11\xbe\xfd\xd0s\t\xfb]Z\xe48\x92A\xbc\x88pD\x0e\x9esndhD\x0fB\xa1\xfa]\xc59\xe5\x0cs\xfe#\x8f\x9c\xfed\xeb\x03J\xfa\xfc\xdc\xda\x91\xb81^\n.\x12\x03&\x02\x85@\xb3\x1c\xf9\xe0`#\xa9\x93-\xe8\xe2\xdd}V\xbdr\x99\xf9\x06\x18.\xb99\x90.V\xb7t;_\x12\x8bP\x14\xf5\x16\x8e\x00\xba\x10\x0b\xaa|M\x8e\x1c,i\x1by\xd4qo\x95\x9b\x14\x06(!\xccJ?\xc6=\x12}\xa5\xa3Y\xf8\x8bI\x02\xd2^^\x93\x17\x9c\xd6\xd7\x13\xb9\n\xf4\x99\x04\xe8oB(\xed7+\x8f/\x81;zE\x80\xf3\xdf<EP\xb4\xf1@\xd43\xa4\x07\xad\xe7\x9f)\x12[\x996\xaec?\x9fF\x04\x1b\x9a\x07-\x024\xef,\xc3\xe9C\x8e\xa1\xb8\xd7K\xed\xe5\xb5\\<\xb3\xd5\xdc`.\xb2z\x9f2P\xe1\'\x89\xc5JH\x86\xad\x96\xe4\xc7m<\xdb[0\xba1\'\xab\x9e\xd6X\x1dyv\xb4\x95f.\x9a \xe8iL\x05}!#X)Vf\xde\xfe#\x9c#f\xfd+/\x15\x83&\xe2\xb0&\x8cGC"]=\x8cm__\x83%\xa1\xcd!\xf3\x85\x02\xd8\x15\x10\x04\xf5_!vB$\x0f,\xe6\xf9Ft\xeb\xe5`\xf3\xcag8\xc8\xb3\x8c\x8ar\x8a\x0ePN\xf4\x80L\x02\xc7\x8f\x9c\x998Z\t\xba<\xea>z\xea\xde\xb0\x03\xac\x1bX\x86(\x10\x81!\\\xd5/B\x81\x1a&\xee\xe8!\xc7R\xb5p\xa4\x11\xe8]\x18ti\xf1\xe9)\rg`3+szK\xb9\xb76\x8a\xe1\xe0BP\xa9\tId\xdb\x18\x87<\xd9\x1d\x81\x1e=\xe6\x8c\x7f\x8d\xf7|m\x17~\x15B\'\xc6\x15y\xc7\xf8\x0e\xc4\x10\x16\x88D\xb9u\x95;\xc1\x7f\xea\xbd\x07\x95\x8e\xbd~4\xe1_c\xf3:\xa6\x9b\xd5\xact;\'8\xdbn\xd4\xcbP\xec\xe3zy\xfe\x98\x10\xe6\xed\x05\x92\xb5\xc9\xc7\xee\xf4\x11\x8c1\x8di\xeaw\xeb\xfa\xd1\xe8x\x82\xd2\x98\xa9\xd7@\x92\xffL:\xd4\xd3\x17Ug%h\xb0\xd48\xe2\x02A1\xb1\xdd\x96s\x06\x8c\xe1x\x0fG\x14\xf2W\xee\xed3\xf4\xbe\xd2\xb9\x14&.\xe42\xd6 \x9f\x9f\xdc09?\xb3q\xee\xad;\xf8s{\xffbv\xe4~C\xcc"\x04\xc6Ft\x11ql\xc5\xd1\xcaV\xb3\x141\x1e\xb1\xe8 p\xe1@!\xb3\xc0\xe8\xcfX\x03s:\xb6X\x957\xe3\xe6*\xcdF\xeco-h\x1cQ\x88\xa3\xaex*\xf3\xd2:\x12\xa1y\xca\x04(\x7f\xd6\xee?\xf0\x97k\xc9L$\xad\xb6\x95\xa0o\x8c8\xef\x00\xfc\\\xd9\xc1K\xf1\x9b<H\x19\x1f\x04\t\xbe\x03\xe8\xa0\x85\x00\x9d\xb9\xfbk+\xd0\xb3\xe4,\x1f0\x1a7\x8a\xe19\xac\xef\xb4}\xdb\x0c\x1dT\xa2\xcd\xaa,\xb8\xcc\xb2M\x01\xecC\xfa~\xb8\x8f\xfc_Gl\x01\x96>$\x97\x8e\x01?\x16@V\x90c\x1b\xc5\xe4\xe9\xb4\xe3\x9b4UW[\xd3\xed\x89\xd9\x14L\t\xa7\xb6\x83\x94t\x9a\x10\x18q]\x10\x06j\xe8{\xbdH8Q17\x00\x98\x81\x03\xc3\xf3\xeb\xdd\xba\xe1@\xef\x02\xe3R-\xf7\xf0\xf9\x93\x02\xa2\xa7\xc2\xe8\xb6qr:\xd9S,\x9c\xb1k\x96K,q\xed\xa1\xf9M\x0f\x8ck\xd1\xb5&\xb9\xda\xa3\xf4o\xfed\x10\xd20\xe3H\x9fd\xeb\x01P\xe4\x91\'D*h\x84\x15_f=\x05-#\x01e\xf0P\x008\\;=\xa3\xd6\xc5\xa3y\xac\xcc\xcaf\xf7?\xf5\x17|9"3\x98t\xde\x8d\xaa\x97\x1d07\xf0V\xb2\x7f\n\xf4\x082N\xce_\x02K1\xed\xa41\xb8\x951s\x81\xf5\x81!!G\xc7\xcf\x01\x01\x1d\x08\xbf\xdd\xf08\x08\xa5i-\x92\x1b_\x90\xdfk\x05\xcd\x9c\xaa\xc5\x02\x9c\xd27L5\xd2\xc95-\xe7\n\x86\xfd\xc3\x826\xa2\xebv\xeclaJ\x87{\xb9\n\x106\xb5\xfc\x83Qd\xe3b\xf9t\x1d\t\x1cu\xa0Ck\x10\r\xdc#WV#w\x1eA\xc9sY\x19\x11\xcd\x8b\xf2\x08s\x13M\xb6\x05/\xcc\x8ed\xa4\x81\xd9H,\xce\xa9\xbd\xae\x10J')

	fake.md5(raw_output=False)
	# '64d96f50f80bff281c0c7258a764a5f6'

	fake.sha1(raw_output=False)
	# '1224ca061fc197434bffda5ee4442afb993de049'

	fake.null_boolean()
	# True

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

	fake.uuid4()
	# '1b66d3f4-9b72-3464-8db7-ac1116ca84db'

	fake.language_code()
	# u'bg'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Bourquin'

	fake.name_female()
	# u'Isabelle Chatriant-Isella'

	fake.prefix_male()
	# u''

	fake.prefix()
	# u''

	fake.name()
	# u'Thomas Monnet'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Thomas Chapuis'

	fake.first_name()
	# u'Georgette'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'David'

	fake.first_name_female()
	# u'Corinne'

	fake.last_name_female()
	# u'Mercier'

	fake.last_name()
	# u'Monnet'

	fake.prefix_female()
	# u''

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

::

	fake.phone_number()
	# u'039 122 32 38'

	fake.msisdn()
	# '1858305639684'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'rue de Morard 36\n8067 Carron-pr\xe8s-Broquet',
	#     'birthdate': datetime.date(2002, 8, 20),
	#     'mail': u'ijomini@hotmail.fr',
	#     'name': u'M\xe9lanie Rey',
	#     'sex': 'F',
	#     'username': u'loiccretton'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'chemin Badel\n9931 Bahon',
	#     'birthdate': datetime.date(1989, 5, 28),
	#     'blood_group': 'AB+',
	#     'company': u'Pasquier',
	#     'current_location': (Decimal('22.9043345'), Decimal('135.193149')),
	#     'job': u'Dessinateur-constructeur en g\xe9nie civil dipl\xf4m\xe9',
	#     'mail': u'stephanie88@bluewin.ch',
	#     'name': u'Maurice Bonvin',
	#     'residence': u'rue Josiane Alber 23\n2648 UnterVall\xe9lian',
	#     'sex': 'M',
	#     'ssn': u'756.8496.7350.26',
	#     'username': u'albernicolas',
	#     'website': [u'http://www.cornut.ch/', u'https://beurret.ch/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'QODKsJLmxQtTPQZrmgOB',
	#     15382746653.4026,
	#     u'dwasVlwuJkYqzgTJTkkV',
	#     datetime.datetime(2009, 1, 4, 12, 35, 27),
	#     u'sagVxuznAexsxtTtqyQp',
	#     u'DrCwFjShQaQefdIwZdtO',
	#     u'PpJxDNIQWBnAvITpJayC',
	#     8207,
	#     u'https://rapraz.ch/list/main/blog/about.htm',
	#     u'pdfCPJChPWOPobKsKGcp')

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

	fake.pystruct(count=10, *value_types)
	# (   [   Decimal('8.79776496004E+12'),
	#         datetime.datetime(2010, 7, 27, 1, 21, 5),
	#         Decimal('182076191.496'),
	#         -520595160.897768,
	#         -587131.3,
	#         u'iIIAngndumcMdSMPhWRs',
	#         u'nfNKrDErXjOAllTPcYYD',
	#         u'carronjulien@corpataux.com',
	#         u'https://www.bahon.net/home/',
	#         232254.365375169],
	#     {   u'aliquam': datetime.datetime(1988, 3, 3, 17, 37, 42),
	#         u'asperiores': u'CTcpEoHDUjLVdhEFuSnk',
	#         u'autem': 5512029.4,
	#         u'corrupti': u'JkJFDtGHrtTFwxHwImeG',
	#         u'delectus': u'FBbkDRPVvjGQsFNaYctQ',
	#         u'dolor': Decimal('575.446439821'),
	#         u'excepturi': u'axzZXQKjvnDprTismTwS',
	#         u'inventore': u'bessealice@hotmail.fr',
	#         u'provident': u'NRkifUJRUYtaHMyGEYaS',
	#         u'sapiente': 5046},
	#     {   u'corporis': {   6: u'lDsjGTKzVtxfQqXROwsH',
	#                          7: [   u'jessica61@mercier.com',
	#                                 1526,
	#                                 u'sxoAEDASBSNqKuArPKbR'],
	#                          8: {   6: 1.629,
	#                                 7: u'zKpyfNbkZrnaRiOQtsNg',
	#                                 8: [7997, u'jcJqzaeHMtZCarkjiMPH']}},
	#         u'deserunt': {   1: Decimal('572025.9'),
	#                          2: [Decimal('-585255285.947'), 58933.261, 1988],
	#                          3: {   1: Decimal('48472853160.0'),
	#                                 2: 3418,
	#                                 3: [   u'https://rosselat.ch/search/app/homepage.htm',
	#                                        u'http://galland.ch/author.html']}},
	#         u'eum': {   5: -2470758.9,
	#                     6: [   Decimal('-5.45608992944E+12'),
	#                            Decimal('-630337.394'),
	#                            u'ybahon@beguelin.com'],
	#                     7: {   5: u'maxime18@balmat.net',
	#                            6: Decimal('5.51177633294'),
	#                            7: [2918, u'dkTELLySYoxsrpNxZqKB']}},
	#         u'ex': {   9: u'https://www.brandt.org/',
	#                    10: [   u'IRmRyfErilkPEYvcPiLk',
	#                            u'pLuydwZmpyFeCtsqMsES',
	#                            1911],
	#                    11: {   9: u'nicole67@hispeed.ch',
	#                            10: 5654,
	#                            11: [   Decimal('-95895491.357'),
	#                                    u'CYvfMrWqwwsUCEUgezEn']}},
	#         u'nulla': {   2: u'http://www.aebi.org/',
	#                       3: [   u'lcousin@monney.ch',
	#                              u'nzHOtgfyTtZFRRrEtqXP',
	#                              u'qMlYJpywqnbAvsfoxycN'],
	#                       4: {   2: Decimal('-769181865137'),
	#                              3: u'https://www.georges.ch/privacy/',
	#                              4: [   datetime.datetime(1970, 7, 2, 18, 5, 4),
	#                                     u'https://www.corboz.com/homepage/']}},
	#         u'quasi': {   3: u'uIjZXHFXscUFSGGoYAww',
	#                       4: [   7556,
	#                              u'EFiZDomxeGqMlwPORbYh',
	#                              datetime.datetime(1976, 5, 18, 9, 29, 4)],
	#                       5: {   3: u'IgISQSTmSIRzrdlyaRgW',
	#                              4: u'UpFoCjAfNcippMPovekb',
	#                              5: [   u'wdpdJjQTxTrFtiSXJSbG',
	#                                     u'rappaztherese@hispeed.ch']}},
	#         u'quibusdam': {   8: 1962,
	#                           9: [   9845,
	#                                  u'kscoziaBKNJuOHgbcjOb',
	#                                  -26632217603975.8],
	#                           10: {   8: u'https://www.masseron.ch/search/tag/register.asp',
	#                                   9: 2059,
	#                                   10: [   datetime.datetime(1980, 8, 29, 20, 31, 4),
	#                                           u'https://treboux.ch/list/post.php']}},
	#         u'quisquam': {   0: 2095,
	#                          1: [-147888.18338, u'cGtYWXzmlgWbWKNPtYkm', 4398],
	#                          2: {   0: 1837,
	#                                 1: u'wIFqIDYSrzRWPduPrMPJ',
	#                                 2: [   datetime.datetime(1975, 9, 20, 12, 48, 52),
	#                                        5371]}},
	#         u'soluta': {   7: u'hLFhEFPXcrNhFcBqBmKS',
	#                        8: [   u'dmonnard@sunrise.ch',
	#                               datetime.datetime(1999, 10, 27, 15, 11, 46),
	#                               u'HMyqBNNSJyxLjaRhHJCZ'],
	#                        9: {   7: u'KtphrBeZNKssbKcOChHx',
	#                               8: u'jCsfJryZXJgxlbIEqlsn',
	#                               9: [5014, u'WTfSMZjpccOxyTjZpjVX']}},
	#         u'veritatis': {   4: u'XtUZeVranJJuzCgKtgcz',
	#                           5: [   u'xmYGVvMOYzjRPOSUNPPm',
	#                                  u'GfQNjzQnauqnNwpitCPe',
	#                                  u'YBVDjaDmYmwAhQTPaGEQ'],
	#                           6: {   4: 5544,
	#                                  5: u'yysGWqSjdwMqfnqmrAPp',
	#                                  6: [   u'http://rapin.ch/',
	#                                         u'CXtyLktyRfvQvvBFxYDt']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'https://vonlanthen.com/categories/list/main/privacy/',
	#     u'blancrobert@gmail.com',
	#     u'raprazvalerie@vtxnet.ch',
	#     u'lQCFNyIDWyjCnCzzwLWW',
	#     u'IrgPjrjBMYQYTWCAOtqS',
	#     u'http://balmat.ch/tag/list/blog/search.htm',
	#     u'hXpANtNedXJQViuFnYtZ',
	#     u'KUIzgKwMHwkJXjkOgakG',
	#     u'http://www.carraux.ch/list/author/']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   datetime.datetime(2016, 8, 22, 15, 39, 41),
	#     6186,
	#     u'http://www.thorens.ch/blog/homepage.jsp',
	#     -926670756921553.0,
	#     8113,
	#     datetime.datetime(2009, 10, 22, 17, 34, 28),
	#     u'vSzBXUJbkdiNYPDnqaGe',
	#     datetime.datetime(1980, 8, 22, 5, 10, 17),
	#     Decimal('485117404.8'),
	#     8918.5583272254)

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([2243, u'vVkIzdJuPRCEiwoGVANj', Decimal('5203541784.74'), u'grojeanraymond@hispeed.ch', u'vprivet@sunrise.ch', u'ROJodAHiNXmXuaFmwStW', 8824, datetime.datetime(2002, 8, 29, 14, 53, 44), Decimal('-553656.924359'), u'OypxeMFfALSmjySLVbhx'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'error': u'JdKLrkEQnvcBtSqHRnuE',
	#     u'exercitationem': datetime.datetime(1982, 5, 18, 22, 8, 37),
	#     u'facere': 49456999.3,
	#     u'placeat': 3307,
	#     u'possimus': -886.0,
	#     u'quis': datetime.datetime(1982, 7, 21, 5, 42, 41),
	#     u'repellat': Decimal('-363.94458896'),
	#     u'voluptas': datetime.datetime(2010, 10, 15, 20, 16, 32)}

	fake.pyint()
	# 1911

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

::

	fake.ssn()
	# u'756.6384.7915.29'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2014-02-06 08:36:12 Firefox/3.6.1'

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

	fake.opera()
	# u'Opera/9.12.(X11; Linux i686; ru-UA) Presto/2.9.164 Version/12.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.01; Trident/4.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/5322 (KHTML, like Gecko) Chrome/44.0.889.0 Safari/5322'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; tt-RU) AppleWebKit/531.21.4 (KHTML, like Gecko) Version/3.0.5 Mobile/8B118 Safari/6531.21.4'
