
Language es_MX
===============

``faker.providers.address``
---------------------------

::

	fake.state_abbr()
	# u'TAMPS'

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

	fake.street_name()
	# u'Eje vial Eslovaquia'

	fake.address()
	# u'Privada Roque 131 Interior 549\nNueva Ecuador, SON 87361-6210'

	fake.street_address()
	# u'Prolongaci\xf3n Rodarte 555 Interior 387'

	fake.postcode()
	# u'57362'

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

	fake.country()
	# u'Italia'

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

	fake.secondary_address()
	# u'292 Edif. 749 , Depto. 323'

	fake.street_prefix()
	# u'Andador'

	fake.street_suffix()
	# u'Street'

	fake.city_prefix()
	# u'Sur'

	fake.city_suffix()
	# u'los altos'

	fake.building_number()
	# u'8915'

	fake.country_code()
	# u'SA'

	fake.city_adjetive()
	# u'Nueva'

	fake.city()
	# u'Vieja Dominicana'

	fake.state()
	# u'Michoac\xe1n de Ocampo'

``faker.providers.barcode``
---------------------------

::

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

	fake.ean13()
	# u'2145431413567'

	fake.ean8()
	# u'18462197'

``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()
	# u'rgb(135,166,158)'

	fake.color_name()
	# u'Tomato'

	fake.rgb_color_list()
	# (229, 64, 237)

	fake.rgb_color()
	# u'85,68,141'

	fake.safe_hex_color()
	# u'#330000'

	fake.safe_color_name()
	# u'blue'

	fake.hex_color()
	# u'#368dd5'

``faker.providers.company``
---------------------------

::

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

	fake.company()
	# u'Sotelo-Saldivar'

	fake.company_prefix()
	# u'Grupo'

	fake.catch_phrase()
	# u'flexibilidad 4ta generaci\xf3n distribuido'

	fake.bs()
	# u'inmediata plataformas inal\xe1mbrica'

``faker.providers.credit_card``
-------------------------------

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Voyager\nAlta  Gracia Vera\n869966308227257 08/17\nCVC: 065\n'

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

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

``faker.providers.currency``
----------------------------

::

	fake.currency_code()
	# 'KES'

``faker.providers.date_time``
-----------------------------

::

	fake.date_time_ad()
	# datetime.datetime(125, 8, 10, 18, 15, 18)

	fake.month()
	# '03'

	fake.am_pm()
	# 'AM'

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

	fake.iso8601()
	# '1983-11-11T07:54:02'

	fake.date_time()
	# datetime(1992, 1, 26, 22, 13, 9)

	fake.month_name()
	# 'May'

	fake.date_time_this_year(before_now=True, after_now=False)
	# datetime(2015, 1, 19, 3, 57, 55)

	fake.unix_time()
	# 266409003

	fake.day_of_week()
	# 'Monday'

	fake.day_of_month()
	# '14'

	fake.time(pattern="%H:%M:%S")
	# '00:08:01'

	fake.date_time_between(start_date="-30y", end_date="now")
	# datetime(1989, 10, 13, 14, 34, 17)

	fake.date_time_this_month(before_now=True, after_now=False)
	# datetime(2015, 11, 4, 16, 39, 20)

	fake.year()
	# '1981'

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

	fake.date_time_this_century(before_now=True, after_now=False)
	# datetime(2013, 7, 13, 1, 22, 44)

	fake.date_time_this_decade(before_now=True, after_now=False)
	# datetime(2013, 2, 6, 20, 23, 54)

	fake.century()
	# u'XVIII'

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

	fake.time_delta()
	# datetime.timedelta(6081, 59965)

``faker.providers.file``
------------------------

::

	fake.mime_type(category=None)
	# u'message/http'

	fake.file_name(category=None, extension=None)
	# u'quis.webm'

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

``faker.providers.internet``
----------------------------

::

	fake.ipv4()
	# u'47.195.23.116'

	fake.url()
	# u'http://ulloa.info/'

	fake.company_email()
	# u'isegovia@club.com'

	fake.uri()
	# u'http://www.garcaleal.com/home/'

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

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

	fake.tld()
	# u'com'

	fake.free_email()
	# u'oscar.henriquez@hotmail.com'

	fake.slug(*args, **kwargs)
	# u'officiis-sint'

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

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

	fake.uri_extension()
	# u'.asp'

	fake.ipv6()
	# u'7983:7c3b:b03b:2365:4408:8d84:62f3:bb49'

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

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

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

	fake.email()
	# u'tania.del-rio@gmail.com'

	fake.uri_page()
	# u'post'

	fake.mac_address()
	# u'96:c6:ed:ec:f9:7e'

