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

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

::

	fake.estado_nome()
	# u'Maranh\xe3o'

	fake.latitude()
	# Decimal('-85.180242')

	fake.street_name()
	# u'Rodovia Dias'

	fake.street_prefix()
	# u'Vila'

	fake.address()
	# u'Jardim de Dias, 850\nNovo S\xe3o Lucas\n05820477 Pinto / SP'

	fake.street_address()
	# u'Col\xf4nia Gon\xe7alves, 7'

	fake.bairro()
	# u'Pantanal'

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

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

	fake.country()
	# u'Alemanha'

	fake.neighborhood()
	# u'Boa Esperan\xe7a'

	fake.estado_sigla()
	# u'MS'

	fake.street_suffix()
	# u'Street'

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

	fake.city_suffix()
	# u'da Praia'

	fake.building_number()
	# u'96'

	fake.estado()
	# (u'MT', u'Mato Grosso')

	fake.state_abbr()
	# u'BA'

	fake.city()
	# u'da Concei\xe7\xe3o'

	fake.postcode()
	# u'39464-341'

	fake.state()
	# u'Tocantins'

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

::

	fake.license_plate()
	# u'RUI-9977'

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

::

	fake.bban()
	# 'MUGT0689591173020'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB61TORQ3288013388376'

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

::

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

	fake.ean13()
	# u'2923459220073'

	fake.ean8()
	# u'05661572'

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

::

	fake.rgb_css_color()
	# u'rgb(28,57,30)'

	fake.color_name()
	# u'Naval'

	fake.rgb_color()
	# u'213,228,116'

	fake.safe_hex_color()
	# u'#116600'

	fake.safe_color_name()
	# u'magenta'

	fake.hex_color()
	# u'#ad1898'

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

::

	fake.company_id()
	# u'54866887000124'

	fake.company_suffix()
	# u'Ltda.'

	fake.company()
	# u'da Costa'

	fake.cnpj()
	# u'28.631.857/0001-29'

	fake.catch_phrase_verb()
	# u'de mudar'

	fake.catch_phrase()
	# u'A simplicidade de concretizar seus projetos em estado puro'

	fake.bs()
	# u'embrace back-end e-business'

	fake.catch_phrase_noun()
	# u'o poder'

	fake.catch_phrase_attribute()
	# u'com confian\xe7a'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'VISA 13 digit\nMaria Eduarda Campos\n4007905435021 12/18\nCVC: 167\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'ZEC'

	fake.currency_code()
	# 'KWD'

	fake.currency_name()
	# 'Guatemalan quetzal'

	fake.cryptocurrency_name()
	# 'Ethereum'

	fake.cryptocurrency()
	# ('EMC', 'Emercoin')

	fake.currency()
	# ('BTN', 'Bhutanese ngultrum')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 31, 22, 41, 45)

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

	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(2014, 11, 11, 23, 39, 57)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2010, 12, 6)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 2, 22, 16, 23)

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

	fake.day_of_week()
	# 'Sunday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2013, 8, 26, 8, 7, 16)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(2009, 3, 30)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2001, 4, 25, 5, 41, 11)

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

	fake.am_pm()
	# 'PM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1971, 7, 8)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2012-11-08T14:46:45'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2007, 6, 24)

	fake.month()
	# '09'

	fake.year()
	# '1997'

	fake.day_of_month()
	# '05'

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

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

	fake.century()
	# u'XV'

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

	fake.time_object(end_datetime=None)
	# datetime.time(5, 19, 59)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 6, 9, 3, 28, 22)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2017, 11, 23, 21, 32, 50)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '08:35:09'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 6, 19, 44, 13)

	fake.month_name()
	# 'April'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1793, 5, 20, 10, 17, 22)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(8949, 9905)

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

