
Language es_MX
**************


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

   fake.state_abbr()
   # u'SIN'

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

   fake.street_name()
   # u'Calzada Sur Nazario'

   fake.address()
   # u'Viaducto Sur Due\xf1as 030 989\nNueva Colombia, QRO 94663'

   fake.street_address()
   # u'Continuaci\xf3n Sauceda 075 Interior 115'

   fake.postcode()
   # u'75309'

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

   fake.country()
   # u'Rep\xfablica Federal Democr\xe1tica de Nepal'

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

   fake.secondary_address()
   # u'659 Edif. 624 , Depto. 975'

   fake.street_prefix()
   # u'Retorno'

   fake.street_suffix()
   # u'Street'

   fake.city_prefix()
   # u'Sur'

   fake.city_suffix()
   # u'de la Monta\xf1a'

   fake.building_number()
   # u'2073'

   fake.country_code()
   # u'CV'

   fake.city_adjetive()
   # u'Nueva'

   fake.city()
   # u'Nueva Malasia'

   fake.state()
   # u'Quintana Roo'


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

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

   fake.ean13()
   # u'1583037794573'

   fake.ean8()
   # u'97408246'


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

   fake.rgb_css_color()
   # u'rgb(216,34,13)'

   fake.color_name()
   # u'SeaShell'

   fake.rgb_color_list()
   # (84, 30, 154)

   fake.rgb_color()
   # u'65,119,201'

   fake.safe_hex_color()
   # u'#66cc00'

   fake.safe_color_name()
   # u'yellow'

   fake.hex_color()
   # u'#eecc04'


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

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

   fake.company()
   # u'Ju\xe1rez y Mercado S.C.'

   fake.company_prefix()
   # u'Proyectos'

   fake.catch_phrase()
   # u'circuito nacional configurable'

   fake.bs()
   # u'explota contenido uno-a-uno'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'VISA 16 digit\nMarcos Fr\xedas\n4059001182606111 02/23\nCVC: 767\n'

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

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


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

   fake.currency_code()
   # 'JPY'


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

   fake.date_time_ad()
   # datetime.datetime(207, 1, 22, 17, 46, 21)

   fake.month()
   # '03'

   fake.am_pm()
   # 'AM'

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

   fake.iso8601()
   # '1975-01-05T06:21:18'

   fake.date_time()
   # datetime(2004, 10, 4, 23, 55, 18)

   fake.month_name()
   # 'August'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 3, 24, 1, 31, 2)

   fake.unix_time()
   # 383723324

   fake.day_of_week()
   # 'Monday'

   fake.day_of_month()
   # '09'

   fake.time(pattern="%H:%M:%S")
   # '21:56:48'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2002, 7, 14, 1, 46, 36)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 5, 0, 48, 52)

   fake.year()
   # '1997'

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

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2010, 7, 19, 17, 52, 5)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2014, 7, 25, 4, 24, 8)

   fake.century()
   # u'IV'

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

   fake.time_delta()
   # datetime.timedelta(16072, 84701)


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

   fake.mime_type(category=None)
   # u'multipart/encrypted'

   fake.file_name(category=None, extension=None)
   # u'quos.mp3'

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


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

   fake.ipv4()
   # u'3.157.250.59'

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

   fake.company_email()
   # u'umuniz@industrias.biz'

   fake.uri()
   # u'http://elizondo.com/main/'

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

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

   fake.tld()
   # u'net'

   fake.free_email()
   # u'nancy.alcaraz@gmail.com'

   fake.slug(*args, **kwargs)
   # u'corporis-aut-et'

   fake.free_email_domain()
   # u'hotmail.com'

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

   fake.uri_extension()
   # u'.html'

   fake.ipv6()
   # u'2e69:6c66:13cb:e5bb:c334:a792:30db:9c81'

   fake.safe_email()
   # u'ameraz@example.net'

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

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

   fake.email()
   # u'raul.alvarez@yahoo.com'

   fake.uri_page()
   # u'search'

   fake.mac_address()
   # u'18:6c:c8:16:75:31'


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

   fake.job()
   # 'Media buyer'


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

   fake.text(max_nb_chars=200)
   # u'Temporibus non dolor dolor vel blanditiis in. Nobis excepturi ea itaque. Consequatur est earum qui et totam debitis.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Id consequatur voluptatem repellat eum quis.'

   fake.word()
   # u'qui'

   fake.paragraphs(nb=3)
   # [   u'Temporibus iste eaque vel magnam suscipit ex. Et omnis eum odio delectus. Ut neque facere ut sit.',
   #     u'Consectetur accusamus minima perspiciatis ut ut sed. Ut vero perferendis repudiandae iusto labore natus. Temporibus non voluptas est.',
   #     u'Ut assumenda voluptatem fugiat consectetur quos a vel. Est provident eaque dolores. Placeat aut debitis cum qui hic. Ea et quasi ipsum illo illo rerum.']

   fake.words(nb=3)
   # [u'veniam', u'nobis', u'deleniti']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Exercitationem voluptatem doloremque consectetur sunt debitis velit reiciendis tenetur. Quis ipsam tenetur est et. Cum consectetur quos repellendus dolor ab vel. Atque blanditiis perferendis delectus et libero facilis.'

   fake.sentences(nb=3)
   # [   u'Similique sed commodi aperiam vitae cumque et.',
   #     u'Sapiente sunt blanditiis aperiam modi doloremque.',
   #     u'Possimus est iusto nihil voluptas.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'f_EL#OY@mU'

   fake.locale()
   # u'de_TR'

   fake.md5(raw_output=False)
   # 'c2ef1f5e6ac1085613ed19a87b3b3ab8'

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

   fake.null_boolean()
   # None

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

   fake.uuid4()
   # '6bc03f4d-ff7a-4170-bc16-8e217c94913e'

   fake.language_code()
   # u'es'

   fake.boolean(chance_of_getting_true=50)
   # False


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

   fake.last_name_male()
   # u'Ju\xe1rez'

   fake.name_female()
   # u'Dr. Fabiola Villalobos'

   fake.prefix_male()
   # u'Ing.'

   fake.prefix()
   # u'Lic.'

   fake.name()
   # u'Ilse Samuel Pati\xf1o Gracia'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Ren\xe9 Francisco Javier Barela Cuellar'

   fake.first_name()
   # u'Porfirio'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Dulce'

   fake.first_name_female()
   # u'Zacar\xedas'

   fake.last_name_female()
   # u'Arreola'

   fake.last_name()
   # u'Aponte'

   fake.prefix_female()
   # u'Dr.'


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

   fake.phone_number()
   # u'(090)298-6920x45821'


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

   fake.simple_profile()
   # {   'address': u'Cerrada Oaxaca 709 Interior 412\nNueva Mali, COAH 39383',
   #     'birthdate': '1999-10-05',
   #     'mail': u'vbermudez@gmail.com',
   #     'name': u'Dr. Sof\xeda Mendoza',
   #     'sex': 'F',
   #     'username': u'lquesada'}

   fake.profile(fields=None)
   # {   'address': u'Viaducto Arabia Saudita 880 Edif. 582 , Depto. 621\nNueva Mozambique, OAX 65599-2625',
   #     'birthdate': '2013-11-09',
   #     'blood_group': 'B-',
   #     'company': u'Santana, Aranda y Pab\xf3n',
   #     'current_location': (Decimal('-78.787079'), Decimal('98.582000')),
   #     'job': 'Jewellery designer',
   #     'mail': u'gfrias@hotmail.com',
   #     'name': u'Natividad Arag\xf3n',
   #     'residence': u'Retorno Lituania 480 Interior 744\nSan Ivonne los bajos, TLAX 54842-8871',
   #     'sex': 'F',
   #     'ssn': u'298-14-0289',
   #     'username': u'colunga.carlota',
   #     'website': [   u'http://rivas.net/',
   #                    u'http://covarrubias.com/',
   #                    u'http://laboratorios.com/',
   #                    u'http://www.mondragn.com/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'alma12@gmail.com',
   #     -76809391115.9679,
   #     Decimal('56618156.74'),
   #     Decimal('-55335.9'),
   #     u'Voluptatibus.',
   #     u'http://www.vallejaramillo.com/author/',
   #     4094,
   #     u'Est perferendis.',
   #     3944]

   fake.pystr(max_chars=20)
   # u'Velit libero nisi.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'walonso@yahoo.com',
   #         u'Molestias.',
   #         9460,
   #         Decimal('-521.760249944'),
   #         5571,
   #         u'Et tenetur qui.',
   #         2328,
   #         16.948717,
   #         2747,
   #         datetime(2009, 12, 11, 6, 24, 19)],
   #     {   u'esse': u'http://www.uribe.com/home/',
   #         u'harum': u'Nulla non fugit.',
   #         u'iste': -11988299793.0,
   #         u'laboriosam': u'Assumenda nihil.',
   #         u'nesciunt': 5546996145133.0,
   #         u'repellat': -74548227388.63,
   #         u'ut': u'karla.cisneros@domnguez.net',
   #         u'voluptas': datetime(2009, 2, 17, 13, 45, 16)},
   #     {   u'aut': {   4: u'jose-emilio.gaona@hotmail.com',
   #                     5: [u'Odit quo aut.', u'Illo dolore esse.', 8300],
   #                     6: {   4: u'http://www.rodrquezros.net/wp-content/search/tag/index.htm',
   #                            5: u'jesus.amaya@hotmail.com',
   #                            6: [   Decimal('1.48468246907E+14'),
   #                                   -5475605351.5147]}},
   #         u'dolor': {   9: u'http://industrias.com/',
   #                       10: [   u'Architecto itaque.',
   #                               u'yalejandro@hotmail.com',
   #                               u'http://nio.com/homepage.php'],
   #                       11: {   9: -14592029558495.3,
   #                               10: 8236,
   #                               11: [84736191133.38, 66337.0]}},
   #         u'eligendi': {   2: u'pamela73@guevaraestrada.biz',
   #                          3: [   u'http://www.jaimesmelndez.com/posts/main/',
   #                                 u'lmata@girnhernandes.org',
   #                                 u'http://www.laboratorios.info/privacy/'],
   #                          4: {   2: -80664456302045.3,
   #                                 3: -477904727729.91,
   #                                 4: [   u'Blanditiis quis.',
   #                                        u'http://www.club.com/main/list/category/']}},
   #         u'fuga': {   5: 4646,
   #                      6: [   1249,
   #                             Decimal('-53249.674082'),
   #                             u'Dolorem id qui eum.'],
   #                      7: {   5: u'Maiores id qui.',
   #                             6: u'Nisi voluptatem.',
   #                             7: [datetime(2008, 3, 12, 21, 17, 59), 9847]}},
   #         u'maxime': {   7: u'Odit saepe.',
   #                        8: [   u'Asperiores omnis.',
   #                               Decimal('4.1726'),
   #                               u'http://www.villarreal.com/login.html'],
   #                        9: {   7: Decimal('-559797.333'),
   #                               8: datetime(1997, 9, 12, 11, 58),
   #                               9: [   u'http://maya.com/',
   #                                      datetime(1974, 6, 9, 18, 25, 12)]}},
   #         u'non': {   3: u'Harum voluptatem.',
   #                     4: [   u'Atque quia dolor.',
   #                            u'http://club.net/categories/faq/',
   #                            u'http://www.herrera.com/categories/post/'],
   #                     5: {   3: u'Vel voluptas.',
   #                            4: Decimal('8866.0'),
   #                            5: [u'Eaque qui enim et.', u'Dolore veniam.']}},
   #         u'quaerat': {   8: datetime(2015, 6, 14, 20, 12, 3),
   #                         9: [   u'http://www.grupo.com/',
   #                                u'At magni vel.',
   #                                1238],
   #                         10: {   8: Decimal('-1.73358628946E+12'),
   #                                 9: 7066,
   #                                 10: [   u'Quia dolor nostrum.',
   #                                         Decimal('715245570987')]}},
   #         u'quidem': {   0: u'Exercitationem ad.',
   #                        1: [   45976409.82232,
   #                               u'Reprehenderit.',
   #                               u'http://www.baca.net/'],
   #                        2: {   0: 9357,
   #                               1: datetime(1999, 1, 27, 20, 12, 47),
   #                               2: [u'Magni deleniti.', 8556]}},
   #         u'suscipit': {   6: datetime(1979, 11, 1, 9, 56, 31),
   #                          7: [   u'Omnis eius quis.',
   #                                 3765,
   #                                 u'Doloremque repellat.'],
   #                          8: {   6: 3964843929902.5,
   #                                 7: Decimal('-4.29793316141E+13'),
   #                                 8: [Decimal('-4641026.3339'), 1595668.45]}},
   #         u'voluptatum': {   1: u'Tempora alias.',
   #                            2: [   u'cecilia63@gmail.com',
   #                                   2458,
   #                                   u'Et dolor ipsa nam.'],
   #                            3: {   1: 8310,
   #                                   2: u'Aut at magnam unde.',
   #                                   3: [   u'Esse consequatur.',
   #                                          datetime(1994, 3, 18, 8, 35, 22)]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Optio ullam laborum.',
   #     -81364195.4,
   #     u'Molestias.',
   #     Decimal('95570882437.7'),
   #     datetime(1973, 1, 6, 1, 52, 27),
   #     3630,
   #     3566.37696,
   #     1241,
   #     u'Doloremque possimus.',
   #     6053,
   #     u'http://www.proyectos.biz/category.php']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'Doloribus dolor.',
   #     u'roque.yeni@despacho.net',
   #     3408768666034.0,
   #     datetime(2012, 2, 5, 2, 31, 29),
   #     datetime(2015, 3, 10, 22, 39, 33),
   #     u'http://gonzleztorres.com/categories/main/search.php',
   #     u'teresa68@grupo.com',
   #     datetime(2011, 8, 10, 4, 37, 19),
   #     u'Est dolorem sunt.')

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([37322968056051.7, u'Animi ullam.', u'Facilis doloribus.', u'gallegos.fernando@yahoo.com', u'Voluptates totam.', u'http://www.proyectos.com/privacy.html', datetime(1997, 11, 8, 1, 17), u'http://www.baeza.org/categories/privacy/', u'http://cantperes.com/explore/wp-content/wp-content/main/', 389817473358798.0, datetime(1970, 12, 8, 19, 51, 33), -11538241.0, u'ivonne.estrada@despacho.com', 4991])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'consequatur': 3396,
   #     u'deserunt': Decimal('66.80645'),
   #     u'ex': -74882036232.591,
   #     u'facilis': Decimal('4.802005907E+11'),
   #     u'fuga': u'Nesciunt.',
   #     u'id': Decimal('-9.95026937797E+13'),
   #     u'natus': u'http://lermasurez.org/wp-content/posts/list/author/',
   #     u'nihil': datetime(2000, 12, 27, 21, 29, 36),
   #     u'quas': 6288,
   #     u'recusandae': u'Odit et soluta qui.',
   #     u'vero': u'Aut hic aperiam.',
   #     u'voluptates': 882}

   fake.pyint()
   # 4596


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

   fake.ssn()
   # u'799-17-0940'


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

   fake.mac_processor()
   # u'PPC'

   fake.firefox()
   # u'Mozilla/5.0 (Windows 98; Win 9x 4.90; it-IT; rv:1.9.0.20) Gecko/2013-04-21 15:35:13 Firefox/3.8'

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

   fake.opera()
   # u'Opera/8.91.(Windows NT 5.0; en-US) Presto/2.9.186 Version/12.00'

   fake.windows_platform_token()
   # u'Windows 95'

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

   fake.user_agent()
   # u'Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; Trident/3.1)'

   fake.chrome()
   # u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/5321 (KHTML, like Gecko) Chrome/13.0.890.0 Safari/5321'

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_2 rv:3.0; en-US) AppleWebKit/535.35.3 (KHTML, like Gecko) Version/5.0 Safari/535.35.3'
