Language pt_BR

faker.providers.address

fake.estado_nome()
# u'Santa Catarina'

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

fake.street_name()
# u'N\xfacleo Vitor Gabriel FariasFernandes'

fake.street_prefix()
# u'Viela'

fake.address()
# u'Quadra Luiz Ot\xe1vio Ferreira, 56\nS\xe3o Jos\xe9\n83557-950 Sales da Prata / SC'

fake.street_address()
# u'Parque Peixoto, 79'

fake.bairro()
# u'Vista Do Sol'

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

fake.country()
# u'Cro\xe1cia'

fake.estado_sigla()
# u'GO'

fake.street_suffix()
# u'Street'

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

fake.estado()
# (u'TO', u'Tocantins')

fake.city_suffix()
# u'do Oeste'

fake.building_number()
# u'10'

fake.country_code()
# u'KN'

fake.city()
# u'Cavalcanti'

fake.postcode()
# u'81188-155'

faker.providers.automotive

fake.license_plate()
# u'5-W9707'

faker.providers.barcode

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

fake.ean13()
# u'6345390336303'

fake.ean8()
# u'72674963'

faker.providers.color

fake.rgb_css_color()
# u'rgb(254,113,217)'

fake.color_name()
# u'Quartzo'

fake.rgb_color()
# u'187,75,5'

fake.safe_hex_color()
# u'#22dd00'

fake.safe_color_name()
# u'verde'

fake.hex_color()
# u'#4911ea'

faker.providers.company

fake.company_id()
# u'72635131000156'

fake.company_suffix()
# u'e Filhos'

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

fake.cnpj()
# u'67.020.094/0001-31'

fake.catch_phrase_verb()
# u'de inovar'

fake.catch_phrase()
# u'O poder de realizar seus sonhos mais facilmente'

fake.catch_phrase_noun()
# u'a vantagem'

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

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'American Express\nOt\xe1vio Souza\n348225106634995 03/20\nCID: 0712\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'AMP'

fake.currency_code()
# 'THB'

faker.providers.date_time

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2000, 10, 30, 0, 46, 18)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2010, 5, 23, 11, 48, 32)

fake.time(pattern="%H:%M:%S")
# '04:43:22'

fake.date_time_ad(tzinfo=None)
# datetime.datetime(1738, 5, 15, 18, 4, 2)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2017, 6, 27)

fake.day_of_week()
# 'Sunday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2015, 8, 2, 11, 30, 17)

fake.time_object()
# datetime.time(8, 1, 58)

fake.iso8601(tzinfo=None)
# '1992-01-29T22:42:00'

fake.time_delta()
# datetime.timedelta(16320, 24012)

fake.am_pm()
# 'PM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2017, 7, 21, 7, 42, 40)

fake.date_object()
# date(2013, 1, 9)

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2017, 8, 6, 10, 13, 56)

fake.date_time(tzinfo=None)
# datetime(1976, 5, 3, 15, 27, 26)

fake.date(pattern="%Y-%m-%d")
# '1973-01-30'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2017, 7, 31)

fake.month()
# '10'

fake.unix_time()
# 1188323168

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 7, 10, 6, 36, 53)

fake.day_of_month()
# '02'

fake.year()
# '2015'

fake.timezone()
# u'Africa/Banjul'

fake.century()
# u'VI'

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 3, 2, 23, 26, 18)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2017, 7, 11, 6, 46, 54)

fake.month_name()
# 'August'

faker.providers.file

fake.file_path(depth=1, category=None, extension=None)
# u'/ex/a.jpeg'

fake.mime_type(category=None)
# u'text/xml'

fake.file_name(category=None, extension=None)
# u'dolore.odp'

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

faker.providers.internet

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

fake.company_email()
# u'cmoraes@gomes.br'

fake.uri()
# u'https://pereira.com/search/'

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

fake.ipv4(network=False)
# '159.228.253.6'

fake.domain_name(levels=1)
# u'moura.br'

fake.tld()
# u'com'

fake.uri_path(deep=None)
# u'categories/wp-content'

