Language es_MX

faker.providers.address

fake.state_abbr()
# u'NL'

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

fake.street_name()
# u'Callej\xf3n Guinea Bissau'

fake.address()
# u'Andador Rivas 481 Interior 989\nNueva Timor-Leste, GRO 98722'

fake.street_address()
# u'Callej\xf3n Jaime 976 Edif. 979 , Depto. 955'

fake.postcode()
# u'60429-3192'

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

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

fake.country()
# u'Rwanda'

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

fake.secondary_address()
# u'488 Interior 815'

fake.street_prefix()
# u'Avenida'

fake.street_suffix()
# u'Street'

fake.city_prefix()
# u'Norte'

fake.city_suffix()
# u'los bajos'

fake.building_number()
# u'2413'

fake.city_adjetive()
# u'Vieja'

fake.city()
# u'Nueva Canad\xe1'

fake.state()
# u'Chihuahua'

faker.providers.automotive

fake.license_plate()
# u'737-MXJ'

faker.providers.bank

fake.bban()
# 'HWLW5472391808631'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB50CNOH4999003057921'

faker.providers.barcode

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

fake.ean13()
# u'8067650438425'

fake.ean8()
# u'12990016'

faker.providers.color

fake.rgb_css_color()
# u'rgb(149,91,39)'

fake.color_name()
# u'BlueViolet'

fake.rgb_color()
# u'117,195,101'

fake.safe_hex_color()
# u'#bbee00'

fake.safe_color_name()
# u'fuchsia'

fake.hex_color()
# u'#675159'

faker.providers.company

fake.company_suffix()
# u'S.A. de C.V.'

fake.company()
# u'Collazo y Zamudio y Asociados'

fake.company_prefix()
# u'Despacho'

fake.catch_phrase()
# u'interfaz nueva generaci\xf3n extendido'

fake.bs()
# u'optimiza servicios web B2B'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'VISA 16 digit\nCynthia Peres\n4394208785683504 12/23\nCVC: 897\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'KOI'

fake.currency_code()
# 'LRD'

fake.currency_name()
# 'Azerbaijani manat'

fake.cryptocurrency_name()
# 'Omni'

fake.cryptocurrency()
# ('TIT', 'Titcoin')

fake.currency()
# ('SPL', 'Seborga luigino')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 21, 15, 23, 22)

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

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(2003, 7, 20, 21, 29, 2)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2016, 6, 8)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 7, 2, 43, 4)

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

fake.day_of_week()
# 'Wednesday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2014, 1, 10, 16, 33, 35)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2012, 5, 9)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2012, 8, 11, 14, 25, 13)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1970-01-23'

fake.am_pm()
# 'AM'

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

fake.date_object(end_datetime=None)
# datetime.date(1995, 1, 10)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 3, 19)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1979-03-12T01:16:18'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2008, 10, 6)

fake.month()
# '07'

fake.year()
# '1985'

fake.day_of_month()
# '07'

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

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

fake.century()
# u'XVI'

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

fake.time_object(end_datetime=None)
# datetime.time(1, 8, 42)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 3, 11, 12, 24, 30)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1995, 1, 12, 20, 44, 19)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '00:22:07'

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 30, 21, 6, 2)

fake.month_name()
# 'June'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(737, 12, 23, 22, 48, 30)

fake.time_delta(end_datetime=None)
# datetime.timedelta(1942, 12887)

faker.providers.file

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

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

fake.file_path(depth=1, category=None, extension=None)
# u'/laboriosam/sint.json'

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

fake.file_name(category=None, extension=None)
# u'eos.bmp'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'jsierra@hotmail.com'

fake.image_url(width=None, height=None)
# u'https://www.lorempixel.com/354/845'

fake.tld()
# u'biz'

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

fake.url(schemes=None)
# u'http://www.valadez-rocha.net/'

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

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

fake.uri_extension()
# u'.htm'

fake.uri_page()
# u'main'

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

