
Language pt_BR
**************


"faker.providers.address"
=========================

   fake.estado_nome()
   # u'Rio de Janeiro'

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

   fake.street_name()
   # u'Lagoa de Barbosa'

   fake.street_prefix()
   # u'Quadra'

   fake.address()
   # u'Viaduto Matheus Cunha\nJuliana\n09279159 Barbosa / SE'

   fake.street_address()
   # u'Condom\xednio Alice Barbosa, 8'

   fake.bairro()
   # u'T\xfanel De Ibirit\xe9'

   fake.longitude()
   # Decimal('-103.069700')

   fake.country()
   # u'Luxemburgo'

   fake.estado_sigla()
   # u'MG'

   fake.street_suffix()
   # u'Street'

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

   fake.estado()
   # (u'MS', u'Mato Grosso do Sul')

   fake.city_suffix()
   # u'das Pedras'

   fake.building_number()
   # u'25'

   fake.country_code()
   # u'CN'

   fake.city()
   # u'Fernandes Paulista'

   fake.postcode()
   # u'64358-086'


"faker.providers.barcode"
=========================

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

   fake.ean13()
   # u'2824799360255'

   fake.ean8()
   # u'17743525'


"faker.providers.color"
=======================

   fake.rgb_css_color()
   # u'rgb(135,15,124)'

   fake.color_name()
   # u'DarkBlue'

   fake.rgb_color_list()
   # (131, 44, 126)

   fake.rgb_color()
   # u'27,237,102'

   fake.safe_hex_color()
   # u'#ff4400'

   fake.safe_color_name()
   # u'yellow'

   fake.hex_color()
   # u'#934a9e'


"faker.providers.company"
=========================

   fake.company()
   # u'Lima Lima Ltda.'

   fake.company_suffix()
   # u'- ME'

   fake.catch_phrase_verb()
   # u'de inovar'

   fake.catch_phrase()
   # u'O conforto de evoluir simplesmente'

   fake.catch_phrase_noun()
   # u'a arte'

   fake.catch_phrase_attribute()
   # u'com for\xe7a total'


"faker.providers.credit_card"
=============================

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

   fake.credit_card_provider(card_type=None)
   # u'Voyager'

   fake.credit_card_full(card_type=None)
   # u'VISA 13 digit\nAlana Dias\n4788117696035 06/22\nCVC: 785\n'

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

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


"faker.providers.currency"
==========================

   fake.currency_code()
   # 'COP'


"faker.providers.date_time"
===========================

   fake.date_time_ad()
   # datetime.datetime(423, 1, 3, 7, 59, 3)

   fake.month()
   # '11'

   fake.am_pm()
   # 'PM'

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

   fake.iso8601()
   # '1991-11-28T09:21:41'

   fake.date_time()
   # datetime(1995, 3, 15, 16, 21, 58)

   fake.month_name()
   # 'July'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 1, 7, 18, 32, 21)

   fake.unix_time()
   # 710438140

   fake.day_of_week()
   # 'Tuesday'

   fake.day_of_month()
   # '02'

   fake.time(pattern="%H:%M:%S")
   # '12:46:44'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2003, 7, 12, 11, 14, 20)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 3, 2, 52, 54)

   fake.year()
   # '1981'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 30, 15, 31, 35)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2010, 8, 30, 12, 48, 49)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2010, 5, 23, 18, 38, 30)

   fake.century()
   # u'I'

   fake.date(pattern="%Y-%m-%d")
   # '1992-09-08'

   fake.time_delta()
   # datetime.timedelta(13528, 61075)


"faker.providers.file"
======================

   fake.mime_type(category=None)
   # u'message/rfc822'

   fake.file_name(category=None, extension=None)
   # u'possimus.html'

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


