
Language pt_BR
===============

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

::

	fake.estado_nome()
	# u'Para\xedba'

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

	fake.street_name()
	# u'Passarela FariasFernandes'

	fake.street_prefix()
	# u'Viela'

	fake.address()
	# u'Vale Luiz Henrique Barbosa, 39\nTres Marias\n94311-528 Rezende das Flores / RO'

	fake.street_address()
	# u'Morro Gabrielly Duarte, 5'

	fake.bairro()
	# u'Jo\xe3o Alfredo'

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

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

	fake.country()
	# u'Palau'

	fake.neighborhood()
	# u'Barreiro'

	fake.estado_sigla()
	# u'TO'

	fake.street_suffix()
	# u'Street'

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

	fake.city_suffix()
	# u'do Norte'

	fake.building_number()
	# u'462'

	fake.estado()
	# (u'RR', u'Roraima')

	fake.state_abbr()
	# u'TO'

	fake.city()
	# u'Duarte de Goi\xe1s'

	fake.postcode()
	# u'25195937'

	fake.state()
	# u'Mato Grosso'

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

::

	fake.license_plate()
	# u'TNA-5364'

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

::

	fake.bban()
	# 'OHRN4352781919007'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB28KQKR2559890177345'

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

::

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

	fake.ean13()
	# u'7441023585786'

	fake.ean8()
	# u'93373814'

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

::

	fake.rgb_css_color()
	# u'rgb(245,103,204)'

	fake.color_name()
	# u'Azul ard\xf3sia claro'

	fake.rgb_color()
	# u'153,174,19'

	fake.safe_hex_color()
	# u'#113300'

	fake.safe_color_name()
	# u'branco'

	fake.hex_color()
	# u'#ce3ada'

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

::

	fake.company_id()
	# u'06506880000159'

	fake.company_suffix()
	# u'e Filhos'

	fake.company()
	# u'da Costa da Cunha - ME'

	fake.cnpj()
	# u'89.073.929/0001-54'

	fake.catch_phrase_verb()
	# u'de realizar seus sonhos'

	fake.catch_phrase()
	# u'A certeza de avan\xe7ar mais rapidamente'

	fake.bs()
	# u'monetize e-business channels'

	fake.catch_phrase_noun()
	# u'o direito'

	fake.catch_phrase_attribute()
	# u'naturalmente'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Maestro\nAna J\xfalia Rezende\n060439780911 01/23\nCVV: 280\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'BCH'

	fake.currency_code()
	# 'SVC'

	fake.currency_name()
	# 'Japanese yen'

	fake.cryptocurrency_name()
	# 'Decred'

	fake.cryptocurrency()
	# ('ZCL', 'Zclassic')

	fake.currency()
	# ('XOF', 'West African CFA franc')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 28, 23, 11, 31)

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

	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(1993, 12, 4, 9, 30, 49)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2015, 2, 21)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 5, 18, 49, 53)

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

	fake.day_of_week()
	# 'Thursday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2014, 7, 8, 6, 17, 45)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2003, 2, 16, 12, 57, 15)

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

	fake.am_pm()
	# 'AM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(2015, 9, 25)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1971-12-11T03:09:31'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2008, 9, 11)

	fake.month()
	# '08'

	fake.year()
	# '1986'

	fake.day_of_month()
	# '03'

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

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

	fake.century()
	# u'IX'

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

	fake.time_object(end_datetime=None)
	# datetime.time(2, 3, 21)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 7, 23, 17, 24, 29)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1980, 6, 15, 9, 59, 11)

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

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 6, 0, 34, 36)

	fake.month_name()
	# 'November'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(619, 12, 10, 17, 9, 44)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(14119, 61944)

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