fake.free_email()
# u'milena88@yahoo.com.br'

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

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

fake.uri_extension()
# u'.jsp'

fake.ipv6(network=False)
# 'f95:6968:d8e4:337d:1552:1b67:cefe:86f9'

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

fake.image_url(width=None, height=None)
# u'http://www.lorempixel.com/58/543'

fake.email()
# u'isabelly21@viana.br'

fake.uri_page()
# u'category'

fake.mac_address()
# u'49:c4:13:f8:e4:b7'

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

faker.providers.isbn

fake.isbn10(separator="-")
# u'0-9802837-2-8'

fake.isbn13(separator="-")
# u'978-0-235-43715-4'

faker.providers.job

fake.job()
# 'Engineer, electronics'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Doloribus qui inventore excepturi fugit magni iure. Dignissimos eligendi et a ad pariatur. Doloribus quae facere laborum quia.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Aperiam possimus consequatur ducimus non. Mollitia similique sed fugit corporis voluptate. Corporis quo ipsa minus quis.',
#     u'Sequi provident sed magnam aperiam soluta nam. Expedita perspiciatis saepe sequi mollitia quia officia ex. Suscipit repellendus odit ea veniam itaque explicabo inventore saepe. Nihil et illum mollitia quibusdam ut numquam.',
#     u'Earum sed recusandae deserunt optio. Quisquam possimus expedita repudiandae omnis odio praesentium nihil. Earum nobis doloremque numquam distinctio illo.']

fake.words(nb=3, ext_word_list=None)
# [u'aut', u'iure', u'delectus']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Voluptates alias inventore quia iusto incidunt illo id sunt.',
#     u'Ex culpa placeat quo dicta inventore.',
#     u'Ipsum laboriosam assumenda dignissimos minima atque adipisci.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Sunt ipsam cum illum doloremque facere velit. Consequuntur optio non libero blanditiis ipsa necessitatibus repellat. Quas doloribus nulla cum molestias.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Dolor esse ratione eaque minima.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'Oq9@UMtuR*'

fake.locale()
# u've_ZA'