::

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

	fake.mime_type(category=None)
	# u'image/gif'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/hic/laborum.jpg'

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

	fake.file_name(category=None, extension=None)
	# u'provident.jpg'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'carvalhomaria-cecilia@yahoo.com.br'

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

	fake.tld()
	# u'br'

	fake.email(*args, **kwargs)
	# u'alvesmilena@hotmail.com'

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

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

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

	fake.uri_extension()
	# u'.php'

	fake.uri_page()
	# u'register'

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

	fake.safe_email(*args, **kwargs)
	# u'marcelolopes@example.br'

	fake.ascii_email(*args, **kwargs)
	# 'maria65@vieira.br'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'da-motaanthony@moura.br'

	fake.domain_name(*args, **kwargs)
	# u'da.br'

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

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

	fake.slug(*args, **kwargs)
	# u'accusamus-eos-quasi'

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

	fake.company_email(*args, **kwargs)
	# u'rezendelucas@carvalho.br'

	fake.uri()
	# u'http://viana.br/terms.html'

	fake.ipv6(network=False)
	# 'c93f:290:5e43:b2ca:aadb:1387:4620:dcbb'

	fake.free_email(*args, **kwargs)
	# u'maria54@bol.com.br'

	fake.ascii_safe_email(*args, **kwargs)
	# 'ndas-neves@example.com'

	fake.mac_address()
	# u'4f:0f:3b:90:e7:62'

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

::

	fake.isbn10(separator="-")
	# u'1-4874-7672-8'

	fake.isbn13(separator="-")
	# u'978-0-928577-22-8'

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

