
Language es_ES
===============

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

::

	fake.state_name()
	# u'Albacete'

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

	fake.street_name()
	# u'Callej\xf3n Adriana Sobrino'

	fake.address()
	# u'Pasadizo Marc Urrutia 1\nAlmer\xeda, 80483'

	fake.street_address()
	# u'Paseo Miguel \xc1ngel Vega 27 Puerta 4 '

	fake.postcode()
	# u'78473'

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

	fake.country()
	# u'Chad'

	fake.secondary_address()
	# u'Apt. 39'

	fake.street_prefix()
	# u'Pasadizo'

	fake.street_suffix()
	# u'Street'

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

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'6'

	fake.country_code()
	# u'SM'

	fake.city()
	# u'Santa Cruz de Tenerife'

	fake.state()
	# u'C\xe1ceres'

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

::

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

	fake.ean13()
	# u'2384516464609'

	fake.ean8()
	# u'30161627'

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

::

	fake.rgb_css_color()
	# u'rgb(182,228,8)'

	fake.color_name()
	# u'DeepSkyBlue'

	fake.rgb_color_list()
	# (108, 123, 141)

	fake.rgb_color()
	# u'54,224,162'

	fake.safe_hex_color()
	# u'#ccdd00'

	fake.safe_color_name()
	# u'blue'

	fake.hex_color()
	# u'#82e663'

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

::

	fake.company()
	# u'Arco PLC'

	fake.company_suffix()
	# u'and Sons'

	fake.catch_phrase()
	# u'Re-engineered holistic matrices'

	fake.bs()
	# u'empower user-centric mindshare'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'Discover'

	fake.credit_card_full(card_type=None)
	# u'JCB 16 digit\nJosep Zabaleta\n3528595747064661 09/20\nCVC: 803\n'

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

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

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

::

	fake.currency_code()
	# 'LYD'

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

::

	fake.date_time_ad()
	# datetime.datetime(1657, 4, 2, 23, 0, 52)

	fake.month()
	# '12'

	fake.am_pm()
	# 'PM'

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

	fake.iso8601()
	# '1999-06-19T11:10:14'

	fake.date_time()
	# datetime(1990, 2, 24, 12, 18, 16)

	fake.month_name()
	# 'May'

	fake.date_time_this_year(before_now=True, after_now=False)
	# datetime(2015, 11, 18, 6, 55, 26)

	fake.unix_time()
	# 320467715

	fake.day_of_week()
	# 'Wednesday'

	fake.day_of_month()
	# '16'

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

	fake.date_time_between(start_date="-30y", end_date="now")
	# datetime(1990, 10, 8, 5, 2, 1)

	fake.date_time_this_month(before_now=True, after_now=False)
	# datetime(2015, 11, 15, 6, 36, 39)

	fake.year()
	# '1970'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None)
	# datetime(2015, 11, 30, 15, 31, 25)

	fake.date_time_this_century(before_now=True, after_now=False)
	# datetime(2010, 12, 29, 13, 58, 46)

	fake.date_time_this_decade(before_now=True, after_now=False)
	# datetime(2011, 2, 21, 14, 52, 47)

	fake.century()
	# u'XXI'

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

	fake.time_delta()
	# datetime.timedelta(7770, 49930)

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

::

	fake.mime_type(category=None)
	# u'multipart/form-data'

	fake.file_name(category=None, extension=None)
	# u'eius.jpeg'

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

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

::

	fake.ipv4()
	# u'84.1.57.74'

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

	fake.company_email()
	# u'pinto.ignacio@roman.com'

	fake.uri()
	# u'http://peralta.net/main/search/tags/post.php'

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

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

	fake.tld()
	# u'org'

	fake.free_email()
	# u'anna.barral@hotmail.com'

	fake.slug(*args, **kwargs)
	# u'est-illum-est-in'

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

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

	fake.uri_extension()
	# u'.jsp'

	fake.ipv6()
	# u'20f6:5fc9:fce1:a559:82e3:d6e1:75ed:2efa'

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

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

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

	fake.email()
	# u'sanmartin.salvador@losaarmas.com'

	fake.uri_page()
	# u'faq'

	fake.mac_address()
	# u'43:26:ae:9a:1b:c8'

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