::

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

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

	fake.file_path(depth=1, category=None, extension=None)
	# u'/beatae/earum.key'

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

	fake.file_name(category=None, extension=None)
	# u'vitae.gif'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'yalmeida@yahoo.com.br'

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

	fake.tld()
	# u'org'

	fake.email(*args, **kwargs)
	# u'diasana-julia@moura.com'

	fake.url(schemes=None)
	# u'http://www.aragao.br/'

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

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

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'home'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'da-luzbrenda@cardoso.com'

	fake.ipv4_network_class()
	# u'b'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'agathanovaes@da.br'

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

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

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

	fake.slug(*args, **kwargs)
	# u'illo-reiciendis'

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

	fake.company_email(*args, **kwargs)
	# u'henriquerezende@ribeiro.br'

	fake.uri()
	# u'https://duarte.net/terms.asp'

	fake.ipv6(network=False)
	# 'b7ff:c968:4e0c:f823:746e:3a56:2a06:b040'

	fake.free_email(*args, **kwargs)
	# u'da-motaana-laura@yahoo.com.br'

	fake.ascii_safe_email(*args, **kwargs)
	# 'maria-eduardasilva@example.br'

	fake.mac_address()
	# u'09:00:dc:92:2f:6a'

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

::

	fake.isbn10(separator="-")
	# u'0-411-36902-4'

	fake.isbn13(separator="-")
	# u'978-1-09-568619-5'

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