fake.safe_email(*args, **kwargs)
# u'xvanegas@example.net'

fake.ascii_email(*args, **kwargs)
# 'ortizelsa@gmail.com'

fake.ipv4_network_class()
# u'b'

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

fake.ascii_company_email(*args, **kwargs)
# 'marcos06@guillen.com'

fake.domain_name(*args, **kwargs)
# u'morales-castellanos.com'

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

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

fake.slug(*args, **kwargs)
# u'eveniet-voluptates'

fake.uri_path(deep=None)
# u'tag/categories/tags'

fake.company_email(*args, **kwargs)
# u'enrique86@fonseca-valles.com'

fake.uri()
# u'http://cruz.info/list/blog/wp-content/category.php'

fake.ipv6(network=False)
# 'f666:e655:4cea:bbe5:5ac0:fd99:1d14:f5a9'

fake.free_email(*args, **kwargs)
# u'ijuarez@yahoo.com'

fake.ascii_safe_email(*args, **kwargs)
# 'lucasaguilar@example.net'

fake.mac_address()
# u'25:80:b0:ee:2a:17'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-72547-039-X'

fake.isbn13(separator="-")
# u'978-1-86398-864-3'

faker.providers.job

fake.job()
# 'Scientist, research (maths)'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Explicabo dolores aut facere eaque nostrum. Vero consequuntur voluptas quae ullam.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Sapiente saepe aut molestias quod aliquid aperiam. Nulla laborum consequuntur repellendus vitae mollitia.',
#     u'Doloribus iste quas nihil labore similique. Perspiciatis officiis ducimus nemo laboriosam corrupti similique officia. Praesentium in ut non enim.',
#     u'Totam veniam a sint unde. Commodi pariatur dicta nam dicta sed.']

fake.words(nb=3, ext_word_list=None)
# [u'aspernatur', u'debitis', u'dignissimos']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Sequi nemo molestias doloribus distinctio soluta.',
#     u'Eligendi possimus aut non.',
#     u'Beatae officia deleniti omnis officia odio repellendus alias.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Eum similique doloremque consequuntur. Commodi nobis ipsum praesentium vitae facilis odio temporibus.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Maxime ipsum iusto tempore.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'F4&PsLdw%a'

fake.locale()
# u'szl_PL'