::

	fake.job()
	# 'Osteopath'

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

::

	fake.text(max_nb_chars=200)
	# u'Sed eos distinctio tenetur. Laborum eligendi laboriosam non officiis dolores qui. Quam animi quis quae delectus odio aut incidunt.'

	fake.sentence(nb_words=6, variable_nb_words=True)
	# u'Illo itaque ut amet quia.'

	fake.word()
	# u'distinctio'

	fake.paragraphs(nb=3)
	# [   u'Aliquid consequatur eum amet magnam est possimus eum eos. Nesciunt dolores sed ipsa laborum nesciunt iusto. Omnis ab magnam facere quae sapiente nihil. Iure laborum ipsum asperiores quidem.',
	#     u'Modi quis ut incidunt totam id magni nesciunt. Ipsum et alias aperiam amet et. Ea reprehenderit fuga quisquam accusamus ea cupiditate eius. Quidem rerum dicta non occaecati dolor commodi eos.',
	#     u'Sit repudiandae vitae distinctio et quo suscipit nihil. Incidunt et corporis odit debitis. Incidunt sit illum ad illo aut quia quos omnis.']

	fake.words(nb=3)
	# [u'ipsa', u'corporis', u'labore']

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
	# u'Quam blanditiis quisquam voluptas et at aut vero. Non aliquam sed reiciendis iusto dignissimos sed. Vitae dolor aut dolor aliquam.'

	fake.sentences(nb=3)
	# [   u'Accusamus dolor aliquam quia cum ipsa officia quisquam est.',
	#     u'Natus delectus dolorem delectus dolores.',
	#     u'A quo quisquam tenetur fugiat et laudantium rerum.']

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'JRf39Dq9bc'

	fake.locale()
	# u'ru_MZ'

	fake.md5(raw_output=False)
	# '751a6825acab7353b7e61d1f08168ef0'

	fake.sha1(raw_output=False)
	# '2e50b7597f4a23e240d713a044e45b2c36716b6d'

	fake.null_boolean()
	# None

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

	fake.uuid4()
	# '0797e04d-d002-400d-bcc6-d061da5d38bc'

	fake.language_code()
	# u'ru'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Reguera'

	fake.name_female()
	# u'Noelia del Ferr\xe1ndez'

	fake.prefix_male()
	# u'de'

	fake.prefix()
	# u'de'

	fake.name()
	# u'Enrique Torrecilla Alcalde'

	fake.suffix_female()
	# ''

	fake.name_male()
	# u'Fernando Ari\xf1o Aguado'

	fake.first_name()
	# u'Laura'

	fake.suffix_male()
	# ''

	fake.suffix()
	# ''

	fake.first_name_male()
	# u'Ramon'

	fake.first_name_female()
	# u'Susana'

	fake.last_name_female()
	# u'Llobet'

	fake.last_name()
	# u'Gim\xe9nez'

	fake.prefix_female()
	# u'del'

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

::

	fake.phone_number()
	# u'+34850 568 210'

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