``faker.providers.job``
-----------------------

::

	fake.job()
	# 'Geophysical data processor'

``faker.providers.lorem``
-------------------------

::

	fake.text(max_nb_chars=200)
	# u'Sequi molestiae officiis consequatur numquam. Quibusdam eum quasi harum rerum fuga. Pariatur assumenda voluptatibus animi. Eos dicta autem perferendis repellat temporibus aut omnis.'

	fake.sentence(nb_words=6, variable_nb_words=True)
	# u'Aliquam aut nisi a est.'

	fake.word()
	# u'vel'

	fake.paragraphs(nb=3)
	# [   u'Saepe voluptatem voluptates enim amet totam voluptas magnam voluptatem. Rem placeat quaerat inventore nesciunt tempore. Quae architecto et iste quas esse.',
	#     u'Ut assumenda aliquam aut qui. Nulla architecto est corporis dolorem sed. Eos officia id repellendus blanditiis et et quo.',
	#     u'Quod dolorem iure harum. Omnis unde quibusdam in hic nihil occaecati accusantium. Suscipit voluptas provident rerum dolores enim.']

	fake.words(nb=3)
	# [u'et', u'ducimus', u'velit']

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
	# u'Veniam aut molestiae ut. Tenetur ut nam soluta facilis ut sequi.'

	fake.sentences(nb=3)
	# [   u'Saepe sint iure et eaque accusantium animi.',
	#     u'Quas labore est harum.',
	#     u'Voluptatibus et et accusantium debitis omnis rem.']

``faker.providers.misc``
------------------------

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'6!dFZ#XSr!'

	fake.locale()
	# u'cn_VA'

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

	fake.sha1(raw_output=False)
	# '343954104fa1eca2b3997c148d1c3201825d8a71'

	fake.null_boolean()
	# None

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

	fake.uuid4()
	# '3954a13a-226c-40fb-ac5f-829f9aaffd4b'

	fake.language_code()
	# u'cn'

	fake.boolean(chance_of_getting_true=50)
	# False

``faker.providers.person``
--------------------------

::

	fake.last_name_male()
	# u'Gamboa'

	fake.name_female()
	# u'Alejandra Mar\xeda Jos\xe9 Tirado Qui\xf1\xf3nez'

	fake.prefix_male()
	# u'Lic.'

	fake.prefix()
	# u'Mtro.'

	fake.name()
	# u'Ing. Leonel Ur\xedas'

	fake.suffix_female()
	# ''

	fake.name_male()
	# u'Teodoro Barrera'

	fake.first_name()
	# u'Yuridia'

	fake.suffix_male()
	# ''

	fake.suffix()
	# ''

	fake.first_name_male()
	# u'Ra\xfal'

	fake.first_name_female()
	# u'\xd3scar'

	fake.last_name_female()
	# u'Maldonado'

	fake.last_name()
	# u'Ulloa'

	fake.prefix_female()
	# u'Dr.'

``faker.providers.phone_number``
--------------------------------

::

	fake.phone_number()
	# u'818.606.5377x252'

``faker.providers.profile``
---------------------------

::

	fake.simple_profile()
	# {   'address': u'Pasaje Colima 954 896\nSan Roc\xedo los bajos, VER 92295',
	#     'birthdate': '1991-06-23',
	#     'mail': u'roberto82@gmail.com',
	#     'name': u'Rolando C\xf3rdova Camacho',
	#     'sex': 'F',
	#     'username': u'rufino.alba'}

	fake.profile(fields=None)
	# {   'address': u'Circunvalaci\xf3n Distrito Federal 277 Interior 132\nVieja Rep\xfablica Dominicana, PUE 74533',
	#     'birthdate': '1985-04-21',
	#     'blood_group': 'A-',
	#     'company': u'Grupo Aguirre-Alba',
	#     'current_location': (Decimal('-76.4538385'), Decimal('-97.241448')),
	#     'job': 'Nurse, mental health',
	#     'mail': u'razo.francisco-javier@gmail.com',
	#     'name': u'Alma Sol\xeds',
	#     'residence': u'Prolongaci\xf3n Sur Esparza 155 Edif. 086 , Depto. 455\nSan Benito los altos, YUC 41528',
	#     'sex': 'F',
	#     'ssn': u'612-74-5067',
	#     'username': u'carlos54',
	#     'website': [   u'http://proyectos.info/',
	#                    u'http://www.industrias.com/',
	#                    u'http://www.caraballo.org/']}

