
Language it_IT
===============

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

::

	fake.state_abbr()
	# u'GO'

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

	fake.street_name()
	# u'Canale Bellini'

	fake.address()
	# u'Incrocio Longo 350 Piano 2\nPalumbo salentino, 37849 Forl\xec-Cesena (MS)'

	fake.street_address()
	# u'Rotonda Moretti 5 Appartamento 89'

	fake.postcode()
	# u'77636'

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

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

	fake.country()
	# u'Malawi'

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

	fake.secondary_address()
	# u'Piano 6'

	fake.street_suffix()
	# u'Rotonda'

	fake.city_prefix()
	# u'Settimo'

	fake.city_suffix()
	# u"nell'emilia"

	fake.building_number()
	# u'54'

	fake.city()
	# u'Mariani del friuli'

	fake.state()
	# u'Trento'

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

::

	fake.license_plate()
	# u'MBV-0891'

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

::

	fake.bban()
	# 'I4662081616297270855640'

	fake.bank_country()
	# 'IT'

	fake.iban()
	# 'IT06K6051157473845573802329'

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

::

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

	fake.ean13()
	# u'4765262409096'

	fake.ean8()
	# u'24332903'

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

::

	fake.rgb_css_color()
	# u'rgb(27,108,104)'

	fake.color_name()
	# u'LightSteelBlue'

	fake.rgb_color()
	# u'84,16,255'

	fake.safe_hex_color()
	# u'#667700'

	fake.safe_color_name()
	# u'white'

	fake.hex_color()
	# u'#758bbb'

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

::

	fake.company()
	# u"D'amico-Russo s.r.l."

	fake.company_suffix()
	# u'Group'

	fake.catch_phrase()
	# u'Abilit\xe0 operativa olistica'

	fake.bs()
	# u'webservices sinergizzate real-time'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'American Express'

	fake.credit_card_full(card_type=None)
	# u'Discover\nPriamo Grassi\n6011556002392368 09/18\nCVC: 151\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'PPC'

	fake.currency_code()
	# 'QAR'

	fake.currency_name()
	# 'Tunisian dinar'

	fake.cryptocurrency_name()
	# 'IOTA'

	fake.cryptocurrency()
	# ('DOGE', 'Dogecoin')

	fake.currency()
	# ('DJF', 'Djiboutian franc')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 9, 7, 4, 46, 2)

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

	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(1990, 9, 23, 17, 56, 5)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2014, 4, 21)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 16, 15, 42, 33)

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

	fake.day_of_week()
	# 'Tuesday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2013, 2, 5, 0, 17, 11)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2016, 7, 3, 12, 5, 4)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1971-06-10'

	fake.am_pm()
	# 'PM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1975, 1, 4)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1975-07-21T12:33:24'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2011, 2, 23)

	fake.month()
	# '01'

	fake.year()
	# '1999'

	fake.day_of_month()
	# '28'

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

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

	fake.century()
	# u'XIV'

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

	fake.time_object(end_datetime=None)
	# datetime.time(9, 42, 25)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 15, 23, 35, 10)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2012, 9, 2, 2, 25, 41)

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

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 16, 20, 24, 29)

	fake.month_name()
	# 'January'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(81, 11, 8, 12, 42, 52)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(12330, 47801)

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

::

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

	fake.mime_type(category=None)
	# u'multipart/signed'

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

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

	fake.file_name(category=None, extension=None)
	# u'in.webm'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'adrianograsso@poste.it'

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'gpiras@libero.it'

	fake.url(schemes=None)
	# u'https://www.rinaldi-vitali.it/'

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

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

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'faq'

	fake.free_email_domain(*args, **kwargs)
	# u'tiscali.it'

	fake.safe_email(*args, **kwargs)
	# u'negrimichael@example.it'

	fake.ascii_email(*args, **kwargs)
	# 'zguerra@marchetti.eu'

	fake.ipv4_network_class()
	# u'a'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'kvalentini@farina.eu'

	fake.domain_name(*args, **kwargs)
	# u'ricci.eu'

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

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

	fake.slug(*args, **kwargs)
	# u'blanditiis-iste'

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

	fake.company_email(*args, **kwargs)
	# u'thea81@damico.it'

	fake.uri()
	# u'http://santoro.org/main.html'

	fake.ipv6(network=False)
	# 'bc43:11ef:8fc:fc0c:2e65:1257:9082:eab2'

	fake.free_email(*args, **kwargs)
	# u'samira67@libero.it'

	fake.ascii_safe_email(*args, **kwargs)
	# 'wruggiero@example.net'

	fake.mac_address()
	# u'50:cf:63:4f:cd:06'

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