fake.binary(length=1048576)
# bytearray(b'\xb8\xbe\xb1\x15ijV\x06\x0b\x97\x98\x03\xe9\xf6\xe6\xa0\xf5\xee\xd3x>.0U\ne\xb1NU\xac\xc3\xacC\xa8LK@\xe9\x13\xfd\xec\xbd\xda\xaa\xc6\x90\xd5\t`\t\xadl\xebK3lE\xe2\xa0\xfd\xed\xaaV8^\'F\xf0\xcaA\x97\xa5\xdc\xff\xe8\xa8e\xdf\xb4\xaf\xfb\x08$\xcb\xf4\xb4U\\\\\x84\x0f\x82S\xc0\x10\x11\x87\x07\xe1%s3\x12\xd2\xcd2Z\xa5\xca\xe4\xf2\xfb~u\x8fM\x93\xf3e\xca\xea\x159\xc3\n{Dg\xae\xf4~\xfd\xa1\xa0\xd6\xd4\xbd\xe7gE\xe3\xc9\xd3\xffS\xb8NQ\x15\xe4\x81\xd2I\xcb\xce\xcasp\x0f\xe5\xd4\xd2\x89\xdb\x14WL\xa9\\\xc3>\xean\xfb\x1b\xea\xa0\xb0\xaf\x87\x87 \x0e\xf3z\xd0\xcc\xce\x8b\xf4^\xec\x84|\xdeG\xbc\xe0\x0e\xaf\x98\x0c\xcb\xf1\x07\xe6Evh\xf7:\xfe\xeb(.\x17\xb5c\x00\xcf\xa4\x1d\xdd\x9d}Qt\x81-\xe0\x05\t]\xaah\xa6q\xb7{R\x84\xb0\xb5*\x93\x90\xda4\x89y\xe9\x88\x11q\t[\xf8O\xbdm\x06\x1b\xe85\x0b\xcda\xbd\xbew\xf6/#\xfc\xad\xe5\x96\xc3\x0e\x1a\x0eN\xf1C^\xe3\xdf\xa5\xb6\xf3L\x9e\x17\x1f\xbezlw\xb1\xd2a\x0eVrD\xd6\x1c6\xf6\x9d\xde\xa1b\xccu \xe7j\xfa\x16>\xe5\x01\xc0\xa6g\xbe\x01p\xf5N)q\n\xbb\x9c)\xa9,O\xb6\xaf\xd8\x89\xb9 \xd0\x00k\xdd\x0f#\xed\xb1\x85\xb1y\xd7\xfb\r\x0f\x8bP\x11\xf3\x867J\x15ORf\xdb\xc1\xedVz\xb9\xe6\x085b\x95@I\xaa\xaf\xbe\xa6\xf1\x03\x0csKx\x05\x8d\x12"\xa9\xb12\xc9~\x18\xbe\x86U$>^W\xab\xa2v\xe0\xc6\xacpD@\x96\x8dH\xad\x1c}\xa8\x02j\xea\x1b\xe9\x82\x82\xd1Tf\x95\x92\xa3\xea\xect!\x14\n\xb3\xbe|Y\x00\x86nOK\xa13\xf1\x14@\x94\x82\x81\xf5\x96\xa3\x9e,%\xd4X\xab*\x04B\xabQ\x05x%\xb9%\x92\xbb\xc0\x85w\xa5\x8b\'\x1f\xb9\x10J\xed\x0b\xb8\xc7\x18IR\xd7\xb1Ru\xa3\x1eb\x9e\xdfs\xa8\x0cm\xf2\x9a&*\xaf\xb3*JW\xde\xad\x8fI\'\x841C\r?\xb1\x13\x19[\xccWj\x16\xacC~\xd5\xafG\xa5\xf5\xb5\x04*j\xf6n\xb5\x8e\xd4\xa7\x83\xd5\xfc~\x12\xd9\xe0\xacoV\xbf\xc7\xbfj\x0c\x85g\x91\x94\xa84\x99j\x8b\xcd\x0e\xc7\xdf\x15\x9af\x8c^#?\xa1H\xfa\xb2m\xec|d\xed\xb1t~\x8b\xff\xdd\xc0\x89\x9a\x87s\xec\x82Z#\x06k\x9bCU\x03G\tF\xd85\xe9\x94\x0c\xff\xc7\xa5\xac\xfcY\niK\x9d\x1c\x8bZC\x7f\x9b\x064\xa2x\xe2t\x1cqrFA\xe5<\xbe\x87\xf8\x1a|5\xe6\xca\xa6\xdf\xb3y\xc7)\xe26;\xd0\xa9\xfcm\x15?(W\x81*\xd4g\xd0\xd8\xc5\x99\xe17Z\x06\xc3E\xe1\x08uRu\x9f\x84\x81\x06fL\x05\xb5\x1f}\x0ex00\xb5\xc0\xe6\x8d%)\xd4\xeb\x824\xcd\x04\xb2\x91D\xf6\xd3\xfc\xc8\x12\xb5\x9c\xa9"\xe8\x03[\x90(\xb5\x1f\xe3\x91\x879\x89K\xf8\xf3\xbe\x133\xcf\xf6\xc8\x13u\x14\xf5\xc6#\x99{6R0N\xa5@\xa0\x82]\x17\xc7\x007\xb5\x9e\xef|\xfb\x9e\xf6n\x84^\xfa\xab8oCd\xf7\x99mZpi\xb8\x8e\xfe}\xb0\xea\x82\x1e\xf6Z\xd4\x85\xf7+c\x94\xd44D\xd1IK\xfe\xec\xc0\xfc\x07\x9dZ\x8c.&?\xa6\x1d\xee\xf6\xa1m\x86$L\x95y\xd0\xf4L\xd9\xe7\x03\xcf\xde\xfe\xb6x\xa9j\x11\xf19.SM\xed1\xbd\xf7M\xa7H\xb5\tc\xab\xb9\xb8|l\xda\xa4\x10P8vT1\xd3@\xd1\x16\x13\xa1\xe4+k\x9f\xcd\xcb\x839E\xa3\xb7@\x10\x03\xecQ4A\x81rH>U\xf6u*\x8aM.\xea\xb7t\xfe\xd5\xb6vn\xc6\xa3.\x7f\xc8\xefm#\xa0q\xfe\xecp\rN\xb1\x06q\xcb\x04\xa8\x1fN\xeeS\x8b|\n\x8e\xf8\xc8G\xfd\x85\'\xbaY\xe1`\xb1X0o?\xb2\xd8DW#\x9c/z\xa7o\xf7\xc4\xe3\xa2\\V1xFL]\t\x9a{\xa8\xabwK\xfb_\xcb\xc0\xfe,\xe5)Z\x82\xcbX\xb4W\xdb')