"faker.providers.internet"
==========================

   fake.ipv4()
   # u'76.185.137.121'

   fake.url()
   # u'http://www.lima.br/'

   fake.company_email()
   # u'danilo67@ferreira.com'

   fake.uri()
   # u'http://www.rodrigues.br/list/posts/login.php'

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

   fake.image_url(width=None, height=None)
   # u'http://dummyimage.com/39x395'

   fake.tld()
   # u'com'

   fake.free_email()
   # u'calves@hotmail.com'

   fake.slug(*args, **kwargs)
   # u'iusto-est-rerum'

   fake.free_email_domain()
   # u'bol.com.br'

   fake.domain_name()
   # u'santos.com'

   fake.uri_extension()
   # u'.jsp'

   fake.ipv6()
   # u'8e8b:0125:2ac4:1767:8ea1:1b3b:fa78:d292'

   fake.safe_email()
   # u'scarvalho@example.br'

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

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

   fake.email()
   # u'kamilly77@castro.br'

   fake.uri_page()
   # u'author'

   fake.mac_address()
   # u'84:d8:23:c4:39:71'


"faker.providers.job"
=====================

   fake.job()
   # 'Commercial horticulturist'


"faker.providers.lorem"
=======================

   fake.text(max_nb_chars=200)
   # u'Et fugit ab animi molestias porro illo. Unde amet quae omnis ad unde.\nHarum ut omnis optio quibusdam quam. Quia sit perferendis quis id. Culpa consectetur dolores maxime voluptas molestiae aut.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Rerum reprehenderit impedit quia ipsam veritatis delectus.'

   fake.word()
   # u'eveniet'

   fake.paragraphs(nb=3)
   # [   u'Dolorem maiores dolores ullam ad velit quis. Vel explicabo laboriosam architecto ratione et nihil. Non vero facilis nemo voluptas maxime.',
   #     u'Et laudantium veniam eaque rem. Non ipsa repudiandae assumenda iusto unde sequi atque. Minus praesentium qui dolores libero quis qui illo. Sunt veniam sapiente quia qui quia.',
   #     u'Rerum magnam reiciendis modi accusamus. Laboriosam quaerat at repellat optio. Sunt accusantium eaque eius eos sapiente provident voluptatem.']

   fake.words(nb=3)
   # [u'cumque', u'veniam', u'nisi']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Quia voluptates error aut iure optio quam voluptatem dolores. Qui sed molestias reprehenderit sint. Amet quam earum et debitis.'

   fake.sentences(nb=3)
   # [   u'Et non voluptates necessitatibus dolor reprehenderit hic quo.',
   #     u'Expedita libero a id voluptatum.',
   #     u'Quia soluta occaecati ut sunt.']


"faker.providers.misc"
======================

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

   fake.locale()
   # u'cn_RW'

   fake.md5(raw_output=False)
   # '41e5c7eabc7028aee8aeab06c295ca1e'

   fake.sha1(raw_output=False)
   # '890591aac565b19e9e182eb7e80956743849bf20'

   fake.null_boolean()
   # True

   fake.sha256(raw_output=False)
   # '0e35506460878b141a8b2dfa580c3325a47b9b499b05315d7d74a849311711e3'

   fake.uuid4()
   # '2b770e90-041e-45ea-b109-39bf330eefee'

   fake.language_code()
   # u'el'

   fake.boolean(chance_of_getting_true=50)
   # True


"faker.providers.person"
========================

   fake.last_name_male()
   # u'Carvalho'

   fake.name_female()
   # u'Luiza Alves'

   fake.prefix_male()
   # u'da'

   fake.prefix()
   # u'de'

   fake.name()
   # u'Yuri Ara\xfajo'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Ian Costela Fernandes'

   fake.first_name()
   # u'Jo\xe3o Lucas'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Al\xedcia'

   fake.first_name_female()
   # u'Nathan'

   fake.last_name_female()
   # u'Fernandes'

   fake.last_name()
   # u'Barros'

   fake.prefix_female()
   # u'de'


"faker.providers.phone_number"
==============================

   fake.phone_number()
   # u'81 3646 5146'


"faker.providers.profile"
=========================

   fake.simple_profile()
   # {   'address': u'Esplanada Pinto, 54\nGameleira\n13054-319 Correia Paulista / PB',
   #     'birthdate': '2008-02-21',
   #     'mail': u'martins.pietra@hotmail.com',
   #     'name': u'Let\xedcia Pereira',
   #     'sex': 'F',
   #     'username': u'maria-luiza60'}

   fake.profile(fields=None)
   # {   'address': u'Parque Silva, 53\nCardoso\n03763-183 Fernandes de Oliveira / TO',
   #     'birthdate': '1997-02-20',
   #     'blood_group': 'B-',
   #     'company': u'Pinto Dias Ltda.',
   #     'current_location': (Decimal('-5.0478865'), Decimal('-37.039623')),
   #     'job': 'Mudlogger',
   #     'mail': u'stella96@uol.com.br',
   #     'name': u'Yago do Azevedo',
   #     'residence': u'Viaduto Stephany Martins, 614\nFazendinha\n35702-952 Castro / RR',
   #     'sex': 'M',
   #     'ssn': u'07315948619',
   #     'username': u'mrodrigues',
   #     'website': [u'http://www.souza.net/']}