::

	fake.isbn10(separator="-")
	# u'1-63722-118-5'

	fake.isbn13(separator="-")
	# u'978-0-9614996-0-0'

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

::

	fake.job()
	# 'Engineer, agricultural'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Veniam facere repudiandae numquam at sapiente asperiores. Modi temporibus fugiat iure. Vitae quod architecto voluptatum suscipit.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Amet molestias deleniti vel velit impedit optio. Facere accusamus distinctio dolorum quaerat reiciendis provident. Autem numquam quia excepturi ex.',
	#     u'Consectetur dolorum eum cumque ad rerum odit quas. Sunt voluptates deserunt reiciendis est non deleniti.',
	#     u'Repudiandae quae quidem ratione repudiandae in vero architecto. In culpa dolor quae. Eos sed suscipit laboriosam quibusdam natus rem accusamus. In illum incidunt explicabo facere expedita.']

	fake.words(nb=3, ext_word_list=None)
	# [u'fugit', u'odio', u'nam']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Id libero placeat deleniti nisi.',
	#     u'Asperiores praesentium eaque a.',
	#     u'Provident illum quidem iste inventore.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Reiciendis nihil cupiditate officiis sequi assumenda corporis quis. Harum amet quasi et libero cupiditate.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Impedit at asperiores deleniti neque.'

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