::

	fake.job()
	# u'Polidor de produ\xe7\xe3o'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Illo saepe reiciendis commodi doloribus quo. Ea nisi ipsa ex laboriosam occaecati. Et eligendi in aliquid eius.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Distinctio similique pariatur quisquam reiciendis ducimus. Laboriosam non sed vitae fugit magnam molestias.',
	#     u'Voluptatum molestias distinctio quisquam eum possimus cupiditate quae. Praesentium eveniet quos voluptates tenetur quos. Eum voluptates saepe sint.',
	#     u'Necessitatibus magni magnam enim. Porro placeat dolore eos. Temporibus tempora sint illum.']

	fake.words(nb=3, ext_word_list=None)
	# [u'vel', u'dicta', u'animi']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Beatae assumenda rerum laudantium neque deserunt.',
	#     u'Harum consequuntur voluptatum ratione vel sint.',
	#     u'Hic dolore quis corporis consequuntur neque minima.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Eum alias aspernatur exercitationem nisi. Repellendus iste quas libero ut aspernatur dicta. Rerum ipsum ipsum alias laborum deserunt.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Excepturi reprehenderit esse.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'Y%47hIKf^*'

	fake.locale()
	# u'zh_TW'

	fake.binary(length=1048576)
	# bytearray(b'\xe3\xb9Zy1)\xf4X\xb2\xfd*_\x99\xb6\x03\xa4\x12\x92\xd4\xef\xf5\xbe\t?\xea\xf2N\xbe>s\x803O\xf1\xb9tD\xbe\xd1\xc9\xc2\x9e;\xda\x96\xc4S6\x99\x15d\x1cj$\xd6\'\xffc\xe6\x02\x00qv\xef\r_\x80\xda\x15\x1fb<y\xaeD\xde\xa1\xa0\xbb\xb1\x1d\xa9I\xcdV{}\'\x08\xc3\xc7C\xfcB+\xef\xea\x84\xba\xd8\xf5\x95\x04$\xe3\xf1\xf0\xae0\x84\xfe\xb4\x89.\xd1_\xdd\x82\xc1\xbd\xe7\x06\xb3\x9d+,PR\x17C1DT2(qjqq\x1a\xd4\x1b+O\x05|\xa4\xd2y;\xb3\xef\x02#\x8cj\x1f\x08\x9b6\xab\xea\x1f\xc8Y\xbb\x1f\xc9\x1a\x87\xab\xb2u\xc8\xd4e\xd0>\xfd\xc6\xdcv\x97\xa3\xdf\xdf}\x88n\xde\xd5\xf4:3|\xd7Q\xb3^P\xccW\x88 ?\x1a\x0e\xf7\xf94\x05-\x13\x84\xb6=\xc6R\x1a\x1a\x08\x074\xf9:\xc0\xaea\x96\x91\xee.\xe1\xfb\x9d\xa3\xfbT\x9d#\x0b\x17u\xe6\x00\xa2\xb0\xf7\xe7\xd3\xed\x92S\x92\xbb\xc3\x1f\xd0\xcc\x83\x8b\x9f\xc2L\xed\xd9\n\xa1pG\x82\xf5f\xeaO+B\xaa\x12\xafN/\xfd\x13/\xdf\xd0Z\x1c\x8e/\\ \x86IHU\x96H\xb0\xd7\x8aCm\xfd\x921x\xeeGi;\x94e\xda9\x9d\x1d\xb3`v\xde@/R\xb2\x1c\x06\x85\xa4\\\x8d\x07\x11\x81\xc8D\xfcAR\xedLHT-}\xc5\x98%\xd42\x1d\x87\x10\xac\x81\x19\x84\x92\x18\x12\x97\x0b\x9c8\'\xe4\xe0h,\xcd\x1d2\xe2He !OSYy\x1d\'y2\xf91\xa7\xdf\x00B\xebtWN\xd7\x05\x7f\xf4\t\xa0-\x8eD\xc9y<^\xa7\x94\xb7\xd2\xffu\xb7\\\xd1\x11c\x82\x8d\t\x91\xa4(\xba:85\xf2\x1b\xa9OM\x13\xc2\x0f\x17x\xee>#\xb6\xe7k9C\x1c\x1cU\xb7\x95b\xbf\xb3\x07\xed\x19\xa6\x14<\x1ek\x87\xae!s\x0ej\x08\x03\xb1\\\xcdP\x16\xf9\x0e\xb8\xf8\x81\x9a\xb2\x9a(\xdaN\xa4\x8eg\xd8O\xab\xf3\xa9EtI\x9b\x1b\x8f&\x82#(U\xca\xf3\xb8\x14\x85E\xadc\x897\xee\xce\xcd43R\x81K\x10XJ\x92\xc5\xc9\xd7i\xa0\xb9\xc8,\xb9\xbc\xde4\xf3\x82\xd6\xd8\xce\xee\xf6\xb3(U<\x97\xf7Y\x02\xd7\xd3\x90\xc5C\n4Q\xd3\\Z\x9dt\xc4:\xd3\xd5\xc0%~h\xf1H!\xb1\x8b\xb8\x15\xb9AqH\xf4_b\xed\xd5v\xe8(\x9c>\xeb[\x84[~\x8aIT@U\xcf\x8e\x96\xd2\x00\x83\xac\xce9RLz\xc4l\xc7dqKdHBi\t\xe0\x1fUK\xee\xafR\xcc\x97\xfb\x04\xb3BH\xd9\x81\x02\xd3\xeb\xa7\xb5\x8a\xed\xae\xdc"\xbe\'\xc3\xfc\x91e\xe4\xbae\x95\xb2\xd0F\xd1\xffIr\xb3_\x1c\xbcM\xb5\xd9\x9dm0\x17\xa8"\xacHt"\x8e\xef\x0f\xc4Z\x8c\xcb\xa2ypq\xf1gt5"Dn\xb4\x90\x9b_p$&N\x0b4\xfcB\xdc\xdc\r\'w\xceO\xa5\xc6X#\xa8lNZ#$#\xf7W\x0cU\x03m-\xbf\x0e\xd6\xba\xcfC9b=\xd7\x01-C\xca\xd4\xcf6\xfc\x9f1*\n\xee2\xbe+\x04\xee\xe4\x1e\x81X\x05\x8a\x92PO\x15\xb5\x0e\xd9\x8f\xc5\x89\xdd!\x0e\xf9\x8b\xb2@\x88\xa0VV\xf7%\x9cuw\x7fy\xc4$ulu\xe2<\xebO\x1cm\x9f\x96\x16\x9bK\xc3\xda\xb5u`\xb5:$%`q\x97^DJ\x14\x14Y\xb6\x07\xce\xc6\xc9r\x17f\x0e_\xa4\xef\xb1B\xe11_?r\xe5\x19\xa9\xdd\x94\xdf]\xe5\'\xd7\xbd\xd3 \x8e\xad\x8e\xe4\xfa\x9a\xa8?e\xbb\x17}\xb7\xff\xf0@\xdb>a^!\xe1\xcc o\x8c\xa9\xe9\xb9T\xea_\xc7\xe0\xd1n\xa4\xddOPO\xa9#\xb0\x844{\x81\xa7\xfc7\xb8 \xa2cz\x19Q\x04 \xbd\xb3\x7fe\xe5\x88\xff\xea\xa7\xa9\xc4]L/nw\xdb\xf8\x9aK\xe8\xd7&\x86A\xcb\xc2zQ\xe8"\x01\xc8\x956f\xa5\xd6\t0h[\xb4>\xba\x0c\\#\x8eg\x1cI\xf6\xa6\xbdo\xae\x97\xfd\x9a+Q\x88~:=\xce\xac\xaa\x92\x1d\xf0:\x04\x06\xc8U\xd9\xba\xdbzD\x1d\x8f\x1c\xe1q\x92\xa5\xb6')

	fake.md5(raw_output=False)
	# '5cfa89e742c7536ab81a14fe3688a807'

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

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '2dddba906c47c28b6cea3b8b3444800ea9e8fbfa98fdbff141f3e344eb4dc692'

	fake.uuid4()
	# '22c81761-64d1-0879-f232-85580a70e9f5'

	fake.language_code()
	# u'ts'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Moraes'

	fake.name_female()
	# u'L\xedvia Pires'

	fake.prefix_male()
	# u'Sr.'

	fake.prefix()
	# u'Dra.'

	fake.name()
	# u'Jo\xe3o Lucas Viana'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Matheus Arag\xe3o'

	fake.first_name()
	# u'Evelyn'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Luiz Henrique'

	fake.first_name_female()
	# u'Stella'

	fake.last_name_female()
	# u'Azevedo'

	fake.last_name()
	# u'Monteiro'

	fake.prefix_female()
	# u'Srta.'

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