"faker.providers.python"
========================

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'Voluptatem laborum.', -70.1654295225481, -18097520.7221701, 6004, u'Voluptas animi.', u'barros.mariana@hotmail.com', u'http://oliveira.br/login.htm', u'http://rodrigues.com/explore/category/', Decimal('-9409140.8')])

   fake.pystr(max_chars=20)
   # u'Illo dolorem ea et.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'Magni doloribus.',
   #         3357,
   #         4591,
   #         2082501760376.62,
   #         u'lima.davi-lucca@silva.com',
   #         u'http://souza.org/tags/blog/index/',
   #         u'Non explicabo sequi.',
   #         u'Voluptatem rem.',
   #         u'Minima et qui.',
   #         1440],
   #     {   u'accusamus': 51.679714632859,
   #         u'aut': u'Quia repudiandae.',
   #         u'cumque': u'http://www.lima.com/',
   #         u'dolore': u'Eligendi debitis.',
   #         u'enim': datetime(2001, 8, 27, 9, 48, 46),
   #         u'et': u'http://www.martins.br/terms/',
   #         u'fuga': u'http://almeida.com/faq/',
   #         u'possimus': u'Minus itaque cumque.',
   #         u'quibusdam': u'Tempore est.',
   #         u'sunt': u'Et facere dolorem.'},
   #     {   u'accusamus': {   8: u'Commodi vitae quo.',
   #                           9: [   50.59,
   #                                  datetime(2005, 5, 28, 5, 40, 8),
   #                                  datetime(1988, 9, 8, 22, 39, 6)],
   #                           10: {   8: u'ana-carolina.souza@arajo.com',
   #                                   9: u'Aspernatur nam quia.',
   #                                   10: [u'Nisi cum alias.', 9933245165.3252]}},
   #         u'architecto': {   9: u'Laboriosam quaerat.',
   #                            10: [   u'http://www.rodrigues.com/',
   #                                    2759,
   #                                    Decimal('61412.0')],
   #                            11: {   9: u'ibarros@gmail.com',
   #                                    10: datetime(2010, 9, 21, 4, 38, 57),
   #                                    11: [   u'Quia aperiam eaque.',
   #                                            -7608.7734834]}},
   #         u'atque': {   2: u'http://martins.org/explore/terms.htm',
   #                       3: [u'Maiores aut.', 780, 2651],
   #                       4: {   2: 4278668.0,
   #                              3: u'Perspiciatis et.',
   #                              4: [   u'Iusto porro quaerat.',
   #                                     u'Amet dicta optio.']}},
   #         u'cumque': {   1: u'Consequatur.',
   #                        2: [8300, 2426, u'Dolores vel maxime.'],
   #                        3: {   1: 4898,
   #                               2: Decimal('7573.7981114'),
   #                               3: [   u'lcarvalho@gomes.com',
   #                                      datetime(1979, 11, 7, 18, 52, 42)]}},
   #         u'eaque': {   4: u'Animi voluptas quo.',
   #                       5: [u'Et eum alias.', 4647, u'http://www.silva.br/'],
   #                       6: {   4: u'Ut nisi et rerum.',
   #                              5: u'Aut commodi saepe.',
   #                              6: [Decimal('-9.8997'), -61338870309.0]}},
   #         u'laborum': {   5: 6687,
   #                         6: [   -739427101.8,
   #                                u'Voluptate iste modi.',
   #                                u'Quia aut rerum.'],
   #                         7: {   5: u'Aut nemo fuga id.',
   #                                6: datetime(1978, 10, 12, 5, 36, 3),
   #                                7: [   0.235807646,
   #                                       datetime(2004, 5, 25, 20, 21, 11)]}},
   #         u'optio': {   7: u'Et dolorum.',
   #                       8: [Decimal('44.4385'), u'Quam cum omnis sed.', 3473],
   #                       9: {   7: datetime(1979, 4, 19, 6, 19, 7),
   #                              8: u'Voluptas blanditiis.',
   #                              9: [62829261195898.0, u'Dolores excepturi.']}},
   #         u'qui': {   0: 2305,
   #                     1: [   u'Esse maiores et.',
   #                            64704737155759.0,
   #                            u'Dolor neque.'],
   #                     2: {   0: 5655,
   #                            1: 6312,
   #                            2: [   u'Qui exercitationem.',
   #                                   Decimal('-5.3841835516E+14')]}},
   #         u'quisquam': {   6: Decimal('-28645968232.5'),
   #                          7: [   u'http://www.costela.br/posts/blog/main/register.jsp',
   #                                 u'Magni error.',
   #                                 3225],
   #                          8: {   6: u'Veritatis sequi.',
   #                                 7: u'Ea totam occaecati.',
   #                                 8: [u'Mollitia qui.', 8661]}},
   #         u'vel': {   3: u'http://www.gomes.org/',
   #                     4: [   u'vinicius.lima@yahoo.com.br',
   #                            Decimal('-4.34542557561E+14'),
   #                            583],
   #                     5: {   3: u'murilo.barros@martins.br',
   #                            4: 6414,
   #                            5: [u'Voluptatem.', 4283]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   5812392928544.0,
   #     u'Aliquid cupiditate.',
   #     u'Iusto hic eius.',
   #     6821,
   #     Decimal('-971.7'),
   #     datetime(1977, 1, 5, 18, 21, 6),
   #     u'Iure laudantium.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'Omnis et eum ut eos.',
   #     u'Sunt alias eligendi.',
   #     datetime(2011, 3, 9, 8, 41, 26),
   #     u'Aperiam vel.',
   #     u'http://cardoso.br/index.htm',
   #     -92319229026.914,
   #     5169,
   #     7796,
   #     Decimal('-43.0'),
   #     u'rafaela.correia@uol.com.br',
   #     u'Impedit nihil hic.',
   #     u'Rerum.',
   #     -3624.144537784)

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([Decimal('-9055112.98987'), u'Repudiandae aut.', datetime(2000, 7, 5, 12, 17, 32), u'Ea ab aliquam.', 3764, u'Sunt in quasi sint.', Decimal('6.21470638335')])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'consequatur': 7166,
   #     u'dolore': u'Quam doloribus.',
   #     u'dolores': u'Ipsam tempore.',
   #     u'esse': 667.48496684,
   #     u'id': u'Corrupti distinctio.',
   #     u'illum': Decimal('9936935256.66'),
   #     u'quaerat': u'Tenetur omnis aut.',
   #     u'qui': 8441,
   #     u'rem': u'Esse voluptas qui.',
   #     u'rerum': u'Quasi aut ut quidem.',
   #     u'vel': u'http://www.ferreira.com/terms.php',
   #     u'voluptates': datetime(1971, 2, 25, 3, 28, 40)}

   fake.pyint()
   # 2425


"faker.providers.ssn"
=====================

   fake.cpf()
   # u'756.028.431-16'

   fake.ssn()
   # u'97865143273'


"faker.providers.user_agent"
============================

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

   fake.firefox()
   # u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2012-04-04 19:30:31 Firefox/12.0'

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

   fake.opera()
   # u'Opera/8.88.(Windows 98; en-US) Presto/2.9.166 Version/11.00'

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

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

   fake.user_agent()
   # u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_2 rv:2.0; sl-SI) AppleWebKit/534.45.5 (KHTML, like Gecko) Version/4.0.3 Safari/534.45.5'

   fake.chrome()
   # u'Mozilla/5.0 (Windows 98) AppleWebKit/5352 (KHTML, like Gecko) Chrome/13.0.882.0 Safari/5352'

   fake.linux_processor()
   # u'x86_64'

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

   fake.safari()
   # u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4 rv:3.0; sl-SI) AppleWebKit/533.35.3 (KHTML, like Gecko) Version/5.0.2 Safari/533.35.3'