``faker.providers.python``
--------------------------

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'Nihil qui sed.',
	#     u'Repellat voluptate.',
	#     u'Dicta eum illum aut.',
	#     u'joaquin.mendoza@gmail.com',
	#     u'Qui illum cumque.',
	#     u'praya@gmail.com',
	#     9155,
	#     2358,
	#     u'Et voluptatum.',
	#     -958812195530.8,
	#     7516,
	#     u'nino.maria-del-carmen@yahoo.com')

	fake.pystr(max_chars=20)
	# u'Aut odit at maxime.'

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

	fake.pystruct(count=10, *value_types)
	# (   [   2466,
	#         u'Numquam explicabo.',
	#         u'abelardo.montes@hotmail.com',
	#         datetime(1980, 3, 5, 17, 34, 10),
	#         u'Explicabo eos.',
	#         1172093.8295,
	#         u'Odit et laboriosam.',
	#         Decimal('607251399.0'),
	#         5534147490217.9,
	#         u'adalberto54@yahoo.com'],
	#     {   u'a': datetime(1970, 2, 28, 17, 35, 55),
	#         u'eos': 2167,
	#         u'maxime': datetime(2004, 3, 13, 20, 27, 29),
	#         u'minima': 6781,
	#         u'omnis': u'Incidunt rem.',
	#         u'quae': u'Temporibus ex.',
	#         u'qui': 8847,
	#         u'quis': 1546,
	#         u'ullam': u'http://www.olveraapodaca.com/posts/blog/search/main.htm',
	#         u'ut': u'Dicta amet est est.'},
	#     {   u'adipisci': {   0: u'Aliquid et.',
	#                          1: [   datetime(1988, 4, 18, 22, 46, 9),
	#                                 u'Sapiente in.',
	#                                 9251483636.0],
	#                          2: {   0: u'Itaque doloribus.',
	#                                 1: Decimal('-9.41336678685E+12'),
	#                                 2: [5860, u'Aut est temporibus.']}},
	#         u'at': {   4: u'http://leyvamena.com/',
	#                    5: [   u'Esse aut qui.',
	#                           datetime(1997, 3, 20, 4, 41, 10),
	#                           u'Tempore voluptatem.'],
	#                    6: {   4: -12624492795908.0,
	#                           5: 1018,
	#                           6: [   u'Magnam et odio est.',
	#                                  u'http://www.resndezsaucedo.org/index/']}},
	#         u'consequuntur': {   1: u'ugurule@hotmail.com',
	#                              2: [   u'maria-del-carmen19@proyectos.com',
	#                                     u'Culpa magnam error.',
	#                                     u'fmarin@herrera.org'],
	#                              3: {   1: u'Magni harum ex.',
	#                                     2: 2363,
	#                                     3: [   u'Commodi dolor.',
	#                                            u'http://www.proyectos.org/']}},
	#         u'est': {   3: 492.67163,
	#                     4: [   u'Officia sapiente.',
	#                            u'http://zaragoza.com/tag/faq.asp',
	#                            u'Quae labore fugiat.'],
	#                     5: {   3: 7460,
	#                            4: Decimal('-951223377.0'),
	#                            5: [6321, u'Odio perferendis.']}},
	#         u'facilis': {   6: -98354.0,
	#                         7: [   u'Occaecati sit.',
	#                                u'http://www.grupo.biz/category/categories/app/author/',
	#                                datetime(2004, 12, 14, 20, 53, 7)],
	#                         8: {   6: u'Sequi non enim.',
	#                                7: Decimal('543.105715092'),
	#                                8: [u'Placeat provident.', 266.7273]}},
	#         u'magnam': {   9: -7208.59187,
	#                        10: [   8907,
	#                                Decimal('-135.31745327'),
	#                                u'http://www.industrias.biz/index/'],
	#                        11: {   9: u'Quod eligendi animi.',
	#                                10: u'A et qui animi.',
	#                                11: [   u'Explicabo eos eos.',
	#                                        Decimal('-5.02531557198E+14')]}},
	#         u'nesciunt': {   8: u'Possimus.',
	#                          9: [   Decimal('8.01352664078E+12'),
	#                                 -35.41889250184,
	#                                 9544],
	#                          10: {   8: u'Eaque magnam at aut.',
	#                                  9: u'Vel ratione non.',
	#                                  10: [u'Tempore et.', u'Voluptatem non.']}},
	#         u'repellat': {   7: u'Distinctio optio.',
	#                          8: [   u'Qui fuga rerum quo.',
	#                                 u'http://www.grupo.org/',
	#                                 -3488.363805943],
	#                          9: {   7: 7171,
	#                                 8: u'antonia20@yahoo.com',
	#                                 9: [u'Fuga magni.', u'zvalencia@yahoo.com']}},
	#         u'ullam': {   2: datetime(1977, 3, 7, 0, 37, 30),
	#                       3: [   Decimal('-6.46886602754E+13'),
	#                              u'Ab qui veritatis.',
	#                              u'Et mollitia.'],
	#                       4: {   2: 619326247.892,
	#                              3: 3061681.0,
	#                              4: [u'Magnam praesentium.', 2360]}},
	#         u'voluptatibus': {   5: u'Accusamus harum.',
	#                              6: [   u'hde-la-fuente@club.com',
	#                                     2987,
	#                                     Decimal('2008047615.0')],
	#                              7: {   5: 607,
	#                                     6: datetime(2014, 7, 10, 18, 53, 5),
	#                                     7: [4728, 84.4463773782144]}}})

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   -1846314.0,
	#     Decimal('22.2'),
	#     u'aurora90@yahoo.com',
	#     Decimal('3.63551348157E+14'),
	#     -5.6683828,
	#     u'carla.valdez@hotmail.com',
	#     u'Ullam omnis illo.',
	#     u'Beatae quo.',
	#     4899,
	#     u'Dolores sunt eum.',
	#     datetime(2000, 10, 11, 14, 46, 59),
	#     7761,
	#     Decimal('6.96874769')]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'http://www.menchacacolunga.net/',
	#     u'Ratione illo in aut.',
	#     2318,
	#     -570586985019706.0,
	#     u'Iste nisi dolores.',
	#     5431,
	#     u'santillan.pedro@gmail.com',
	#     u'Laboriosam amet.',
	#     u'http://www.despacho.com/')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'horacio.roldan@hotmail.com', u'Consequatur itaque.', 2955, u'Nostrum sed quod et.', 3069, u'Voluptatibus nulla.', u'http://carrero.info/list/search/terms.jsp', u'Fuga reprehenderit.', u'Sed est adipisci.', 262.2423, u'http://www.cintrnbustos.com/app/index/', u'http://www.laboyornelas.info/blog/category/author/', 6621, u'Itaque perspiciatis.'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'dolorem': u'Et non impedit quia.',
	#     u'et': u'http://www.reynoso.com/category/',
	#     u'eum': u'Voluptatem ipsam.',
	#     u'facilis': u'Eos inventore sunt.',
	#     u'fuga': u'Voluptas placeat.',
	#     u'iste': 1749,
	#     u'nam': u'vnajera@hotmail.com',
	#     u'odio': u'wrael@yahoo.com',
	#     u'recusandae': u'Laboriosam facere.',
	#     u'reiciendis': Decimal('3.73654017651E+14'),
	#     u'repudiandae': u'guillen.jose-carlos@pradoberros.com'}

	fake.pyint()
	# 61

``faker.providers.ssn``
-----------------------

::

	fake.ssn()
	# u'763-50-1845'

``faker.providers.user_agent``
------------------------------

::

	fake.mac_processor()
	# u'Intel'

	fake.firefox()
	# u'Mozilla/5.0 (Windows 95; en-US; rv:1.9.1.20) Gecko/2013-02-24 21:56:33 Firefox/3.8'

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

	fake.opera()
	# u'Opera/8.61.(X11; Linux i686; it-IT) Presto/2.9.183 Version/11.00'

	fake.windows_platform_token()
	# u'Windows 98'

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

	fake.user_agent()
	# u'Opera/9.24.(X11; Linux i686; it-IT) Presto/2.9.178 Version/10.00'

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

	fake.linux_processor()
	# u'i686'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3 rv:3.0; sl-SI) AppleWebKit/534.10.3 (KHTML, like Gecko) Version/5.1 Safari/534.10.3'