fake.md5(raw_output=False)
# '0dd67daa36579200519427f85ae87e23'

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

fake.null_boolean()
# True

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

fake.uuid4()
# 'a6b45e76-b51d-5f0b-c468-9683fa8ca211'

fake.language_code()
# u'ig'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Duarte'

fake.name_female()
# u'Juliana Lima'

fake.prefix_male()
# u'Dr.'

fake.prefix()
# u'Sra.'

fake.name()
# u'Thomas Cunha'

fake.suffix_female()
# ''

fake.name_male()
# u'Ben\xedcio da Paz'

fake.first_name()
# u'Carolina'

fake.suffix_male()
# ''

fake.suffix()
# ''

fake.first_name_male()
# u'Pietro'

fake.first_name_female()
# u'Lara'

fake.last_name_female()
# u'Cavalcanti'

fake.last_name()
# u'Souza'

fake.prefix_female()
# u'Srta.'

faker.providers.phone_number

fake.phone_number()
# u'31 7950-2347'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'Feira de Ribeiro, 3\nMonte Azul\n02691286 Barbosa do Oeste / BA',
#     'birthdate': '2000-07-21',
#     'mail': u'danilocampos@bol.com.br',
#     'name': u'Maria Luiza Cardoso,',
#     'sex': 'F',
#     'username': u'cau\xe363'}

fake.profile(fields=None, sex=None)
# {   'address': u'Lago Azevedo, 2\nCopacabana\n77304-889 Mendes / TO',
#     'birthdate': '1981-11-08',
#     'blood_group': 'B+',
#     'company': u'Castro',
#     'current_location': (Decimal('38.857846'), Decimal('71.812226')),
#     'job': 'Teaching laboratory technician',
#     'mail': u'vfreitas@ig.com.br',
#     'name': u'Anthony Azevedo',
#     'residence': u'Viaduto Francisco Pinto, 917\nMarieta 1\xaa Se\xe7\xe3o\n74586652 Teixeira do Oeste / MA',
#     'sex': 'M',
#     'ssn': u'34962081713',
#     'username': u'unovaes',
#     'website': [   u'http://rocha.net/',
#                    u'https://da.com/',
#                    u'http://www.gon\xe7alves.net/',
#                    u'https://www.moreira.br/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'http://da.br/faq.html',
#     5182,
#     u'JfhDispNVAxbkPecIfuw',
#     u'TPgkflHjeAESBTlkIwlR',
#     u'souzaluiz-felipe@ig.com.br',
#     u'vit\xf3riasouza@almeida.br',
#     6937,
#     u'IQPmQrTBoGRSoBLaWZxG',
#     u'ePKyEpOZvBFXTsjTtoxd',
#     Decimal('-94304.2397039')]

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