fake.binary(length=1048576)
# bytearray(b'\xf3\xfe\x8e*\x1f\x8d%P\xae\xd3\x94^6\x96I\x9e\xabs\xd0"`e\x0f\x8fH\xdfY\xdct\xc8\x1dz\x96\x85\xa1\xab\xf9\xcb\xc6\xc6\xa38\x98\xcc\xc6\xf3iMimjY\xfc\x1e\x8d\xb1\x1d\xe3\xad\xc7\xe0;\xebL\xe6\x9dJ,O\x06\xfe\\aJ\xfa\x06+Z\x16gl\x9e\xb3|\x12\x19\x0b\xa9\x80$\xf8\xfd8o( \xa0\x1e\xd8|\x85\x86\x12\x14\xe4!C\x9b\xd2F"\n\xcc\xa9T\xfe+\xa5H\n\xf2fL\x88\xfaZd\xc0\xdb\xcdX\x8a\xe1J\xc8/\xce\xcc\x90\xf0\x1c\xbf\x87\xe0\xfb\xaef\x00\xde\xcf@X\xdb\xe99L%\x8e\xd3\xd8>\x17/RA>\x8f\xe3\xdcG\xb0\xda\xe5\xe3\xf3\xbfUZoI\xc8\x95\xeb)\xab\xe4\x9e\xb0\xd1\r\x04\x1ad\'\xfb\xabg\xa2\xbc]\xf1\\\x94h\xaf\xd3\xdd\xc9n\x81\xfbe%\x87\xedYg\x15$\x8ao\x9d\x82\\S\x0eF\x10W\\\xe3\x1b\xfe\xb9\x0c\x1c\xd1\xb6n\x8b\xa3\x8f\xcad\xa5Om\xa5\x1d\x9e\x11b\xdb\x88\xe5\x042Eh\xb6\xe3\x89*WZ\xb4\xf0\xc8\x0e8M\xd0\n\xb3\xa2\xd0\x01\xf3\x96Q\xb9\xad4;aM\xec\xf2b \x89\xd4\x9f\xe2Rj\xb4U\xb6pM\x95\xe5%\xf1H\xb0f\x94\xac4\xb1\x1b\x93v 9\x94\x026\x0f\xcb\xf7\x8e\xf0\xe6\x08~M\xc6\xac\x17:\tI\xd5\xe0l]\xdf\xab\xa7h\xbf6\x03\x86K\x82VN\x9b8\xc6\x05\x9f\x98\x8cP\x1c?\x13 \r[H=mhm&\xd1\x0c\x01\xe0F\xb1c\xb2\x7f\xfa\xa1@\xb0\xe8\x199\x0fH\xc1\x9b0\x1e\x1f\xf2\xd4\x0ek\xc4Kf\x10\xdek\xbe>@\xfe\xfa\xf7\xbf\x13\xcbT\xf7\xb2p,\xcew\x97\xd9\xc5\xc4\xac/6\xb0\xad&F\xdb"\xf9e\xad\xfc\xce6\x16\x0e\x80\x96\xb7\x1c7\xde\rj\x80\x8aC\xea\x12\xbf\x11(\xc8\x86\xd7N\xfdh\xe6\xbd\xd3\xad\xfa(\x82\x98\x1eL\x8e\xbf\xb7\x04\x9c*\x88\x9c\x12?)\xd0a\n\x15T8u\xf2\xa4!tEie\x12D\xc4\x1b\xf3Sq\xe5\xc8GW\xf3\xd0\xec\xeb\xe2#\x0cg\xab\xf5\x17\xf8q\x86\x1d\xd4\xd5\x97\xc4~\xf0\x8a\xc6\x03\xc5aq\x99hXo4\xf7U\xa1\xfd\x9a\xee\xaaWh\xa2\xb4\xd9?\x89\xc3\xd3K\xe3\x8c\xa27\x90\xecLsf+\xebo\xff\xea8*hj\xb8\x16\x97\xd5A\xd7D\xed\x98\xfat\x1b\xa9\xfd\xcf\xb6\x9d\xbb.N\x89\xb1_\x04+\xcf\xab\xdc{\x8e\x10\xa4.\xe2\'\xcdZNK\x1dgr\xf6\xd0\x83BF_\xbaL4\xf1\x95aN\xdcS\x82\xda\xe9\x82\xc3%\xc4BJ?TQ\xbeN\xbfSZq\xb0Fn(\'\x1a\xce\xaf\x9c"!0b\xa9`1\xeb\xb1\xe4Y\xb7\xcb\xd3\x8fg\xa3\xb6\x8e\xf2\x9b\x8e~\xb0E\xec\xf43\x1f\x11}\xe6\xf1\xcd\xfbKY\xd0t&\x06\xaf\x93yp(\xc5\xbb\xec\x0b=4\x98\x1ag\x16\xa9\xb5\xa5;\xd5\xea^dN!\x12\x01M!\x14\x08d\xf5Z\x96\xc5}\xf1f\xb7\x1d\x17\xcf\x8a\xfeH\xb5\x96\xad\x03\x15\x9aL>;Op\r\x88#\xe5\xa9 <;X\xa4\xe0\xda\xdd,V\xbd\x05\xdd\xa6\x1d\xd4\xbf\xba\xe7\xd1\x92;W(Y\xe0\x91H\xa7-J\x03\xbdO\x89\x89\xfa\x8d\x16\x9f\x91W\x03\xaf71\xd6\x02OJ\xf1\xcfu\xa3v\xd0\x9cx\x16r%\xa4!\xc1\xd7\xe2q\xa2\xc4\x10\xa0A\xf5\x99\xb4T\x17\x0e\x1a\xae\xf9\xa7\x87\x06\x1e\xe8\xdft\x95*\r\x93\xc5\xb2\x11?\xb9:\x8a\x9e~D\x14\x0b\xa3\xdcW\xc9\xae8\xc1\xa8\xe3O\xa8\x07\xb8$z\xf5\x1c\xf3\xa6u\x8a\xe6\xda\xc1\x0b>h\xfe\xcc\tn\x8a\xa6B\xc1\xb7\xe8\xde\xb1C\xa5\xaf\xe6Yc\xf8\xf53?U\x8a\xa0\xab\xfc2Nc\x18\xe7F\x88J\x02\x98\xe9\x11\x1c,\x1eR\xcb\xd0VY\xdc\x12O\xb1\xe8\x1b@(_\xd7\x0eBo\xe1L\x99\xa4\xc2\xba\xdf\x1a\xd1\xbe\x8d\x05\x1b:\x9cA\x14\x10\xfc\x99\r\xf7EL\xb5\xeb\xe3\x8cZ\x83\xca.\xdcP\xda\x97\xe1\xc6"S\xd2\xc2\x91VOf\xa8\xcf\xe47\xb3\xde\xe4\x07\xa3c+\xf8%7\x9d\x01\x91\xe6\x04\xfd\x10\xa3\x1b\x80')

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

