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


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

   fake.state_abbr()
   # u'DF'

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

   fake.street_name()
   # u'Andador Zamudio'

   fake.address()
   # u'Circunvalaci\xf3n Yemen 897 Interior 386\nVieja Rep\xfablica Federal Democr\xe1tica de Nepal, PUE 83867-0943'

   fake.street_address()
   # u'Calle Colima 568 Edif. 950 , Depto. 344'

   fake.postcode()
   # u'42158'

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

   fake.country()
   # u'Noruega'

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

   fake.secondary_address()
   # u'504 Edif. 327 , Depto. 784'

   fake.street_prefix()
   # u'Callej\xf3n'

   fake.street_suffix()
   # u'Street'

   fake.city_prefix()
   # u'Norte'

   fake.city_suffix()
   # u'los altos'

   fake.building_number()
   # u'2713'

   fake.country_code()
   # u'UY'

   fake.city_adjetive()
   # u'Nueva'

   fake.city()
   # u'San Silvia los altos'

   fake.state()
   # u'San Luis Potos\xed'


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

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

   fake.ean13()
   # u'5491921100996'

   fake.ean8()
   # u'99428716'


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

   fake.rgb_css_color()
   # u'rgb(193,140,138)'

   fake.color_name()
   # u'PapayaWhip'

   fake.rgb_color_list()
   # (162, 48, 112)

   fake.rgb_color()
   # u'246,58,65'

   fake.safe_hex_color()
   # u'#119900'

   fake.safe_color_name()
   # u'blue'

   fake.hex_color()
   # u'#b8570a'


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

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

   fake.company()
   # u'Corporativo Aranda-Padr\xf3n'

   fake.company_prefix()
   # u'Despacho'

   fake.catch_phrase()
   # u'migraci\xf3n hol\xedstica orientado a equipos'

   fake.bs()
   # u'maneja synerg\xedas granulares'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'Mastercard\nBruno Gir\xf3n\n5483707350517517 07/23\nCVV: 307\n'

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

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


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

   fake.currency_code()
   # 'ETB'


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

   fake.date_time_ad()
   # datetime.datetime(515, 8, 15, 0, 38, 49)

   fake.month()
   # '08'

   fake.am_pm()
   # 'AM'

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

   fake.iso8601()
   # '1993-05-25T14:53:47'

   fake.date_time()
   # datetime(1973, 9, 14, 23, 4, 44)

   fake.month_name()
   # 'September'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 10, 12, 17, 45, 50)

   fake.unix_time()
   # 1372874047

   fake.day_of_week()
   # 'Monday'

   fake.day_of_month()
   # '09'

   fake.time(pattern="%H:%M:%S")
   # '23:16:28'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1997, 4, 6, 4, 50, 53)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 5, 21, 3, 22)

   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(2014, 1, 5, 1, 55, 43)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2013, 11, 7, 9, 3, 53)

   fake.century()
   # u'XVIII'

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

   fake.time_delta()
   # datetime.timedelta(1340, 24881)


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

   fake.mime_type(category=None)
   # u'video/mp4'

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

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


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

   fake.ipv4()
   # u'205.134.255.27'

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

   fake.company_email()
   # u'enevarez@juradotrujillo.biz'

   fake.uri()
   # u'http://www.club.com/privacy/'

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

   fake.image_url(width=None, height=None)
   # u'https://placeholdit.imgix.net/~text?txtsize=55&txt=458\xd7346&w=458&h=346'

   fake.tld()
   # u'com'

   fake.free_email()
   # u'maria-del-carmen.paz@yahoo.com'

   fake.slug(*args, **kwargs)
   # u'dolor-possimus'

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

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

   fake.uri_extension()
   # u'.asp'

   fake.ipv6()
   # u'11fb:1d74:c789:19c0:bcbd:97f2:bcb3:a708'

   fake.safe_email()
   # u'xromero@example.org'

   fake.user_name(*args, **kwargs)
   # u'alta-gracia.leon'

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

   fake.email()
   # u'miguel-angel25@hotmail.com'

   fake.uri_page()
   # u'index'

   fake.mac_address()
   # u'64:6e:c1:da:b2:52'


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

   fake.job()
   # 'Administrator, sports'


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

   fake.text(max_nb_chars=200)
   # u'Et velit voluptas consequuntur minus. Tempora commodi molestiae est et accusantium dolores qui. Tempore doloribus laboriosam ex provident vero saepe. Provident doloribus est eum tempore mollitia.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Odit eos sint voluptas provident nostrum nostrum.'

   fake.word()
   # u'consequuntur'

   fake.paragraphs(nb=3)
   # [   u'Voluptas placeat est dolore quas dolorem. Et officia alias repudiandae voluptatem voluptates placeat qui. Nihil accusamus possimus quae doloribus quidem autem. Eos dolorum sit eaque fuga amet quia aut.',
   #     u'Rerum atque consectetur non dolorem. Beatae incidunt aut aut sit doloribus minus autem. Modi nihil accusamus repellendus ut similique excepturi aperiam distinctio.',
   #     u'Aliquid officiis accusantium autem fuga possimus excepturi fugit. Voluptas et quos laboriosam quia incidunt enim. Corporis iste vero quas. Est voluptatem quaerat nihil maiores ad quia aliquid.']

   fake.words(nb=3)
   # [u'voluptatum', u'fugiat', u'ab']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Est culpa placeat et quam quia. Earum consequatur eaque at eum. Nulla sit sapiente sed dolor voluptatem.'

   fake.sentences(nb=3)
   # [   u'Natus quia inventore magnam qui qui.',
   #     u'Rerum deserunt neque quis quia error necessitatibus beatae.',
   #     u'Voluptatibus sapiente modi consequatur magnam laudantium optio.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'8&EpMFM&kx'

   fake.locale()
   # u'ru_MU'

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

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

   fake.null_boolean()
   # True

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

   fake.uuid4()
   # 'ef13262a-2d64-43fb-b113-e92adf082343'

   fake.language_code()
   # u'el'

   fake.boolean(chance_of_getting_true=50)
   # False


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

   fake.last_name_male()
   # u'Griego'

   fake.name_female()
   # u'Benito Lebr\xf3n Cab\xe1n'

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

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

   fake.name()
   # u'Alma Bernardo S\xe1nchez Matos'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Perla Mariana Luevano Borrego'

   fake.first_name()
   # u'Patricio'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Vicente'

   fake.first_name_female()
   # u'Fernando'

   fake.last_name_female()
   # u'Meza'

   fake.last_name()
   # u'Altamirano'

   fake.prefix_female()
   # u'Ing.'


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

   fake.phone_number()
   # u'(187)353-7348x1854'


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

   fake.simple_profile()
   # {   'address': u'Calzada Sur Bustos 466 507\nVieja Angola, TAB 61774-0743',
   #     'birthdate': '1982-03-24',
   #     'mail': u'alejandro.andres@gmail.com',
   #     'name': u'Fernando Vald\xe9s Acu\xf1a',
   #     'sex': 'M',
   #     'username': u'liliana41'}

   fake.profile(fields=None)
   # {   'address': u'Viaducto Saldivar 966 Interior 505\nSan Sergio los bajos, SLP 53972',
   #     'birthdate': '1984-05-18',
   #     'blood_group': '0-',
   #     'company': u'Corporativo Mora, Moya y Valladares',
   #     'current_location': (Decimal('42.6018175'), Decimal('-11.718923')),
   #     'job': 'Legal secretary',
   #     'mail': u'jcalderon@gmail.com',
   #     'name': u'Claudio Cerv\xe1ntez',
   #     'residence': u'Callej\xf3n Norte Lara 130 Interior 527\nNueva Comoras, HGO 87105',
   #     'sex': 'M',
   #     'ssn': u'729-45-1572',
   #     'username': u'miguel.carrasco',
   #     'website': [u'http://www.bonillasaldaa.com/', u'http://club.com/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([9440, u'aquiroz@alarcnvenegas.biz', datetime(2002, 6, 24, 21, 14, 15), u'vanesa89@hotmail.com', u'Excepturi rerum et.', Decimal('-6.0091361206E+12'), -67701952966140.3, u'gerardo.saldivar@yahoo.com', 6034, u'Est reprehenderit.', Decimal('-3185.60335031'), u'Ea ratione alias ut.', u'Aut voluptates et.', 3327])

   fake.pystr(max_chars=20)
   # u'Quae voluptas illum.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   Decimal('-97850.5808608'),
   #         u'Inventore.',
   #         u'http://despacho.com/privacy/',
   #         u'Explicabo impedit.',
   #         Decimal('8.32573881816E+12'),
   #         9256,
   #         u'Illum officia et.',
   #         1235,
   #         5037,
   #         u'Quis sequi repellat.'],
   #     {   u'accusantium': u'medina.jacintojacobo@salazarloera.org',
   #         u'aliquid': -8035973419600.0,
   #         u'aperiam': 44213.74,
   #         u'corporis': Decimal('5465416939.55'),
   #         u'eos': u'Corrupti qui quia.',
   #         u'illo': u'Totam et nemo.',
   #         u'incidunt': u'arcelia36@gmail.com',
   #         u'magni': u'ghernandes@yahoo.com',
   #         u'quos': u'Laudantium iste.',
   #         u'ut': u'Amet consectetur.'},
   #     {   u'commodi': {   1: u'Omnis impedit id.',
   #                         2: [u'porfirio63@yahoo.com', 923131095598.1, 8391],
   #                         3: {   1: u'http://corporativo.com/author.php',
   #                                2: Decimal('0.7851'),
   #                                3: [   u'http://www.heredia.com/home/',
   #                                       u'http://www.cadena.com/terms/']}},
   #         u'culpa': {   2: u'Ea tempore ea.',
   #                       3: [   datetime(1993, 7, 22, 6, 57, 15),
   #                              u'rodolfo35@gmail.com',
   #                              u'http://www.arce.com/author.html'],
   #                       4: {   2: u'Aut praesentium.',
   #                              3: u'clemente63@hotmail.com',
   #                              4: [667926661.5, u'Quae eos non in.']}},
   #         u'id': {   6: u'http://www.orozcourbina.com/explore/wp-content/login/',
   #                    7: [   datetime(1984, 3, 7, 6, 56, 45),
   #                           datetime(1994, 4, 8, 5, 6, 7),
   #                           u'Harum omnis nostrum.'],
   #                    8: {   6: u'Fugit delectus modi.',
   #                           7: datetime(2009, 7, 8, 0, 33, 18),
   #                           8: [u'http://www.gmez.biz/', 2663]}},
   #         u'nobis': {   7: 2677,
   #                       8: [   u'Alias sit nihil.',
   #                              u'kruiz@corporativo.com',
   #                              u'http://blanco.biz/categories/search.htm'],
   #                       9: {   7: Decimal('934.897662'),
   #                              8: Decimal('8.62652181514E+13'),
   #                              9: [   u'Ipsa dolorum velit.',
   #                                     u'Nihil laboriosam.']}},
   #         u'non': {   9: Decimal('86161656282.0'),
   #                     10: [2152, u'Est in cupiditate.', u'Eum quaerat id.'],
   #                     11: {   9: u'Vero et iste sint.',
   #                             10: u'http://de.org/category/',
   #                             11: [u'Aliquid sint illo.', u'Eos enim sed.']}},
   #         u'officia': {   3: u'Voluptates dolorem.',
   #                         4: [2603, -2121837.62348047, u'Consequatur maxime.'],
   #                         5: {   3: u'hsanabria@hotmail.com',
   #                                4: u'Voluptate rerum non.',
   #                                5: [   u'Architecto alias.',
   #                                       Decimal('-1026393999.78')]}},
   #         u'quam': {   0: 6866,
   #                      1: [   Decimal('83591.9201716'),
   #                             u'http://www.matasdueas.net/login/',
   #                             4540],
   #                      2: {   0: u'Corporis sint aut.',
   #                             1: u'Ut excepturi.',
   #                             2: [u'Hic magnam.', 2536]}},
   #         u'sed': {   8: u'Molestias fugiat.',
   #                     9: [   datetime(1980, 4, 30, 9, 4, 49),
   #                            7258,
   #                            datetime(1983, 1, 5, 8, 22, 31)],
   #                     10: {   8: 828,
   #                             9: 2792,
   #                             10: [16.74939, u'Esse quis illo.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   1062,
   #     u'http://www.laboratorios.com/wp-content/main/wp-content/register.html',
   #     datetime(1971, 12, 3, 7, 5, 31),
   #     7997,
   #     3855,
   #     u'Autem repudiandae.',
   #     Decimal('86528227.299'),
   #     259,
   #     Decimal('-1064406.71771'),
   #     datetime(1981, 6, 22, 5, 3, 24),
   #     u'Ab fugit modi quia.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   2851,
   #     u'http://prietonjera.biz/',
   #     u'Nam iusto sapiente.',
   #     datetime(2003, 3, 27, 12, 2, 18),
   #     u'Ut itaque eum iure.',
   #     u'Qui perspiciatis.',
   #     u'Debitis provident.')

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([767.3667, 7687, u'http://de.com/search/app/tags/search/', Decimal('3030.547302'), Decimal('3584026937.9'), u'Provident ducimus.', 134718260282613.0])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'aspernatur': datetime(2014, 6, 16, 11, 55, 37),
   #     u'aut': u'mena.leonel@despacho.net',
   #     u'eum': u'http://galvn.org/search.html',
   #     u'id': u'Consequuntur velit.',
   #     u'ipsum': u'Recusandae labore.',
   #     u'iusto': u'Minus nesciunt sunt.',
   #     u'sit': Decimal('-6606753.438'),
   #     u'velit': u'ymercado@hotmail.com',
   #     u'voluptas': 6695}

   fake.pyint()
   # 6578


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

   fake.ssn()
   # u'838-91-8964'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_7; rv:1.9.5.20) Gecko/2010-01-22 13:56:11 Firefox/3.6.7'

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

   fake.opera()
   # u'Opera/8.19.(Windows 95; it-IT) Presto/2.9.171 Version/10.00'

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

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

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

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

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (Windows; U; Windows NT 5.1) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/5.0.1 Safari/531.22.7'