::

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

	fake.locale()
	# u'fa_IR'

	fake.binary(length=1048576)
	# bytearray(b'*$\xbe\x85\xd5\x93\xc1I\xe0L\xf0\xa3\x03\x8b,n\n~\xc7\x1b,\xff\xe0\xefP\xc4\xe6\xfa\xfa\xac\x81v\x1d\xbb\xcd\x14\xf8~|\x14\xc8\x99\xf6\x02?\xf9\x8d\xebg\xefL,X)\xf5\x81\xeaO\x0e\xad\x05\xbeR\x1ash\xe4\xd0\xcc\xb4\x18\x87x,\xf6"\xddV\x13\xad\xc3\xba\xf9\x7f\xcf\xc8\x8c`\x05\xfa\x8c\x1c\xc1\xc6j\x1c\xe5Y\x94\x99\xe8\x96}\x19\xaf\xaf1\xb7\x13\xc6Z\x1d\x87\xe3\x04d}\x07|cg\xf4\x992(\xa4b\x17U\xd1\xd2\xd1\xcf\xc7\xc3,\x9ff\x05\x11\x14\xf2\x00\xe7\x022<\xf3\xbe\xd5\x90\x00\xff&b\x18.\xd4\xf39\xf85\xed\xd1\xb0\xc3\x00%\xb2\xa9~\n{\xeaZ1\xb5\xdb\x92\xb5\xb3*\xb2\xa0)\x0e,+f\x03\x12U[\xc5\xc2N\x98\x7f\x1cb\x06\xe0\xa4\xd7\x94\x96\xca5F\x91pD1\xed\xd0U\xbe#\xbdZ\x1b=\xdc\xe9!\xa0\xce\xdf\xb8\x8e\xc4\xb9i\xc2\x9b\xbd\x1b\xf1\x10\xaetGu\xc0T\xbf\x86k\x07\xa8\xba\x19\xecM\x0b\xe8\x91\xdb\x18G\x84\\1\xd1,\x81\x80R\x0fve\x937\x8f\xc7\xab\x1b\x8e\x1c\x91\xc2\xc5\x9das\xb4\x1e\xda7\xaf\x12t\x8f\xe3\'9\xa4\xbe}ajX\xe7\xbe\xf1"\xe1\x96\x14\xfb\x91\xb1\xf1\xa6C\xc0\xd6\xf1\x87\r\xebj\x18\x9da5\xd7~\x9fx\xe7\xf7\xca\xf5\x84\\\xfb\x84\xd4\x15\xcdq.\x0en\xa5\xb6H\xc0)\xc9\xfcL\xc1d8\x17\x08\x9a\xeb\x9c\xdcFS\xe6\xe7|\r\xfb1\xfe\x84\xa2\x04:\x9a\xdc\xf57\xd7<\xce\xf3Y\x8b\xef\x01[\x9d\x87N\x832\xc6\xebD\xdeB\x12\xd3\xf1\xb0\xa5*\xee\x17\x05\xa7\xe6\x89\x94\xeai\xd5\xaeZ\x1e\xa9\x95V\xa5\x99\xd1!u\x10afJ\x0fc\xe6\xa8\xa8\xdbq\xaa\xc4\x11\xda\x1cUm\x89\xd5.r\xca\xcc\xee\xecc\xe4\xc1bE\xcd0f\x02\xa1\x9c:\xf6\xff\xbf \xd0v\x05\x12\xb4?\x1c\\\x0e\xf4\xe9\x02\x98\x8c\xe3\xeb\x116>\xc1\xd9\xaf\x9e\xfc\x04\x0e=A\x15e\xa3fG\x00\x0f<c\xea,\xe0\x8e\xfb\x8d\xf5\xc3i@QgOES\x90\xfc%l\x7fE\xfc\xff\xcd\xbe!U\xa7\x10\x03\x1c\x8e\xf8\x01M\x8b\xc0\x8b\xad\xb1%/)p\xba{q\x95-\xe0\xff\x14\xb4g\xa3"e_\xc1\x85i!*\x06\xaf[\x03m\xb6\x8a\xe2\xab\x1a\x84]\xa6X\xf8\xee\xf0\xa1E\x94\x04\x85\x17-3\xa5\x80\x99H>\xe5\x90F\xb5\x9ce\x8d\x80J=\x97BL\t\x13\x13\x8c\xd0u\xe3\x98\xe2\xcc\x98\x97F\xd5\xcdT\xf20T\x85\xbf\x9aq!\r]\x83sM%\xa6m\x9f4u\xd8\x9a>@\xfe4\xeb5\xcana\x0b]J\x07L\xa1a\x90\x81Q\xd6\xd0\xf3~\xb6do$H\x19\x0c\x05\x0fD\xfa\xd7S\xf7\x8f\x15\x07\xe9\xe9!hE\xd2k\x88\x9b\xa6\xb7\xf8Q\xa4\xbc@BP\xfa+3\xbd,\x81;6\xccs?2\xb9\xddZ\xba\x8dN\xe61\\\x06m\xcc8Dv\x91\x80\xa7\xab\x04[L\x82\xce\x04\xbdA\xb1e\xad\x7fa\xbe\x9c\n\x14\x91F\xd2\xb6\x04e\xf1E\x94\xa1\x9a\xfd\xc9N/W\xa4w\xd3\x8cZ\xc1\n"\xc9\x88\x18*Tx\xb5\'\xbf\x13s\xdef,\x94\xa0\xd3\x94\x97\xfa\xae\x8d]\xa0\xb96\x1c\x13\xa4F\xf1!Y\xc8\xb66F\xe2\xa9+.\x1cN\x8c\xc8\xc0\xdc\x05\x8d\xf0C\x94\x0b_\xe1\x8cv4\xee\xc1\x9a\x14J\xfa\xa7w\x92>\xf7\x9d\x1a;9\xed\x9e\xdc\xfd\x1fc Y\x8b":\xb5w\xbd\xf9\x10\x18\xee\x18\x86\x13\\q\x18\xf49m\x80lU\xcc=\xda\x0fB\xcb\xf1y\xdeM3\xd9;\xb5\'\x19\xb6\xb4\x91L6\xd2\xccy\x99ma)\xd7K\xc3&\xbe";\x88\x9e\xe3\xc7)j\xf6\xa0\xfd\x17=G\xbc\x90\xe7\xd9\x91ai\x9cA\x15\xd8\x0e"\x1c\xff)\xaa\xb5\x8by\x91\x06\xf2\x97\xce\xb1\xbb\x98\xca\x1f\xf4\xf3\xaf\x8e\xece\x11\xd4\xe0(\xe47\xdf:w?\xd6K\xf6i\x03\xf5\x03O\x0beXI\x89\xaf\xa2\xf3\xfe\xb9\xe8\n\xfc\x82\xee\xde\xeb\x93\x13\xacN\x8f\xc4%.\xa1\x96\\\r`\xc0Z\xed\xf0L\xc9\xf5@.\x186A\x1b')

	fake.md5(raw_output=False)
	# '55a4b91184913c369c406410f499eece'

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

	fake.null_boolean()
	# True

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

	fake.uuid4()
	# '2f0c5f1a-d6ad-972e-82bb-4b9a1080b00f'

	fake.language_code()
	# u'bhb'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Marchetti'

	fake.name_female()
	# u'Pericle Lombardi'

	fake.prefix_male()
	# u'Dott.'

	fake.prefix()
	# u'Sig.ra'

	fake.name()
	# u'Gioacchino Ferrara'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Ludovico Sala'

	fake.first_name()
	# u'Ileana'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Giacinto'

	fake.first_name_female()
	# u'Danny'

	fake.last_name_female()
	# u'Lombardo'

	fake.last_name()
	# u'Gentile'

	fake.prefix_female()
	# u'Sig.ra'

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