fake.sha1(raw_output=False)
# '71325e1a8fbf25afd9b61bff53beb49d06038696'

fake.null_boolean()
# False

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

fake.uuid4()
# 'd09ade48-9570-3fa8-e7fc-b1d3014e8392'

fake.language_code()
# u'km'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Alva'

fake.name_female()
# u'In\xe9s Elizondo Zelaya'

fake.prefix_male()
# u'Lic.'

fake.prefix()
# u'Mtro.'

fake.name()
# u'Enrique Saavedra'

fake.suffix_female()
# u''

fake.name_male()
# u'Dr. Georgina Peres'

fake.first_name()
# u'C\xe9sar'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'Antonio'

fake.first_name_female()
# u'Esmeralda'

fake.last_name_female()
# u'Paredes'

fake.last_name()
# u'Camarillo'

fake.prefix_female()
# u'Sr(a).'

faker.providers.phone_number

fake.phone_number()
# u'087-230-9115'

fake.msisdn()
# '5941050244191'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'Calle Malave 136 Edif. 549 , Depto. 467\nVieja Finlandia, TLAX 37552-2276',
#     'birthdate': datetime.date(1998, 5, 16),
#     'mail': u'lorenachavez@hotmail.com',
#     'name': u'Dar\xedo Brise\xf1o Verdugo',
#     'sex': 'M',
#     'username': u'pamelaaguirre'}

fake.profile(fields=None, sex=None)
# {   'address': u'Avenida Michoac\xe1n de Ocampo 521 Edif. 680 , Depto. 961\nNueva El Salvador, NL 71850-6619',
#     'birthdate': datetime.date(1953, 2, 12),
#     'blood_group': 'B-',
#     'company': u'Zayas, Ontiveros y Barrios',
#     'current_location': (Decimal('-73.9730825'), Decimal('138.160597')),
#     'job': 'Printmaker',
#     'mail': u'paredesnoelia@gmail.com',
#     'name': u'Graciela Mar\xeda Salda\xf1a Almanza',
#     'residence': u'Calzada Michoac\xe1n de Ocampo 948 Interior 907\nNueva Turkmenist\xe1n, DF 24046',
#     'sex': 'M',
#     'ssn': u'659-94-3415',
#     'username': u'ocavazos',
#     'website': [   u'https://medina-godoy.net/',
#                    u'http://garibay-jaramillo.com/',
#                    u'http://www.despacho.biz/',
#                    u'http://www.roybal.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'zzZBBWVVLtVfQBYeMWcu',
#     Decimal('47178297.0'),
#     5016,
#     7387,
#     5976,
#     4798,
#     u'modestobonilla@gmail.com',
#     u'GAtkEKJBVRDvVRdxSkka',
#     u'esperanza35@gmail.com',
#     datetime.datetime(1980, 7, 7, 17, 33, 53),
#     datetime.datetime(1971, 3, 18, 8, 42, 28),
#     u'tXvNvSlkuNjQIxPaYYeP']

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