::

	fake.phone_number()
	# u'+55 31 1722 4141'

	fake.msisdn()
	# u'5511221008234'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'Parque de Correia, 17\nVila Calafate\n30081293 Carvalho / SC',
	#     'birthdate': datetime.date(1917, 12, 18),
	#     'mail': u'dpires@bol.com.br',
	#     'name': u'B\xe1rbara Jesus',
	#     'sex': 'F',
	#     'username': u'duartesophie'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Aeroporto Davi Lucas Silveira\nVila Hava\xed\n51757547 Caldeira / MA',
	#     'birthdate': datetime.date(1981, 9, 6),
	#     'blood_group': '0+',
	#     'company': u'Almeida',
	#     'current_location': (Decimal('71.2379435'), Decimal('-79.101224')),
	#     'job': u'Lutador de jiu-jitsu',
	#     'mail': u'brenda38@hotmail.com',
	#     'name': u'Sra. Ana Beatriz Nunes',
	#     'residence': u'Parque de Cardoso,\nSolimoes\n93859350 da Cunha / RJ',
	#     'sex': 'F',
	#     'ssn': u'21960734580',
	#     'username': u'xda-cunha',
	#     'website': [   u'https://fariasfernandes.br/',
	#                    u'https://www.cardoso.br/',
	#                    u'https://www.costela.br/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'https://lima.br/blog/posts/explore/author.html', datetime.datetime(1975, 6, 14, 23, 18, 37), 191730.31742, datetime.datetime(1997, 9, 4, 20, 56, 34), -46856094482.3885, datetime.datetime(1972, 5, 27, 13, 29, 45), 96349427730427.0, u'eJhVbZXfYKqBMRJZopEE', u'SnmzVOYWFZsPyCJquEtq', -943576077899137.0])

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'jdlORcprpFzLmIDjPbkk',
	#         u'https://das.org/main/tag/list/faq.jsp',
	#         u'SrIHUJbdhBsxzvVVzGUA',
	#         u'http://mendes.com/list/blog/homepage/',
	#         u'rochaeloah@da.com',
	#         u'vpKNQeuTCgKdUYGGIlXU',
	#         1250,
	#         u'http://souza.org/posts/explore/category/login/',
	#         1573,
	#         u'marcos-viniciuspereira@hotmail.com'],
	#     {   u'consectetur': 6973855576754.2,
	#         u'dignissimos': u'zrezende@bol.com.br',
	#         u'laborum': u'ZjVnvAsgffJmLNxTxmkU',
	#         u'maiores': u'davi69@uol.com.br',
	#         u'minus': u'wLiBnZuQtQPgtJuSDNaW',
	#         u'molestias': 6987,
	#         u'occaecati': u'GpuVQVReRHZuGJHpjVie',
	#         u'quidem': datetime.datetime(1972, 4, 12, 3, 47, 36),
	#         u'temporibus': 5367,
	#         u'voluptatibus': u'BLBwwXzzrqghHRzTeUTd'},
	#     {   u'architecto': {   7: u'SNlmGQWfgGXpTMRguped',
	#                            8: [   datetime.datetime(1986, 9, 25, 10, 47, 40),
	#                                   u'txAbVghnuTwhPMjMmQKt',
	#                                   u'zcunha@das.br'],
	#                            9: {   7: 745794601504.0,
	#                                   8: u'byLTEUSqniiRrcxkFSMl',
	#                                   9: [Decimal('922740052.797'), 563]}},
	#         u'dolorem': {   9: 2616,
	#                         10: [   u'OixptDKwZvZbaqTUbevx',
	#                                 u'SGqXNHkDVtJslqsXGBZr',
	#                                 u'qtEamcnExFuXuTqXCVex'],
	#                         11: {   9: 8566,
	#                                 10: Decimal('-21.714'),
	#                                 11: [1341, u'http://www.lima.br/']}},
	#         u'eum': {   5: 3064,
	#                     6: [   40821708751990.0,
	#                            u'http://www.jesus.org/posts/main.jsp',
	#                            u'ana-julia22@gmail.com'],
	#                     7: {   5: 74621.8,
	#                            6: u'amoreira@almeida.org',
	#                            7: [   u'jduarte@sales.com',
	#                                   u'IZgznRsCPftibLrxteIl']}},
	#         u'eveniet': {   8: 99736148.1,
	#                         9: [   u'LiIGolwLCRlLvjmXYqqE',
	#                                u'RwYTvcwGxwptkykqmIdd',
	#                                -407858674540458.0],
	#                         10: {   8: u'mMwPWwfBiRattdCuaJyN',
	#                                 9: u'http://www.vieira.net/faq/',
	#                                 10: [   u'ueAdDOMshLFCBebldxoN',
	#                                         u'zDEWVlthpOlQiTTUwRJK']}},
	#         u'excepturi': {   1: u'hXuUZuRYnXHpbpOxssMh',
	#                           2: [   u'balmeida@yahoo.com.br',
	#                                  Decimal('-532629274.215'),
	#                                  2633],
	#                           3: {   1: u'wNPYNqbkzXUmKDLznSTL',
	#                                  2: u'hDikMtBpMfablutmfGAS',
	#                                  3: [   u'cardosoguilherme@ig.com.br',
	#                                         2568901941.8089]}},
	#         u'hic': {   4: datetime.datetime(1982, 1, 8, 22, 4, 18),
	#                     5: [   u'OAeAmNertYHUBVWDsBjv',
	#                            -892.49986,
	#                            u'MZvhvxBVCIOLmdMCjhSS'],
	#                     6: {   4: u'gHAkKrPKiBmoIkeezIUk',
	#                            5: u'nIUEvOhYGVMNhcHKGHSt',
	#                            6: [   u'ljmlBBAsgJzpobIOhgFE',
	#                                   u'http://www.pires.br/']}},
	#         u'id': {   0: u'lorenadas-neves@fogaca.br',
	#                    1: [   u'https://santos.br/blog/login/',
	#                           u'tFwQCgZpTsYVsjnqoCzd',
	#                           u'akhlLoOwazTtgPGTUleR'],
	#                    2: {   0: Decimal('-5.98287856332E+14'),
	#                           1: datetime.datetime(2008, 6, 27, 10, 26, 7),
	#                           2: [-353153132930385.0, u'tRcQrBmfbjXrvEYfzomv']}},
	#         u'officia': {   2: u'CSGdtHRilAWGkRTnKPzR',
	#                         3: [   u'https://www.da.org/explore/categories/blog/author.htm',
	#                                u'silvapedro-henrique@yahoo.com.br',
	#                                750127440582779.0],
	#                         4: {   2: datetime.datetime(2002, 12, 26, 1, 42, 57),
	#                                3: u'http://ramos.br/wp-content/posts/terms/',
	#                                4: [   u'znhXhCMamUhXtmJyxizU',
	#                                       Decimal('-59.1734')]}},
	#         u'quas': {   6: Decimal('69.441265'),
	#                      7: [   4554,
	#                             u'ocaldeira@gmail.com',
	#                             datetime.datetime(1989, 7, 18, 22, 25, 14)],
	#                      8: {   6: u'ckfnLmTpAbsVWAZYdYHj',
	#                             7: 89717939679059.0,
	#                             8: [2247, u'DXJeOKPLZIOdJsmMjoVW']}},
	#         u'tempore': {   3: datetime.datetime(2001, 4, 1, 7, 42),
	#                         4: [   datetime.datetime(1990, 6, 7, 4, 59, 17),
	#                                8858,
	#                                u'ndESJlaNYSZlGFLKjsFj'],
	#                         5: {   3: u'OkceWJbgPcGJXUEwAQyA',
	#                                4: Decimal('23648.0'),
	#                                5: [   datetime.datetime(1971, 11, 17, 18, 53, 16),
	#                                       1776]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'zbMKFYfSALbMGYBkczWB',
	#     Decimal('-614.862698'),
	#     2267,
	#     u'evelyn36@ig.com.br',
	#     -767702.5086025,
	#     u'rSRmvnsvZMtTztPObjGq',
	#     Decimal('7.88220269173E+13'),
	#     7728,
	#     u'fNUNcEohDngTnnSsVetc',
	#     3076,
	#     u'IVHhNxQoUtgKHxkRrOzO',
	#     datetime.datetime(2016, 4, 18, 4, 43, 32),
	#     datetime.datetime(1996, 4, 12, 23, 8, 6)]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   Decimal('-6.4617234764E+13'),
	#     u'http://www.ribeiro.com/',
	#     13704.7633611,
	#     u'http://www.das.net/explore/tag/home.asp',
	#     datetime.datetime(1971, 9, 23, 12, 20, 43),
	#     37.6,
	#     u'yyUQmsNTJdQgEJSqgKKr',
	#     -500435556140489.0)

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'mUMLdBNgOtAujHujaPDy', u'jZfHlsNSqDnPFMBgnZXw', u'EINDpWbkAbpILgQDAFlQ', u'YdOgBJdVLdUXKygTmPKI', u'matheusda-conceicao@pereira.com', 7432, u'zvYVPOcIBtHzahzJdOAB', u'kwMtgmgBoKLeywilEdLk', u'https://www.dias.org/homepage.php', u'vsilva@cavalcanti.br', u'ana-sophia81@da.com', u'WTLQnvKYuonaxdMANAZA'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'cumque': u'yasmin57@uol.com.br',
	#     u'deleniti': u'vHhjMPRbZGPorKqgtSct',
	#     u'in': u'NOQGdMzOOrqMtsoitFEi',
	#     u'nemo': u'https://www.pinto.com/search/',
	#     u'nulla': u'ZBEkpekokFNWkHNbvETE',
	#     u'repellendus': u'TLRJBLPIskeYUdPMubeQ',
	#     u'repudiandae': 4333,
	#     u'soluta': u'ngomes@ig.com.br',
	#     u'vel': 9628,
	#     u'voluptatum': 1174}

	fake.pyint()
	# 5520

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

::

	fake.cpf()
	# u'502.941.768-02'

	fake.ssn()
	# u'27564039116'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2018-06-03 14:52:57 Firefox/3.8'

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

	fake.opera()
	# u'Opera/8.42.(X11; Linux x86_64; el-CY) Presto/2.9.179 Version/12.00'

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

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

	fake.user_agent()
	# u'Opera/8.34.(Windows NT 5.01; om-KE) Presto/2.9.169 Version/10.00'

	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; Intel Mac OS X 10_11_9) AppleWebKit/5311 (KHTML, like Gecko) Chrome/47.0.867.0 Safari/5311'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1 like Mac OS X; iu-CA) AppleWebKit/533.32.5 (KHTML, like Gecko) Version/3.0.5 Mobile/8B118 Safari/6533.32.5'