::

	fake.simple_profile()
	# {   'address': u'Acceso Ver\xf3nica Puga 80 Piso 9 \nJa\xe9n, 78999',
	#     'birthdate': '1983-07-07',
	#     'mail': u'rojas.carla@gmail.com',
	#     'name': u'Miguel \xc1ngel Bartolom\xe9 Lasa',
	#     'sex': 'F',
	#     'username': u'ivan.dieguez'}

	fake.profile(fields=None)
	# {   'address': u'Alameda de Belen Rozas 107 Apt. 93 \nLa Coru\xf1a, 40530',
	#     'birthdate': '2014-03-28',
	#     'blood_group': 'B-',
	#     'company': u'Solana, Ponce and Vergara',
	#     'current_location': (Decimal('12.607989'), Decimal('-26.816077')),
	#     'job': 'Fashion designer',
	#     'mail': u'carolina63@hotmail.com',
	#     'name': u'Sara Rosario Barrag\xe1n Becerra',
	#     'residence': u'Calle de Celia Batalla 89\nMurcia, 21133',
	#     'sex': 'M',
	#     'ssn': u'702-46-4571',
	#     'username': u'cespana',
	#     'website': [u'http://www.guillengras.biz/', u'http://aragn.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'http://roman.com/search.php',
	#     4772,
	#     u'http://reig.com/tags/home.php',
	#     u'http://www.aylln.biz/category/',
	#     u'Accusantium est.',
	#     u'Dicta qui deserunt.',
	#     u'manuel.calvo@yahoo.com',
	#     9848]

	fake.pystr(max_chars=20)
	# u'Consequuntur.'

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

	fake.pystruct(count=10, *value_types)
	# (   [   1198,
	#         -85184245720332.0,
	#         u'Voluptatem qui.',
	#         9762481514.4,
	#         u'andres.amaya@vallsrivera.info',
	#         u'Soluta animi quod.',
	#         u'Et omnis recusandae.',
	#         u'Est alias ipsa ea.',
	#         u'francisca.redondo@alemany.net',
	#         u'iglesias.andres@gomis.com'],
	#     {   u'architecto': datetime(1978, 2, 7, 5, 29, 50),
	#         u'autem': datetime(1976, 3, 21, 16, 46, 55),
	#         u'cupiditate': u'Natus dolores odit.',
	#         u'dolor': 4928,
	#         u'est': u'Dolor sapiente odit.',
	#         u'necessitatibus': 23586621.1991543,
	#         u'quia': 7159,
	#         u'ut': datetime(2012, 8, 22, 15, 40, 51),
	#         u'vero': u'Aperiam qui debitis.'},
	#     {   u'aut': {   6: u'http://www.olivermorales.com/register.html',
	#                     7: [   u'daniela.echeverria@alemany.org',
	#                            u'josep10@carrotapia.com',
	#                            u'trinidad42@mnguez.net'],
	#                     8: {   6: 3446,
	#                            7: u'Dolore non cum.',
	#                            8: [   u'Soluta ut veritatis.',
	#                                   u'http://www.almansa.org/tag/post/']}},
	#         u'consectetur': {   4: u'Unde ducimus.',
	#                             5: [6202, 1922, u'Saepe nemo.'],
	#                             6: {   4: Decimal('-2.0167724849E+14'),
	#                                    5: u'Ea et suscipit.',
	#                                    6: [   datetime(2007, 7, 20, 11, 38, 4),
	#                                           datetime(2006, 4, 28, 19, 20, 38)]}},
	#         u'eius': {   2: u'Dolores aperiam.',
	#                      3: [u'Fugit qui maxime.', u'Sint corporis.', 1255],
	#                      4: {   2: 5557,
	#                             3: u'Voluptatem.',
	#                             4: [   u'http://cruzbernat.com/author/',
	#                                    261506506971.7]}},
	#         u'est': {   3: 6159,
	#                     4: [   u'Quasi atque autem.',
	#                            459,
	#                            u'http://aragonsvias.com/search/'],
	#                     5: {   3: u'Eos iusto.',
	#                            4: u'Molestias sapiente.',
	#                            5: [   u'http://garcabravo.com/tags/wp-content/about.html',
	#                                   u'Quasi repellendus.']}},
	#         u'et': {   7: Decimal('20164.185'),
	#                    8: [   6467.0,
	#                           datetime(1981, 4, 23, 6, 39, 24),
	#                           Decimal('-4.43995212944E+13')],
	#                    9: {   7: u'Quae soluta vel.',
	#                           8: datetime(2001, 9, 9, 20, 19, 20),
	#                           9: [9131, u'Sapiente ducimus.']}},
	#         u'nihil': {   0: 1044,
	#                       1: [   u'purificacion04@yahoo.com',
	#                              u'Eum dolorum.',
	#                              Decimal('3654.2132071')],
	#                       2: {   0: u'Quia quo voluptas.',
	#                              1: u'Non necessitatibus.',
	#                              2: [3561, -63873376277.1627]}},
	#         u'omnis': {   5: datetime(1981, 2, 12, 23, 7, 41),
	#                       6: [   Decimal('-1.34853415409E+12'),
	#                              u'Vel velit atque.',
	#                              u'bmateu@blzquez.org'],
	#                       7: {   5: u'Sit adipisci minus.',
	#                              6: -23983559793674.1,
	#                              7: [   u'Alias veniam aut.',
	#                                     u'Est cupiditate et.']}},
	#         u'quidem': {   1: 6456,
	#                        2: [-7673034357603.4, u'Reprehenderit.', 2531],
	#                        3: {   1: Decimal('762543.83404'),
	#                               2: u'miguel67@mosquera.com',
	#                               3: [   Decimal('-64.9273'),
	#                                      u'http://www.alberola.com/']}},
	#         u'repellat': {   8: datetime(1984, 10, 21, 9, 29, 46),
	#                          9: [   u'barragan.esther@barragn.biz',
	#                                 -6468934273356.2,
	#                                 u'Sit qui dicta nemo.'],
	#                          10: {   8: u'Accusamus rem ab.',
	#                                  9: 3828,
	#                                  10: [u'Provident sequi.', 5955]}},
	#         u'saepe': {   9: u'Est et vel officiis.',
	#                       10: [1446, u'Ipsum maiores.', 9740],
	#                       11: {   9: u'hcalvet@gmail.com',
	#                               10: u'esperanza.mendez@gmail.com',
	#                               11: [   datetime(1982, 11, 10, 17, 57, 27),
	#                                       u'Ipsam iure iste.']}}})

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   -112876271478997.0,
	#     7817,
	#     u'http://www.barrio.com/category/posts/tag/privacy/',
	#     -5948962686623.22,
	#     u'Accusamus veniam.',
	#     4682,
	#     -273979656.3,
	#     9678,
	#     u'Quisquam et et.',
	#     u'Neque nihil qui.',
	#     u'Mollitia.',
	#     7612379.86369508,
	#     u'Velit officia.']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'Voluptas quasi ea.',
	#     u'Iste omnis suscipit.',
	#     datetime(1989, 7, 2, 2, 2, 22),
	#     u'Architecto nulla.',
	#     u'Numquam fugiat.',
	#     u'Vel nihil aut sit.',
	#     42145348908330.1,
	#     -746388.456)

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'Eos sunt eligendi.', u'http://www.salgadosoler.com/about/', Decimal('3.37273379621E+14'), u'Magni tenetur est.', u'Qui modi ut et quia.', u'Nulla tempora quae.', u'http://galvn.com/about.jsp', 1683, u'Omnis pariatur.', -693306.8, u'Iure culpa fuga.', u'Eligendi labore ut.'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'aut': u'http://www.carreras.com/main/main/wp-content/main/',
	#     u'deleniti': u'http://pontcortes.biz/category/',
	#     u'doloribus': 3231,
	#     u'itaque': u'zduenas@marioamor.com',
	#     u'numquam': u'dlago@ricocarrera.com',
	#     u'perspiciatis': u'http://aznar.com/wp-content/blog/blog/homepage/',
	#     u'quasi': u'http://fuertestur.com/',
	#     u'tenetur': u'Possimus suscipit.',
	#     u'totam': 1476,
	#     u'ut': 746,
	#     u'voluptates': 1030}

	fake.pyint()
	# 719

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

::

	fake.ssn()
	# u'719-43-4264'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_7; rv:1.9.2.20) Gecko/2012-09-20 03:14:51 Firefox/3.8'

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

	fake.opera()
	# u'Opera/9.19.(Windows NT 5.0; it-IT) Presto/2.9.184 Version/10.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; it-IT) AppleWebKit/531.22.2 (KHTML, like Gecko) Version/4.0.5 Mobile/8B112 Safari/6531.22.2'

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

	fake.linux_processor()
	# u'i686'

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

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