fake.pystruct(count=10, *value_types)
# (   [   u'UHcEGxKgXUMvrwxFPLTB',
#         u'XZGOSUPsfIivtgQlzObE',
#         608197072.556,
#         45088187742634.5,
#         916327685170.3,
#         2813,
#         Decimal('325.1710545'),
#         u'ZZeBEgcWIDLMqgVnlgKU',
#         u'felipepeixoto@cavalcanti.org',
#         4545],
#     {   u'cupiditate': u'http://da.br/main/search/',
#         u'esse': datetime(2010, 8, 14, 3, 1),
#         u'ipsam': u'HoewMXhTrkBcuJwJWIgn',
#         u'libero': Decimal('-800.88748305'),
#         u'minus': Decimal('76413.93358'),
#         u'molestias': datetime(1992, 7, 3, 9, 44, 33),
#         u'numquam': u'https://www.costela.org/posts/main/',
#         u'possimus': u'diegocosta@gmail.com',
#         u'sint': u'MnVcipIsRzexcOGEdzeh'},
#     {   u'aperiam': {   5: u'CcuSGUlOBwvHUqLVJYVR',
#                         6: [   u'isaacfoga\xe7a@da.br',
#                                datetime(2016, 1, 22, 7, 2, 49),
#                                u'EhaeEkLsHjuDfmPBNxlb'],
#                         7: {   5: u'mpLBZmrOurbykdCWeKdL',
#                                6: 244.9873535935,
#                                7: [u'nascimentolucca@bol.com.br', 1946]}},
#         u'aut': {   0: 1075,
#                     1: [   Decimal('-773126871.63'),
#                            Decimal('997.512415065'),
#                            u'PqUEoykCmYXqyZUzZpqa'],
#                     2: {   0: datetime(1993, 9, 5, 22, 12, 24),
#                            1: u'SjflONHuVnFkPZEBpdvl',
#                            2: [-7478304845.953, u'DaFCdcqkpYoSlHCEJWCT']}},
#         u'dolorum': {   1: u'fIGcBQwXuwgczcyaMysn',
#                         2: [   u'HzCfWXqYThwpIDtVtzlT',
#                                u'VaUhUVUvFPVGCgPHdYsP',
#                                datetime(1982, 9, 7, 1, 14, 28)],
#                         3: {   1: u'mUqmRpjAdNFxKDuQbYmf',
#                                2: u'ana-j\xfalia03@oliveira.com',
#                                3: [   u'limaenrico@ig.com.br',
#                                       datetime(1980, 2, 26, 8, 29, 21)]}},
#         u'in': {   7: u'alexandre15@uol.com.br',
#                    8: [   Decimal('3458438.31685'),
#                           Decimal('672501.99934'),
#                           u'QGiieFOVqNwgqPxDevjH'],
#                    9: {   7: u'nNrDQYEBqRdqQwOhEwma',
#                           8: u'meloana-l\xedvia@jesus.br',
#                           9: [   u'ALfmmZAqWuCkdawuBLru',
#                                  u'freitaseloah@hotmail.com']}},
#         u'incidunt': {   3: u'https://cardoso.br/login.htm',
#                          4: [-12303.2748, Decimal('-2.92033321'), 7299],
#                          5: {   3: u'https://www.moraes.br/category/explore/post/',
#                                 4: u'tEtDUECpqYlOxBUMzmsg',
#                                 5: [   datetime(2004, 1, 28, 23, 37, 24),
#                                        u'NGFTIGjAcNlbRibtlkkB']}},
#         u'inventore': {   9: u'nUDChQhhbWhyjJVqkeGv',
#                           10: [   u'tpcAKvsnBFWffogGkoMU',
#                                   u'http://www.da.br/privacy.html',
#                                   5027],
#                           11: {   9: datetime(2015, 9, 25, 8, 58, 57),
#                                   10: 82976323.9,
#                                   11: [9395, u'fcDhOtrfhownEWNlJkvn']}},
#         u'quidem': {   2: datetime(2009, 9, 15, 18, 28, 2),
#                        3: [   datetime(2004, 2, 11, 23, 22, 17),
#                               u'jo\xe3o-lucasalves@uol.com.br',
#                               73.70986],
#                        4: {   2: 8660,
#                               3: u'hzWqXyzmkJFFGRtVCtFt',
#                               4: [   u'tRILDqXCUNFCSrwUsgxm',
#                                      u'http://pires.com/']}},
#         u'repellat': {   6: 3732,
#                          7: [   u'LkHMWBUWFrLaxXfkGEdG',
#                                 u'rWWFXBPDaXyzzebOTvVO',
#                                 u'caAWbAtDDBQdxwHQZhCE'],
#                          8: {   6: Decimal('39843848.4'),
#                                 7: u'diegocorreia@oliveira.org',
#                                 8: [8619, u'XnmWhlgNuMFVdMWBgNai']}},
#         u'repellendus': {   8: u'JNKgBFRRKEtBBseiDUln',
#                             9: [   5078,
#                                    u'maria-sophiamelo@yahoo.com.br',
#                                    u'aBSdFYBWiqLRLSAkPOaW'],
#                             10: {   8: u'qxFlWoIhGzKGHcjldAXr',
#                                     9: u'NhwBFUsbojZgNIBtAQAL',
#                                     10: [   u'ramosjo\xe3o-guilherme@hotmail.com',
#                                             Decimal('5.1239065544E+14')]}},
#         u'reprehenderit': {   4: u'PxfRczzsTxwNwZXpocoW',
#                               5: [   u'http://www.almeida.br/main/main/main/post.php',
#                                      u'ByEZxyYibOkHLOfwVgeK',
#                                      u'tPsZYgiUDTTJgStGymth'],
#                               6: {   4: Decimal('585288.922696'),
#                                      5: u'http://www.lopes.br/tags/explore/about/',
#                                      6: [   2792,
#                                             u'camposdavi-luiz@uol.com.br']}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   datetime(1980, 7, 28, 16, 3, 52),
#     u'itsUTNeiutmZquqgejdu',
#     97.6917463259,
#     -4234170757.29,
#     u'uBzqbMdrgxkZGWKYxSrF',
#     44.4480854,
#     u'FZDlVtTtDTbislqgfCnW',
#     u'hsCupVXmizpmirsFwcuc']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   datetime(1983, 1, 9, 11, 52, 57),
#     u'http://jesus.org/search/explore/main/register/',
#     Decimal('10.7447392698'),
#     u'wuCNyFOYnJqCBlbmxVhE',
#     -27720.66,
#     u'urIIWOsLUIdSmzKoPjWP',
#     Decimal('6.7333996996E+11'),
#     850,
#     Decimal('8.36107585477E+13'))

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'LPBUDJmkjorhkYIogrTM', u'MurXRGfTZbAgQzaEZvgJ', u'qLTPmtUbEpQLACecQAQT', Decimal('-2883.17202592'), datetime(1974, 9, 13, 19, 49, 53), 1136, -50125118882822.3, 2259, Decimal('-85.70629574'), u'http://www.silva.br/search/'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'accusamus': 3017487006813.8,
#     u'amet': 7872,
#     u'aperiam': 5791,
#     u'assumenda': 8136,
#     u'deserunt': u'wHDFjxDxWoxviITaGtyJ',
#     u'facere': u'TmGTCDwwXVTmOzMPdoIH',
#     u'impedit': 4457,
#     u'laudantium': 5301,
#     u'natus': u'https://nogueira.net/app/category/faq/',
#     u'neque': datetime(2006, 5, 31, 16, 56, 4),
#     u'placeat': u'pFgsrkeAGrMjfmiMJaUc',
#     u'rem': 9459,
#     u'voluptatum': u'alNcjfMjSjGdyLGTjRaX'}

fake.pyint()
# 9286

faker.providers.ssn

fake.cpf()
# u'741.563.908-11'

fake.ssn()
# u'84590712611'

faker.providers.user_agent

fake.mac_processor()
# u'PPC'

fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2015-03-12 00:18:57 Firefox/3.8'

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

fake.opera()
# u'Opera/9.68.(Windows NT 5.2; os-RU) Presto/2.9.177 Version/11.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5; rv:1.9.4.20) Gecko/2010-06-28 15:40:50 Firefox/3.6.3'

fake.chrome()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_6) AppleWebKit/5330 (KHTML, like Gecko) Chrome/14.0.814.0 Safari/5330'

fake.linux_processor()
# u'i686'

fake.mac_platform_token()
# u'Macintosh; PPC Mac OS X 10_8_5'

fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; eo-US) AppleWebKit/534.46.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B114 Safari/6534.46.7'