::

	fake.phone_number()
	# u'+39 957 4757070'

	fake.msisdn()
	# '0979950205619'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'Borgo Grassi 16\nSettimo Giuliano, 16395 Crotone (VE)',
	#     'birthdate': datetime.date(1904, 2, 2),
	#     'mail': u'abarone@hotmail.it',
	#     'name': u'Helga Silvestri',
	#     'sex': 'F',
	#     'username': u'rosalbagatti'}

	fake.profile(fields=None, sex=None)
	# {   'address': u"Viale Bettino 8 Piano 0\nDe Santis nell'emilia, 72003 Padova (PR)",
	#     'birthdate': datetime.date(1910, 5, 8),
	#     'blood_group': 'A+',
	#     'company': u'Santoro e figli',
	#     'current_location': (Decimal('50.710436'), Decimal('-124.302318')),
	#     'job': 'Investment banker, operational',
	#     'mail': u'cguerra@yahoo.com',
	#     'name': u'Yago Cattaneo',
	#     'residence': u'Strada Ferretti 2 Appartamento 26\nSan Joshua, 78415 Rimini (PZ)',
	#     'sex': 'F',
	#     'ssn': u'QHOKAH73S80X990H',
	#     'username': u'sasha61',
	#     'website': [   u'http://www.damico.eu/',
	#                    u'https://www.bruno.com/',
	#                    u'http://www.montanari.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   4104168125.474,
	#     u'xjoADUAwafyZLmSOhTdm',
	#     u'blHYBEEQajsUtTAHfDvx',
	#     u'TryTmqGGOGzgMGtNzKzQ',
	#     u'http://fiore.org/blog/main/explore/privacy.htm',
	#     u'baronecarmelo@libero.it',
	#     u'https://www.ruggiero.it/author.html',
	#     Decimal('-9.41'),
	#     datetime.datetime(1975, 8, 5, 23, 12, 5),
	#     1339,
	#     u'https://basile.it/category/']

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

	fake.pystruct(count=10, *value_types)
	# (   [   datetime.datetime(1997, 1, 15, 18, 27, 6),
	#         776956.35,
	#         u'piererminioferretti@tiscali.it',
	#         1391,
	#         Decimal('-159.12197'),
	#         8508,
	#         u'hFXyRoLXwxrwYkvtWCQv',
	#         -483504.362,
	#         u'YYipWCRFzmRQNzvfUhMe',
	#         u'EUINTBarIjIDqYgGsmMi'],
	#     {   u'amet': u'https://www.lombardo.eu/',
	#         u'cumque': 4490,
	#         u'dolorem': Decimal('-6286605487.2'),
	#         u'explicabo': u'rvalentini@gmail.com',
	#         u'laudantium': u'xXsbUHcZLolhdNKRUZOg',
	#         u'molestiae': 885,
	#         u'quo': 1944,
	#         u'reprehenderit': u'kmNWHYlyQxAhNurLQySI',
	#         u'tempora': 9801,
	#         u'voluptas': Decimal('-219947.2798')},
	#     {   u'ab': {   5: u'MEGVWmGJnmIPUAuvEWaN',
	#                    6: [   -25592363.7482,
	#                           u'https://ferrari.eu/about.html',
	#                           u'ifBVLjABwiFdicyfhXgU'],
	#                    7: {   5: 9140,
	#                           6: 8836,
	#                           7: [Decimal('10490042027.8'), 861083579922.4]}},
	#         u'ad': {   1: u'IxsnmJWkbxtebbwNFAFz',
	#                    2: [1088, 1811, u'http://carbone.com/terms/'],
	#                    3: {   1: 2739,
	#                           2: datetime.datetime(2007, 6, 22, 3, 54, 48),
	#                           3: [   u'qruxVlLFYxraxpXotpGh',
	#                                  u'https://serra-grassi.it/list/category.html']}},
	#         u'blanditiis': {   9: 6891.76,
	#                            10: [   Decimal('62.2815195549'),
	#                                    u'taHuaAIszYgXjZQvvopD',
	#                                    u'gVDacYObJPzRtzjqOtss'],
	#                            11: {   9: u'EOuvmiGtCfQwcnvwNXMp',
	#                                    10: u'TqhjebpcYxilsXnDfShc',
	#                                    11: [   Decimal('-3.783'),
	#                                            u'vPbtdWNdoZAkGddmVIPh']}},
	#         u'dicta': {   7: u'GxTEFgyIoIxoTyeghxGQ',
	#                       8: [   u'vQPYhZctDmlreVkYvJLH',
	#                              Decimal('61344.6637896'),
	#                              u'XHnbPWGFQlCXXCleoIxI'],
	#                       9: {   7: u'claudia16@cattaneo.org',
	#                              8: 7404,
	#                              9: [   datetime.datetime(2018, 3, 20, 9, 8, 19),
	#                                     40.6858]}},
	#         u'doloremque': {   8: Decimal('-3429319.82025'),
	#                            9: [8620, u'VjCZwjhKecGrRtBhFsjb', -4.58996328],
	#                            10: {   8: 1940,
	#                                    9: Decimal('-4.20175628755E+14'),
	#                                    10: [   u'EbAkuorrUwupXcnDIThM',
	#                                            Decimal('93393901.56')]}},
	#         u'ea': {   3: u'TlpquFmjQPnDqOSKGIUZ',
	#                    4: [   Decimal('23872953050.3'),
	#                           1692,
	#                           u'aQDDXswvpZjUXWMOuavQ'],
	#                    5: {   3: 7985,
	#                           4: Decimal('-4.00656413419E+13'),
	#                           5: [6599, u'lia69@valentini.com']}},
	#         u'illum': {   4: Decimal('-61.5744'),
	#                       5: [   3514,
	#                              u'http://www.fiore.it/',
	#                              u'giordanokociss@martinelli.org'],
	#                       6: {   4: Decimal('-454186213.225'),
	#                              5: Decimal('8.93372868273E+12'),
	#                              6: [   datetime.datetime(1976, 9, 19, 7, 3, 23),
	#                                     Decimal('83395914774.0')]}},
	#         u'quibusdam': {   2: u'VNuCiLotuxTjPejVBord',
	#                           3: [   u'nuZcwjngNgTwNwVxMIMd',
	#                                  u'gavino93@riva.it',
	#                                  u'MfeerHbsuhVEFkjCHzGd'],
	#                           4: {   2: u'VjOrLEFclgtPcWVcqehT',
	#                                  3: u'vmartini@grassi.com',
	#                                  4: [   u'lamberto75@palmieri-palumbo.it',
	#                                         u'nPPGuCWBRRaqBqgkLTCT']}},
	#         u'rerum': {   0: u'LCsBtIcLTIUlBtefVFMF',
	#                       1: [   u'wqOXPAIiDfaMlHtcrsto',
	#                              u'enrico32@galli.it',
	#                              7.9],
	#                       2: {   0: 826,
	#                              1: u'ciropalumbo@gmail.com',
	#                              2: [   u'xEEwLKHzQPVjzFXSKTPT',
	#                                     u'jGYnugCOrzAYTmQeLIRY']}},
	#         u'voluptatem': {   6: u'UoZBrdcpplsNjDnVORqp',
	#                            7: [   u'ciJyQhrpOPvZbdhEOnbC',
	#                                   u'ynfUVWDZsOIqCrWRzhyK',
	#                                   60346292526.2],
	#                            8: {   6: u'nmTgvEeVIOZZvjCjnBij',
	#                                   7: u'akiramartinelli@tin.it',
	#                                   8: [2030, 9252]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   datetime.datetime(2002, 2, 27, 2, 11),
	#     792778.87206,
	#     Decimal('-2363080.5'),
	#     4943,
	#     -45109.71874845,
	#     7402,
	#     u'VgWBxVltyVAJWvaeCebK',
	#     u'xcToIBAeSKpXOiIpfEwH']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'hJZLaJlyNMgpeNRMTMpq',
	#     u'http://www.rossi.eu/category/blog/login/',
	#     u'wnHuCHoKBwCWPvQPKFnp',
	#     u'BgFEDRNaEvccBArEWNnj',
	#     u'JVZVhauZHLQnUgNROLyS',
	#     u'SrLHIXFcbeyNVNfzEEHJ',
	#     u'SPhWNWbicTIPtQwofQZY',
	#     Decimal('4.78353579022E+14'))

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'nsKAjWYyZNbjrjSOiYxF', u'ClnpuzIebPHcZINjgVWX', u'hyjnByAlUyiNAsTdAErY', u'MiwizoQuJWTiuAvAkcbv', 86131.3, u'PtnrLYlNQjMAgomzmKpW', u'DOxGvdkNilLwiKVjjKwA', 5300922130.488, 22301574.81])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'accusantium': u'UugoYUeLPCkyFLTBbxPC',
	#     u'deleniti': u'fioreilario@libero.it',
	#     u'itaque': Decimal('-5.47251978808E+13'),
	#     u'maxime': u'ethan94@messina-ferrara.it',
	#     u'quisquam': u'https://battaglia.it/post/'}

	fake.pyint()
	# 5208

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

::

	fake.ssn()
	# u'JRVBJB44M75S836V'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_12_6; rv:1.9.5.20) Gecko/2010-03-25 05:07:26 Firefox/3.8'

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

	fake.opera()
	# u'Opera/9.67.(Windows CE; bn-IN) Presto/2.9.188 Version/12.00'

	fake.windows_platform_token()
	# u'Windows CE'

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

	fake.user_agent()
	# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_9_3) AppleWebKit/5312 (KHTML, like Gecko) Chrome/63.0.837.0 Safari/5312'

	fake.linux_processor()
	# u'x86_64'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_11_3) AppleWebKit/5330 (KHTML, like Gecko) Chrome/13.0.806.0 Safari/5330'

	fake.mac_platform_token()
	# u'Macintosh; Intel Mac OS X 10_5_4'

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_1 rv:6.0; cmn-TW) AppleWebKit/533.37.3 (KHTML, like Gecko) Version/5.0.1 Safari/533.37.3'