::

	fake.job()
	# u'Ortoptista'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Odit expedita quibusdam tenetur quod molestiae optio. Accusantium laboriosam a totam delectus molestiae odio. Explicabo laboriosam quo delectus.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Ducimus ipsa ipsum quam. Possimus quibusdam est nulla. At ad nam quibusdam earum.',
	#     u'Veritatis necessitatibus beatae voluptates cum. Nulla accusamus animi velit quisquam accusamus. Incidunt itaque perspiciatis doloribus.',
	#     u'Architecto necessitatibus officiis. Asperiores quia recusandae provident laudantium possimus voluptatibus delectus.']

	fake.words(nb=3, ext_word_list=None)
	# [u'maxime', u'incidunt', u'veritatis']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Quia necessitatibus nobis repudiandae iure nemo.',
	#     u'Minus quaerat velit in non.',
	#     u'Soluta repudiandae praesentium eum animi eveniet culpa.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Inventore odit pariatur recusandae consectetur alias. Doloremque laudantium tenetur quam porro rerum.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Minus repellendus perspiciatis laboriosam excepturi hic.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'C$q1M1Y1Xd'

	fake.locale()
	# u'os_RU'

	fake.binary(length=1048576)
	# bytearray(b'\x8aC\xff\xac\xe4\x83\xf5\xe7z\xbf\xbe~_\x05\xc8s\xcd]\xf4\x180\xba\xa8\x12:\x83\x80\x01Du\xb8\xb1\xcd_:\xc7\x89\x97j\xd41;\x18\x14\xff\xccq\x8c\x80\xe6\x0f\xccA\x85w\xca\xf3\x8b\n\xbf`q\x01H\x81\xdd\xfe\xdc0F\xd4\x03\xde\x15\x84/\x17\xd4{\x874UO7\xcc\xe8\x17Y\x07\x19\xd7B?n?\x7f\xac\x8b\xf2,u#B\xe3g\xee\xe4FY\x03\xc9v^C\xc1\xe4\xe0u\xa4m<W\xe5V\xff\x80\xb5-e2K\'\x04,\xeb\x84\xc8\xf2\xa3\x06i\x8b\x0cr\xdc\xa3\x1a\x03k\xabPx\xb2]\xbbr\x81kxv\xc6\xe9\x12\xb0\xackv\xc3\xfc\xd6\x89PQ\x8a\x96\x9f\x1e\xb0}\x03By\xb3\xde4\xc9\xb0N:\x843\x18\x80\x9d\xd9\xa3 \xb4\x06$\x80\x96\xc6%}\x87\xd45\xa9\x1e\x01\x00o;9\xfbl\x9c\x89L\xec{%\x86\xba(\x95\xa9i\xb3~\x10\xb0\xe3<\xf2\x7f\xfd\x90u\x93$|\xbcHl\xd6\x85\x13\xbc\xcb\x00\x15\xfbH%$\x9c\xa6JW\xf5\xfb\xfc!S\x9db\xa9\xafl\xe2\xc4u\x19c\x01\xdd\x18\xbd+\xf2\xa5?\xfe\xfd"\x15x]\xd8\xad\xf3\x03\xef\xde\xe4Ci\xf4[\xe3\xb7w\xcfe\xcd\x1b\xf2\xa7\x06e7\x96\xb0\xee\xc4\xf0\xe1\xb3\x11o\xf5\xc2\xe0m\xcc\xf7\xf2\xe5\xf2\xc4\x88K\x00\xcc\xff\xe0\xde\xa5\'\xaa\xf9\xc7\xd5i\x86\x1d\x00\x9c\x1c\xe0\x8f\xfa+\xc5\xd0\xaa\xa5(\xe4X.Ak\xf8%\xce\x84\xf3q\xecv\xed\xdb\xa2s\x03Jp\x8aW\xd9\x9c&[\xce\x1a\xd0\xaf\x9b)4J\xe2{\xd7=\xf7i\xb3:d\xf4\x8eBX\xdf\x80\x838%[><[G\x9f\xaa\xf0\x06\x9e6.\xce\x93\x86\x1b\xae\x8e1\xa9;\xc3y9\xc8p\xd6/\x10\xbf5)q\x92d5\x9e\xd4$\xef`\xc5qv\n\xa2\xe4\xc0\x83\xbd\xea\\B\xc0;\xee\xba\xf6\x1f\xce\xeb\x95f\rRj\xce\xe9\xd4\x11\xee}\xf8\r\xaeQ9\x80\x00Dg\xd2\x9f},s\x08R\xd9p\x04\xbc-d\xd72\xe5\x0c\xcc\x12|\x08e\xac\x15s\x1e\x1b\xf0\xfeA\x8c@\xc9\x00~l\xcb2\x9f\\\xc4\x88q\xf8\x03\xae\xcd\\;\r^\xca-E\x9d\xc7\xa5\r\xb9@\x86\xbc\xde\xb3\x98`\\\x19d\x9b\x13L\x93\xff\x966\x12\x93\xee\x83\xact\x90\xcc\x9e\xab\xe0\xca\xb3c|\xac\x94\xc0j\xe9\xdca\x1f=\x1a\x01q\x84\r\'\x05\xc1\xa1\xae\xec\xbb\xd0_\x18\xea}<\x15\xe1\xad\xc9\xf4}\xde\xfd\xea\x84\xa6\xad\xd7\xd0\x85-\xb1\xe3D\x03\xfd\x81\xa8?\xd8<\xe7\xee\x8c\xb2\x1fa\x9e@\xbd\xe5^\xebZ\xbeU\x0eu\xe1\xbd\x80\x96\xb8\xea\xe9\x0f\xe1\x13#\x9b>\x1c\xd8\x0ft\xe3E\xad7\\\xb2M\xa2=M\xe54\xe6\xb6\xb1\xa1\x8d\x17\x94\xb9\xc2\xdf/\xd3=0\xa3%I\xfc\xbbC\xc0\xbc\xbd`\xe2\x9dU\xa8\xbc.\x8d\x19\x18n~:\xee\x02\x97|D\x91\xe2\x98\x04\x98\x18\x16t\xcc\xf3\x88\xbd\xba\x98\xaaO.\xfa\x0e\xd7\xd3L\xf0|\xde\x80\xa2\xd07o~\xf8Hd#[#\xc9\x1a\x01\xc0\x04\xcb\xcbK\xec\xe59\xb7\xb2\x83`2\x8e\n\xc7\x9f\\\x01\x0b\xd3\x1c\xd1zh\x9et\xf2\x9e\xdf\xcbs\xa30\xd3\xea7\x86&9\xd5\x12\x85\xee\'\xf6WC\xe3\xc4\xda\xb9694\x11\xf7Yrr4\x8b\xe8\xce7\xca\xc5\xe9\xb5\xb8\xbe#i\xf6\xc7\xdf\x11\xc6Z$p\xcaM\x13\x01\x10\x0b\x82\xfc\xe5\x08\xc2\x0c\x02\xae\xd4\\\xb5CP@\x9c\xbf8\r\xa5\n\xd6\xcbV\xb6\xb5\x16\'\xee\xf7y\xae9h\xce7\xa6\xc6\x0f\xc5\xdc\xc1\xaf=\xd6\xca#l\xf9\x03\x9bg6\x93\x12\x894\x88\x12\\\x84!\xcd\x02a\x02\xb7"\x16\xb2\xea\x8d\xaes\x89\xf1\xa7\xa6\xf5\x96\x0c\xa4W\xbf6\xec@\xf5\xaeM\xea\x18o\x92\x92\xfeW\\\x81\xae\xe6\xa3\xddr\xcc\xce\xa3\xae~h\xa5\xaf:\x9e\xe3\xf1\x15\x91>\xca\x18\xdc\x92@\xbfoP\xf3`I\xa3\x9e[\x9d\x8d\xde\xe5q\xf1\n\xe9\x0c\x1d\x89Qw\xb8\x97.\xc2J\xbf\xab\xfe\x00iG\x9c-\x8b\xccm\xbc\xbf\xd8N\xd8`o7\x0c&?\x92')

	fake.md5(raw_output=False)
	# '8a3959265c07565b8d645db47cea733c'

	fake.sha1(raw_output=False)
	# '8182ba19bf3b5bedf2224b9579098a3562bd2aac'

	fake.null_boolean()
	# False

	fake.sha256(raw_output=False)
	# '08f4cfdda9d4a576e17ed88808df62856a3a4a66c1eba22b3afad4db948be275'

	fake.uuid4()
	# 'e273d544-1870-10e7-35d1-7335b013e729'

	fake.language_code()
	# u'unm'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Foga\xe7a'

	fake.name_female()
	# u'Clarice Lopes'

	fake.prefix_male()
	# u'Sr.'

	fake.prefix()
	# u'Sr.'

	fake.name()
	# u'Marcos Vinicius da Mata'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Yago Caldeira'

	fake.first_name()
	# u'Levi'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Nathan'

	fake.first_name_female()
	# u'Maria'

	fake.last_name_female()
	# u'Cardoso'

	fake.last_name()
	# u'Silveira'

	fake.prefix_female()
	# u'Sra.'

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