fake.pystruct(count=10, *value_types)
# (   [   u'ubEJaUFeRyZgSKyNEeIb',
#         u'http://www.grupo.org/list/explore/home/',
#         4298920.476,
#         2206,
#         Decimal('-862.637346659'),
#         970232.8687,
#         8818,
#         -95593707546.701,
#         9940,
#         Decimal('-77908214079.9')],
#     {   u'facere': u'fMyMnULNneJWJycNeeYp',
#         u'incidunt': datetime.datetime(1971, 1, 9, 14, 25, 21),
#         u'magnam': u'salmanieto@club.com',
#         u'minima': u'ALIzWjNoQygvZaTDwtfs',
#         u'omnis': u'oAydnzoaGPBMyFKPbzhK',
#         u'perferendis': u'EaeETlWRIGubGdnHJgPY',
#         u'provident': u'tFFBBiAzOYLQxvdvkbOt',
#         u'sed': u'yiynpWxEGvyOKXtQdnBA',
#         u'suscipit': 4640812313.0},
#     {   u'a': {   4: 7899,
#                   5: [   2467,
#                          u'wQgDkSmSLlzigFWisGpt',
#                          u'https://alejandro.com/'],
#                   6: {   4: 1300,
#                          5: u'kvela@hotmail.com',
#                          6: [   u'vMFwvPVKDdAxBbzteUHS',
#                                 u'tejadacristina@yahoo.com']}},
#         u'deleniti': {   7: u'kpFVfBYHXqOHUVOKYorh',
#                          8: [   u'hwyePQdjGpNvMfAAKgbi',
#                                 6368,
#                                 u'rRYkubumNVnOVyqTqaDI'],
#                          9: {   7: u'GAFtuFSFLNhtSAmiHObc',
#                                 8: u'buTDukodxgpWZzqzYQvD',
#                                 9: [   u'oOjantxwjnEByPRrkqtd',
#                                        u'http://www.tamez.net/about/']}},
#         u'dolor': {   6: 3799,
#                       7: [   u'tpwESgaYIlWoiAbLeFRn',
#                              2489,
#                              u'http://www.concepcion.com/terms.asp'],
#                       8: {   6: Decimal('-77.3077'),
#                              7: u'XAcAFGnJWGFIdcHyrooI',
#                              8: [u'RxerpNuSycEODHYqEbyO', 9879]}},
#         u'fugiat': {   5: 4300,
#                        6: [u'TGBKHsqVYmQngTDdciYn', 8135.0, -37.24407],
#                        7: {   5: u'tCZWUYKBgYxBmyGATfVG',
#                               6: -657175.3,
#                               7: [u'ANhhxmlWWOVVSRKugxlw', 8148]}},
#         u'maxime': {   2: u'patriciomalave@orellana.com',
#                        3: [   u'https://www.badillo.com/categories/about.asp',
#                               Decimal('2358.377728'),
#                               u'sOSXaSLfgzFAEDIgcdME'],
#                        4: {   2: -76986870.0,
#                               3: u'iOdQiCEvFKCuUwyNBeJq',
#                               4: [   u'ZAAyDegnFzeultgbkHrn',
#                                      u'ERTvQRixOQAPkLnTVlmr']}},
#         u'recusandae': {   8: Decimal('19507029.0'),
#                            9: [   u'oswaldo84@haro-godinez.com',
#                                   Decimal('3133222492.9'),
#                                   -326312769.2],
#                            10: {   8: u'iEtIKDrpmLGksUiIDgrc',
#                                    9: u'pKPdPVBaLIxnKiUUgzHe',
#                                    10: [9575, 1423]}},
#         u'repellendus': {   3: u'PctVJchkuburOwokxLpx',
#                             4: [   9416,
#                                    u'https://www.proyectos.com/',
#                                    u'SVCrxVrTjIqJqrLcnBDV'],
#                             5: {   3: u'http://laboratorios.com/home/',
#                                    4: u'TvMWfavmjPsSxPqluXVS',
#                                    5: [   u'http://grupo.org/blog/terms/',
#                                           u'https://www.betancourt-vela.com/index.html']}},
#         u'reprehenderit': {   1: 7993.47902,
#                               2: [   u'https://guillen.biz/index/',
#                                      u'parraflavio@industrias.com',
#                                      u'covarrubiascarolina@cisneros.com'],
#                               3: {   1: -87.197146312,
#                                      2: 4891,
#                                      3: [u'abraham77@gmail.com', 8774]}},
#         u'similique': {   9: Decimal('5.72575195903E+12'),
#                           10: [   u'UuPVjvRaUnEtghbjfwoN',
#                                   u'iRjOvZQuwUgUJNAoqMcu',
#                                   u'https://garay.net/categories/blog/post.asp'],
#                           11: {   9: 1657,
#                                   10: u'http://navarro.org/tag/list/register/',
#                                   11: [   u'http://paz-esquibel.com/tag/index.htm',
#                                           u'WIJWjfogcnFuyxVYnahN']}},
#         u'ullam': {   0: u'https://www.caraballo.info/home/',
#                       1: [   6874,
#                              u'fuPSMiebNLaGFEUqWlTQ',
#                              u'lucia00@gmail.com'],
#                       2: {   0: 5711,
#                              1: u'http://www.nino.com/search/privacy/',
#                              2: [4099, u'alicia60@rios.org']}}})

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

fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('5.46242365894E+14')

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   29792.587754114,
#     u'zyivTlCnkoJEzDMBmLfW',
#     6429,
#     2379,
#     42642.33,
#     571509793935.0,
#     u'https://briones.info/category/']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   1066,
#     7371,
#     u'https://menendez.com/blog/category.asp',
#     1649,
#     Decimal('-1390.39645914'),
#     u'fVztquwzxdpTZgCGCfpY')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'MMmLjLbTOpZKUIohEdmh', 8.91528756, datetime.datetime(1985, 11, 27, 22, 14, 18), datetime.datetime(1988, 6, 26, 4, 18, 23), 4168, 6906, u'CDApcVQROBFGsFTRWPWV'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'consequuntur': 7200,
#     u'cupiditate': 8739,
#     u'ea': u'OyTsGDkZiMviDcJUmwkY',
#     u'exercitationem': u'CoaNquNKcLVHdcixgqPe',
#     u'fugit': 526.728976,
#     u'ipsam': u'QUkFgsAFskntCTgsDGKV',
#     u'maiores': -18.82021,
#     u'provident': Decimal('-2868306990.63'),
#     u'reiciendis': 934258238059614.0}

fake.pyint()
# 5127

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'210-06-1920'

fake.ein()
# u'63-6373358'

fake.itin()
# u'914-72-1839'

faker.providers.user_agent

fake.mac_processor()
# u'PPC'

fake.firefox()
# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_7_9; rv:1.9.3.20) Gecko/2013-05-02 14:30:53 Firefox/3.6.10'

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

fake.opera()
# u'Opera/8.19.(Windows NT 5.01; ja-JP) Presto/2.9.175 Version/11.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (Windows 95; eo-US; rv:1.9.2.20) Gecko/2011-01-07 09:27:48 Firefox/3.6.20'

fake.linux_processor()
# u'x86_64'

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

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

fake.safari()
# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_9_6 rv:6.0; byn-ER) AppleWebKit/533.9.2 (KHTML, like Gecko) Version/5.0.1 Safari/533.9.2'