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


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

   fake.estado_nome()
   # u'Rio Grande do Norte'

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

   fake.street_name()
   # u'Trecho de Santos'

   fake.street_prefix()
   # u'Aeroporto'

   fake.address()
   # u'Ch\xe1cara de Santos, 25\nCentro\n24319174 Souza de Minas / PI'

   fake.street_address()
   # u'Esplanada de Silva, 88'

   fake.bairro()
   # u'Frei Leopoldo'

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

   fake.country()
   # u'Finl\xe2ndia'

   fake.estado_sigla()
   # u'GO'

   fake.street_suffix()
   # u'Street'

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

   fake.estado()
   # (u'SP', u'S\xe3o Paulo')

   fake.city_suffix()
   # u'do Amparo'

   fake.building_number()
   # u'95'

   fake.country_code()
   # u'BG'

   fake.city()
   # u'Castro Grande'

   fake.postcode()
   # u'20576-258'


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

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

   fake.ean13()
   # u'7092387560904'

   fake.ean8()
   # u'60383259'


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

   fake.rgb_css_color()
   # u'rgb(234,12,133)'

   fake.color_name()
   # u'LightGreen'

   fake.rgb_color_list()
   # (84, 239, 222)

   fake.rgb_color()
   # u'78,130,201'

   fake.safe_hex_color()
   # u'#996600'

   fake.safe_color_name()
   # u'yellow'

   fake.hex_color()
   # u'#304956'


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

   fake.company()
   # u'Pereira'

   fake.company_suffix()
   # u'S.A.'

   fake.catch_phrase_verb()
   # u'de atingir seus objetivos'

   fake.catch_phrase()
   # u'A simplicidade de ganhar em estado puro'

   fake.catch_phrase_noun()
   # u'a arte'

   fake.catch_phrase_attribute()
   # u'mais facilmente'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'Voyager\nLaura Ara\xfajo\n869968209787611 11/18\nCVC: 239\n'

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

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


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

   fake.currency_code()
   # 'TJS'


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

   fake.date_time_ad()
   # datetime.datetime(1261, 3, 28, 18, 0, 28)

   fake.month()
   # '10'

   fake.am_pm()
   # 'AM'

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

   fake.iso8601()
   # '1971-02-02T22:47:10'

   fake.date_time()
   # datetime(1970, 3, 26, 7, 42, 47)

   fake.month_name()
   # 'May'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 6, 16, 1, 34, 18)

   fake.unix_time()
   # 781315695

   fake.day_of_week()
   # 'Monday'

   fake.day_of_month()
   # '13'

   fake.time(pattern="%H:%M:%S")
   # '17:09:20'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2012, 3, 6, 15, 3, 46)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 4, 21, 14, 35)

   fake.year()
   # '1999'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 5, 8, 52, 32)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2012, 5, 21, 2, 45, 1)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2013, 9, 6, 6, 52, 59)

   fake.century()
   # u'IX'

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

   fake.time_delta()
   # datetime.timedelta(6731, 69197)


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

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

   fake.file_name(category=None, extension=None)
   # u'quia.wav'

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


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

   fake.ipv4()
   # u'168.34.219.129'

   fake.url()
   # u'http://azevedo.com/'

   fake.company_email()
   # u'isabelly36@souza.br'

   fake.uri()
   # u'http://www.oliveira.br/category/register.html'

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

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

   fake.tld()
   # u'br'

   fake.free_email()
   # u'gabriela84@ig.com.br'

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

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

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

   fake.uri_extension()
   # u'.htm'

   fake.ipv6()
   # u'df3d:5178:907a:3939:bc8b:da8e:2e9b:267c'

   fake.safe_email()
   # u'maria-clara82@example.net'

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

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

   fake.email()
   # u'beatriz70@uol.com.br'

   fake.uri_page()
   # u'homepage'

   fake.mac_address()
   # u'7d:a1:4c:ef:dd:db'


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

   fake.job()
   # 'Scientist, physiological'


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

   fake.text(max_nb_chars=200)
   # u'Ut itaque aut placeat aspernatur est et. Autem qui sit dignissimos asperiores iste illum fuga. Sed illo rerum et dolor ducimus et ut. Aut voluptas ullam voluptatum dignissimos soluta excepturi.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Quae voluptate cupiditate esse omnis sit quia.'

   fake.word()
   # u'minus'

   fake.paragraphs(nb=3)
   # [   u'Ea pariatur molestiae dolor. Nesciunt adipisci totam voluptatem in. Sit consectetur quam aut tenetur. Aut aut quas aut voluptatem eaque molestias cum.',
   #     u'Illo quia quidem perspiciatis voluptatem. Voluptatem distinctio deleniti rerum ullam et ea.',
   #     u'In aut reprehenderit quos. Soluta eaque incidunt atque unde. Voluptas aliquid enim nihil et. Ea omnis dolorum iusto nostrum. Consectetur impedit beatae in.']

   fake.words(nb=3)
   # [u'quas', u'quia', u'omnis']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Eligendi sed sunt enim earum quia optio. Perferendis qui ab cumque repellat. Odio eum pariatur dolorem quae possimus qui facilis. Qui non molestiae placeat.'

   fake.sentences(nb=3)
   # [   u'Dolor dolores aliquam amet accusantium sed.',
   #     u'Nulla quam ut rem qui.',
   #     u'Eos voluptas officiis non est.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'CHP#&7B4^e'

   fake.locale()
   # u'es_HR'

   fake.md5(raw_output=False)
   # '625e6c1f5600eb271d6d59150c81ade6'

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

   fake.null_boolean()
   # False

   fake.sha256(raw_output=False)
   # '10fd0221a24d60f52fd86b81f27b3cbda009b79910627cd012b9f93bae830127'

   fake.uuid4()
   # '84708ed5-9dc7-4dcf-a943-c4a4c51c6a95'

   fake.language_code()
   # u'pt'

   fake.boolean(chance_of_getting_true=50)
   # True


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

   fake.last_name_male()
   # u'Azevedo'

   fake.name_female()
   # u'Levi Cardoso'

   fake.prefix_male()
   # u'da'

   fake.prefix()
   # u'do'

   fake.name()
   # u'Thomas do Ara\xfajo'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Marcela Ara\xfajo'

   fake.first_name()
   # u'Arthur'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Ana Luiza'

   fake.first_name_female()
   # u'Anthony'

   fake.last_name_female()
   # u'Cardoso'

   fake.last_name()
   # u'Lima'

   fake.prefix_female()
   # u'de'


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

   fake.phone_number()
   # u'71 7285-4539'


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

   fake.simple_profile()
   # {   'address': u'Via Valentina Rocha, 496\nGranja Werneck\n37420-781 Correia / DF',
   #     'birthdate': '2013-06-01',
   #     'mail': u'costela.thomas@uol.com.br',
   #     'name': u'Daniel Erick Barros',
   #     'sex': 'F',
   #     'username': u'lorenzo79'}

   fake.profile(fields=None)
   # {   'address': u'Pra\xe7a Pereira, 23\nPiratininga\n63283922 Dias de Almeida / PE',
   #     'birthdate': '1995-01-26',
   #     'blood_group': 'A+',
   #     'company': u'Cunha - EI',
   #     'current_location': (Decimal('17.0219605'), Decimal('-142.964476')),
   #     'job': 'Academic librarian',
   #     'mail': u'fernandes.gabriel@gmail.com',
   #     'name': u'Andr\xe9 Barbosa Dias',
   #     'residence': u'Vila Barbosa, 73\nBacurau\n92233-608 Azevedo / RS',
   #     'sex': 'M',
   #     'ssn': u'53461890766',
   #     'username': u'araujo.yasmin',
   #     'website': [   u'http://barbosa.com/',
   #                    u'http://www.santos.br/',
   #                    u'http://barros.org/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   9782,
   #     datetime(1988, 3, 16, 1, 24, 41),
   #     u'gabriela29@fernandes.net',
   #     2192,
   #     u'Odio eos veritatis.',
   #     9634,
   #     352,
   #     5883,
   #     -68.840469957]

   fake.pystr(max_chars=20)
   # u'Voluptatem fuga.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'Eligendi blanditiis.',
   #         u'Accusantium a sed.',
   #         u'http://pinto.com/homepage/',
   #         4053,
   #         u'http://santos.com/category/',
   #         185726.19854952,
   #         1288,
   #         365.1226849412,
   #         u'Et labore.',
   #         u'Repellat corporis.'],
   #     {   u'adipisci': u'Perferendis quos.',
   #         u'aut': u'Incidunt voluptates.',
   #         u'consequuntur': u'Et sequi fugiat ex.',
   #         u'et': u'Libero dolore.',
   #         u'facere': u'In aliquam quo.',
   #         u'minima': u'Veniam et tenetur.',
   #         u'perferendis': u'Veniam harum.',
   #         u'qui': 5032,
   #         u'saepe': u'http://www.pereira.br/terms.asp',
   #         u'sed': u'Doloremque.'},
   #     {   u'aut': {   0: u'luiz-fernando.correia@fernandes.br',
   #                     1: [Decimal('770.8'), 5478, u'Qui consequuntur.'],
   #                     2: {   0: u'Sit doloremque.',
   #                            1: u'gustavo.dias@ferreira.com',
   #                            2: [   u'Eaque ipsa et nulla.',
   #                                   u'henrique.castro@ig.com.br']}},
   #         u'cumque': {   4: Decimal('-78715.826366'),
   #                        5: [   datetime(1975, 8, 18, 19, 16, 39),
   #                               datetime(2011, 10, 6, 5, 4),
   #                               4022],
   #                        6: {   4: u'Quae ut aperiam.',
   #                               5: u'rocha.luigi@fernandes.br',
   #                               6: [2147, 4129.24]}},
   #         u'et': {   3: Decimal('9.50923688915E+14'),
   #                    4: [752, u'Aut et consectetur.', u'Dolor voluptatem.'],
   #                    5: {   3: 8448,
   #                           4: u'Fugit id iure neque.',
   #                           5: [   u'Aut ex quis.',
   #                                  u'alves.mariane@yahoo.com.br']}},
   #         u'facere': {   2: Decimal('880687.957'),
   #                        3: [   u'beatriz78@gmail.com',
   #                               u'waraujo@ig.com.br',
   #                               datetime(1977, 9, 23, 3, 12, 3)],
   #                        4: {   2: 1167, 3: 9020, 4: [7103, 3043]}},
   #         u'itaque': {   1: 190,
   #                        2: [Decimal('-829932718992'), 57013109524707.5, 959],
   #                        3: {   1: 8657803857.7,
   #                               2: u'Sint totam.',
   #                               3: [   u'http://www.cardoso.com/',
   #                                      datetime(1997, 6, 24, 12, 37, 26)]}},
   #         u'non': {   5: -773.336618,
   #                     6: [   u'Quia aut et quos.',
   #                            Decimal('-410107124522'),
   #                            6232],
   #                     7: {   5: 3219,
   #                            6: datetime(1984, 4, 4, 20, 58, 25),
   #                            7: [   u'Ut odit tenetur.',
   #                                   u'Delectus magnam sit.']}},
   #         u'quo': {   6: u'Doloremque eveniet.',
   #                     7: [   u'rocha.leandro@rodrigues.br',
   #                            Decimal('-2926027.45402'),
   #                            u'Fugit eius qui fuga.'],
   #                     8: {   6: 5606,
   #                            7: u'http://www.rodrigues.br/tags/tag/post/',
   #                            8: [   u'Quis voluptatem.',
   #                                   datetime(2012, 6, 7, 5, 35, 57)]}},
   #         u'ut': {   8: u'Excepturi sit.',
   #                    9: [   u'Soluta et ad beatae.',
   #                           datetime(1993, 10, 26, 8, 53, 16),
   #                           u'Vel eius sint.'],
   #                    10: {   8: u'gcardoso@hotmail.com',
   #                            9: u'http://www.cardoso.br/main/categories/post.html',
   #                            10: [   Decimal('-1.76548118739E+12'),
   #                                    u'Cumque et.']}},
   #         u'veniam': {   7: u'Pariatur tenetur.',
   #                        8: [   u'http://www.barros.com/main/',
   #                               u'Consequatur sunt.',
   #                               u'Sunt tenetur rem.'],
   #                        9: {   7: 3401,
   #                               8: u'Est reprehenderit.',
   #                               9: [126636681037.688, u'dcorreia@gmail.com']}},
   #         u'voluptatibus': {   9: u'Magni ratione ad.',
   #                              10: [   u'http://www.martins.net/tag/home.html',
   #                                      9811,
   #                                      u'zdias@lima.com'],
   #                              11: {   9: datetime(2000, 6, 5, 15, 30, 36),
   #                                      10: u'Voluptates ullam.',
   #                                      11: [   u'Quibusdam optio non.',
   #                                              Decimal('71822492.47')]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   Decimal('-925905.908016'),
   #     1561,
   #     u'Et officia quasi.',
   #     u'http://silva.org/',
   #     1501,
   #     u'Nemo dolores labore.',
   #     2526]

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   datetime(1987, 6, 15, 4, 40, 38),
   #     datetime(2015, 1, 24, 13, 33, 49),
   #     datetime(1983, 4, 9, 6, 45, 24),
   #     datetime(2007, 12, 14, 10, 29, 27),
   #     Decimal('-1434181660.9'),
   #     u'http://www.costela.br/post/',
   #     u'At alias ut.',
   #     984,
   #     49651664686.22,
   #     1467,
   #     u'Rerum dicta iure.')

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'Vel dolorem.', 2054, 855795.64384256, u'Enim quod non sit.', 9034, 79.3, Decimal('4156.46001583'), 8882, u'Aut officia aliquid.', Decimal('-46626618025.6'), u'Cum nihil ut.', 8315, u'Repudiandae tempore.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'dolorum': u'http://pereira.br/privacy/',
   #     u'fugit': datetime(1987, 8, 24, 17, 50, 50),
   #     u'modi': 4288,
   #     u'porro': u'Consequatur.',
   #     u'reprehenderit': u'Magnam dolores.',
   #     u'totam': u'marina79@pinto.org',
   #     u'ut': 5418,
   #     u'voluptatum': datetime(2006, 10, 12, 2, 1, 15)}

   fake.pyint()
   # 3807


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

   fake.cpf()
   # u'967.832.145-91'

   fake.ssn()
   # u'39572086111'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (Windows NT 6.2; it-IT; rv:1.9.1.20) Gecko/2012-03-31 00:17:50 Firefox/8.0'

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

   fake.opera()
   # u'Opera/8.67.(X11; Linux x86_64; sl-SI) Presto/2.9.170 Version/10.00'

   fake.windows_platform_token()
   # u'Windows 98; Win 9x 4.90'

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

   fake.user_agent()
   # u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.01; Trident/4.0)'

   fake.chrome()
   # u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5350 (KHTML, like Gecko) Chrome/13.0.861.0 Safari/5350'

   fake.linux_processor()
   # u'x86_64'

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

   fake.safari()
   # u'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/533.46.7 (KHTML, like Gecko) Version/4.0 Safari/533.46.7'