::

	fake.phone_number()
	# u'+55 81 8102 0826'

	fake.msisdn()
	# u'5541480627133'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'Jardim de Gon\xe7alves, 632\nVila Inestan\n51829-577 Jesus Grande / AP',
	#     'birthdate': datetime.date(2009, 2, 24),
	#     'mail': u'fogacadavi@uol.com.br',
	#     'name': u'Felipe Novaes',
	#     'sex': 'M',
	#     'username': u'snogueira'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Quadra Yasmin Rodrigues\nMadre Gertrudes\n49429897 Moreira / SP',
	#     'birthdate': datetime.date(1917, 11, 2),
	#     'blood_group': 'AB+',
	#     'company': u'Caldeira Ramos S.A.',
	#     'current_location': (Decimal('-19.7689795'), Decimal('-150.524803')),
	#     'job': u'Comiss\xe1rio de bordo',
	#     'mail': u'joao-felipe30@bol.com.br',
	#     'name': u'B\xe1rbara Cunha',
	#     'residence': u'Ch\xe1cara Igor Barbosa, 58\nJardim Montanh\xeas\n69392947 Cardoso, dos Dourados / GO',
	#     'sex': 'F',
	#     'ssn': u'51072496399',
	#     'username': u'mourathomas',
	#     'website': [u'https://www.ramos.br/', u'https://rezende.org/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'tZJOTPaMUWVwjCizsyLq',
	#     u'kcastro@hotmail.com',
	#     datetime.datetime(1987, 8, 22, 15, 21, 8),
	#     u'mdajyQFgGgCwHIFSGcac',
	#     u'https://barbosa.br/categories/app/categories/faq/',
	#     u'AOhqsuNcnwmEpltFEutT',
	#     u'pBbPhmEPeHRdiBQtDsWO',
	#     552744784893736.0,
	#     -9877112971.93935]

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'ZKDEGDVcmMsHWvyDTaOg',
	#         datetime.datetime(2014, 1, 9, 10, 42, 49),
	#         u'YxgYfjheHnHKUxtihpBd',
	#         2070.0,
	#         8460,
	#         50423541.6085,
	#         7029,
	#         Decimal('98824865499.8'),
	#         u'ekvKbFfgOgYJppMlSKEt',
	#         u'vIIHOPNwKbJpTSzfYzII'],
	#     {   u'accusamus': u'ofiXlfLqkwnLnnNVCfTQ',
	#         u'blanditiis': u'TytBlljsqkrMRMbKuNXl',
	#         u'cum': 258,
	#         u'esse': u'http://goncalves.br/',
	#         u'labore': datetime.datetime(1983, 8, 18, 1, 18, 50),
	#         u'nihil': u'INysZKZtMyaiAkgFTQZJ',
	#         u'sapiente': -8510725.6,
	#         u'similique': u'gZMzdiSjXURxEBZceLsA',
	#         u'voluptate': 3297797848897.1},
	#     {   u'aliquam': {   1: u'http://pereira.br/',
	#                         2: [   u'FzOpIfiQYlvjTNDBXYjW',
	#                                u'MIyfuRdUHaDPoGziNuOQ',
	#                                557505.617603753],
	#                         3: {   1: u'fDhJibFGKYOoYCKqiELJ',
	#                                2: u'http://cardoso.com/tag/explore/category.html',
	#                                3: [8322, 5013]}},
	#         u'aperiam': {   2: 5116,
	#                         3: [   918396577029409.0,
	#                                7250,
	#                                datetime.datetime(1983, 9, 1, 23, 59, 4)],
	#                         4: {   2: u'KsXIpDJNJgJGexKiwQzr',
	#                                3: 6778,
	#                                4: [   datetime.datetime(2007, 1, 1, 20, 16, 37),
	#                                       u'kdIPPOduDXOEuHkCyWKq']}},
	#         u'asperiores': {   9: u'GbmDpbPrNZaGPOOLGPnE',
	#                            10: [   u'http://pires.com/blog/register/',
	#                                    9150,
	#                                    u'caiooliveira@goncalves.com'],
	#                            11: {   9: u'https://da.com/terms/',
	#                                    10: u'gXWbtCljFRECyfFefwJq',
	#                                    11: [   u'ofnzBbhrNnMufqBIWyei',
	#                                            u'uykngAGWmhhEYGfsMTlH']}},
	#         u'assumenda': {   4: u'https://www.cardoso.br/',
	#                           5: [   u'HPOClMXCtCAEfJfshQDE',
	#                                  Decimal('-3.33122952'),
	#                                  datetime.datetime(1979, 8, 10, 20, 34, 23)],
	#                           6: {   4: 6959.488056737,
	#                                  5: Decimal('-9.79507075673E+12'),
	#                                  6: [   u'RHwfzipvEPVhAsHVacdG',
	#                                         datetime.datetime(1997, 3, 23, 22, 55, 23)]}},
	#         u'consectetur': {   0: u'https://www.mendes.com/posts/category.jsp',
	#                             1: [   u'WfnpusvFsnmuPtJUvoWp',
	#                                    u'UrmoSDnvhnRcaraZQoso',
	#                                    datetime.datetime(1998, 5, 7, 23, 21, 10)],
	#                             2: {   0: u'gPigDZEnWwzyoKtznYDe',
	#                                    1: Decimal('5596757.393'),
	#                                    2: [   u'KBbbZXcHTRZJhMpZDrBA',
	#                                           u'OmCrWzZDWjgywJaPEdVx']}},
	#         u'ipsa': {   8: datetime.datetime(2000, 9, 21, 0, 38, 11),
	#                      9: [   Decimal('7523062.91316'),
	#                             u'RVGtoAzUlmaRGdnhebyQ',
	#                             u'gQYrhOFZaXhaCgqoirWB'],
	#                      10: {   8: datetime.datetime(2013, 3, 30, 18, 56, 54),
	#                              9: 401,
	#                              10: [   u'fAeDmrhFKzWITDlvzpnA',
	#                                      u'eazevedo@viana.org']}},
	#         u'laboriosam': {   6: u'ZbgyKAMcOCsleCqiJVgI',
	#                            7: [   Decimal('9.77275183313'),
	#                                   datetime.datetime(1989, 5, 23, 19, 41, 18),
	#                                   4266],
	#                            8: {   6: 4922,
	#                                   7: u'http://www.costa.org/blog/explore/faq/',
	#                                   8: [   datetime.datetime(1991, 9, 28, 11, 23, 6),
	#                                          5184]}},
	#         u'nostrum': {   3: 8356,
	#                         4: [   5497,
	#                                u'zmYNgKHrZFEXwqbPHlgk',
	#                                u'http://fogaca.com/category/category/main/author.html'],
	#                         5: {   3: u'cavalcantibeatriz@bol.com.br',
	#                                4: u'fJpBXkVBsvbfyOJUrJFc',
	#                                5: [9189, Decimal('-4692.437')]}},
	#         u'quis': {   7: u'osilSsVBzYAuGTrgxbkw',
	#                      8: [   u'http://nunes.br/category/',
	#                             7480,
	#                             u'RtxHjicVCdsvtygpapzt'],
	#                      9: {   7: -83236062286859.0,
	#                             8: -2112522306.1,
	#                             9: [   u'raulcaldeira@viana.com',
	#                                    datetime.datetime(2014, 5, 2, 15, 50, 28)]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'nUMNEtWdiLCMWlcTeGxQ',
	#     datetime.datetime(1972, 9, 8, 4, 51, 34),
	#     u'quJkNeXGODSGzbWNAkfC',
	#     datetime.datetime(1993, 11, 22, 16, 4, 46),
	#     7724,
	#     -668863468070164.0,
	#     Decimal('-131726533194'),
	#     u'CiVfRkaSWUCkcPtBwyrK',
	#     -6109120846192.1,
	#     u'lsaMQcBJQAXiKxXIdQFy',
	#     6271,
	#     u'XwlYLdjXROKAgCdmCUrb',
	#     37893077.6963646]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   datetime.datetime(1970, 2, 7, 23, 46, 15),
	#     -40192.794818,
	#     u'ana-julia25@bol.com.br',
	#     datetime.datetime(2012, 4, 11, 9, 21, 26),
	#     u'https://www.das.br/explore/search.html',
	#     u'https://www.da.com/terms.html',
	#     u'davi-luizaragao@uol.com.br',
	#     datetime.datetime(1998, 1, 12, 9, 56, 43),
	#     u'SQGRPePSVpJmNxLuCWSX',
	#     u'TjTGzDhIxFQKtcpebiQN',
	#     u'https://cunha.com/app/category/category.htm',
	#     u'YoUWwRiKJcWTlHahAzcX',
	#     5469)

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'DeDdJCZItyxxKvHDUXml', u'lrocha@hotmail.com', 692140263.7, Decimal('5.04912370617E+12'), u'isaaccardoso@gomes.net', 559, u'DpBpoDGpgdJQqIRsqBWd'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'eveniet': Decimal('-2.87123036823E+14'),
	#     u'facilis': datetime.datetime(2006, 9, 23, 10, 45, 5),
	#     u'molestias': -1103.40378,
	#     u'praesentium': u'EGChOxXRJjPISKyXKyAR',
	#     u'ullam': datetime.datetime(1978, 9, 2, 10, 57, 1),
	#     u'ut': Decimal('-6465.780023')}

	fake.pyint()
	# 1855

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

::

	fake.cpf()
	# u'621.745.089-58'

	fake.ssn()
	# u'43952786128'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (Windows 98; Win 9x 4.90; ka-GE; rv:1.9.2.20) Gecko/2017-10-24 06:11:34 Firefox/4.0'

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

	fake.opera()
	# u'Opera/9.14.(Windows NT 5.0; iu-CA) Presto/2.9.160 Version/11.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; kn-IN) AppleWebKit/534.4.4 (KHTML, like Gecko) Version/4.0.5 Mobile/8B111 Safari/6534.4.4'

	fake.linux_processor()
	# u'i686'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5361 (KHTML, like Gecko) Chrome/47.0.876.0 Safari/5361'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_2 rv:4.0; bs-BA) AppleWebKit/534.17.1 (KHTML, like Gecko) Version/4.0.3 Safari/534.17.1'
