
Language es_ES
**************


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

   fake.state_name()
   # u'Alicante'

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

   fake.street_name()
   # u'Glorieta Alfredo Lloret'

   fake.address()
   # u'Plaza Alba Nevado 124\nGuadalajara, 42454'

   fake.street_address()
   # u'Cuesta Alicia Vicente 77 Piso 3 '

   fake.postcode()
   # u'14549'

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

   fake.country()
   # u'Kirguist\xe1n'

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

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

   fake.street_suffix()
   # u'Street'

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

   fake.city_suffix()
   # u'Ville'

   fake.building_number()
   # u'17'

   fake.country_code()
   # u'AU'

   fake.city()
   # u'Ourense'

   fake.state()
   # u'Girona'


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

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

   fake.ean13()
   # u'8629038956619'

   fake.ean8()
   # u'24933421'


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

   fake.rgb_css_color()
   # u'rgb(210,10,98)'

   fake.color_name()
   # u'MediumBlue'

   fake.rgb_color_list()
   # (158, 83, 152)

   fake.rgb_color()
   # u'219,67,96'

   fake.safe_hex_color()
   # u'#cc5500'

   fake.safe_color_name()
   # u'white'

   fake.hex_color()
   # u'#69db6c'


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

   fake.company()
   # u'Cerro-Jimenez'

   fake.company_suffix()
   # u'and Sons'

   fake.catch_phrase()
   # u'Sharable intangible process improvement'

   fake.bs()
   # u'evolve clicks-and-mortar content'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'JCB 15 digit\nMar Mayo\n180060432241848 11/17\nCVC: 297\n'

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

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


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

   fake.currency_code()
   # 'VND'


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

   fake.date_time_ad()
   # datetime.datetime(1288, 5, 10, 2, 8, 20)

   fake.month()
   # '09'

   fake.am_pm()
   # 'AM'

   fake.timezone()
   # u'Europe/Budapest'

   fake.iso8601()
   # '1979-06-17T06:06:02'

   fake.date_time()
   # datetime(2010, 5, 6, 16, 33, 56)

   fake.month_name()
   # 'January'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 11, 7, 6, 21, 14)

   fake.unix_time()
   # 262173276

   fake.day_of_week()
   # 'Friday'

   fake.day_of_month()
   # '17'

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

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2011, 10, 11, 10, 59, 24)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 16, 12, 51, 12)

   fake.year()
   # '2001'

   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(2010, 3, 21, 1, 21, 56)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2013, 9, 21, 18, 13, 22)

   fake.century()
   # u'XV'

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

   fake.time_delta()
   # datetime.timedelta(12684, 84282)


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

   fake.mime_type(category=None)
   # u'model/x3d+vrml'

   fake.file_name(category=None, extension=None)
   # u'quidem.tiff'

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


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

   fake.ipv4()
   # u'57.252.26.100'

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

   fake.company_email()
   # u'nicolas57@talaverarossell.com'

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

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

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

   fake.tld()
   # u'com'

   fake.free_email()
   # u'ghervas@hotmail.com'

   fake.slug(*args, **kwargs)
   # u'qui-cum-rerum'

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

   fake.domain_name()
   # u'iglesiarivera.net'

   fake.uri_extension()
   # u'.htm'

   fake.ipv6()
   # u'd9d9:da12:5bf5:9d77:4e24:7dc4:9157:2881'

   fake.safe_email()
   # u'josep.estevez@example.com'

   fake.user_name(*args, **kwargs)
   # u'arcos.jose-manuel'

   fake.uri_path(deep=None)
   # u'posts/explore'

   fake.email()
   # u'alfredo82@yahoo.com'

   fake.uri_page()
   # u'homepage'

   fake.mac_address()
   # u'91:c4:24:81:60:b0'


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

   fake.job()
   # 'Geophysicist/field seismologist'


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

   fake.text(max_nb_chars=200)
   # u'Ipsam quia eum sed. Fugiat veniam dolorum repellendus asperiores modi quo. Non doloremque eligendi quo quia provident veniam.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Quo praesentium modi fugiat consequatur.'

   fake.word()
   # u'perspiciatis'

   fake.paragraphs(nb=3)
   # [   u'Omnis et quia dignissimos error necessitatibus. Impedit animi error saepe officia quia. Nisi rem non dolores molestiae magni aut.',
   #     u'Et saepe sed quaerat ab. Saepe modi quisquam aspernatur voluptatem illum adipisci voluptatem. Amet expedita placeat cupiditate mollitia. Rerum modi sint qui optio esse nesciunt cum.',
   #     u'Animi omnis assumenda veritatis ducimus doloribus eius voluptatum. Quia laboriosam asperiores unde eius a et. Consequatur sit inventore doloremque perferendis laboriosam. Sit et ut ut molestias maiores.']

   fake.words(nb=3)
   # [u'debitis', u'perferendis', u'debitis']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Molestiae ut corporis est veritatis dolorem et aut. Minus omnis et tempore reprehenderit occaecati maiores eveniet doloremque. Ullam nisi sint sunt quis deserunt. Deleniti facilis quam quibusdam est.'

   fake.sentences(nb=3)
   # [   u'Eaque placeat consequatur totam accusantium exercitationem.',
   #     u'Quos dolor quia ipsum.',
   #     u'Quasi est numquam dolorem debitis tempore perspiciatis sit.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'HDa+J^&p@s'

   fake.locale()
   # u'fr_HN'

   fake.md5(raw_output=False)
   # '4e1299328f66c1fa949987b4fe485224'

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

   fake.null_boolean()
   # None

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

   fake.uuid4()
   # 'cf45c0c8-b533-459e-9612-8e1c92955199'

   fake.language_code()
   # u'pt'

   fake.boolean(chance_of_getting_true=50)
   # False


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

   fake.last_name_male()
   # u'Manso'

   fake.name_female()
   # u'Soledad Pou-Gisbert'

   fake.prefix_male()
   # u'del'

   fake.prefix()
   # u'del'

   fake.name()
   # u'Miriam M\xf3nica Roma Rodr\xedguez'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Julian Reguera Arcos'

   fake.first_name()
   # u'Jorge'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Guillermo'

   fake.first_name_female()
   # u'Alejandra'

   fake.last_name_female()
   # u'Zamorano'

   fake.last_name()
   # u'Balaguer'

   fake.prefix_female()
   # u'del'


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

   fake.phone_number()
   # u'+34616412277'


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

   fake.simple_profile()
   # {   'address': u'Callej\xf3n Isabel Checa 5 Piso 9 \nTeruel, 03941',
   #     'birthdate': '1998-08-21',
   #     'mail': u'josefina.galindo@yahoo.com',
   #     'name': u'Pedro Lucena Cueto',
   #     'sex': 'M',
   #     'username': u'mar88'}

   fake.profile(fields=None)
   # {   'address': u'Camino Sonia Rivero 36\nCeuta, 29353',
   #     'birthdate': '1973-11-07',
   #     'blood_group': 'AB-',
   #     'company': u'F\xe1bregas-Carmona',
   #     'current_location': (Decimal('-83.027402'), Decimal('-50.795272')),
   #     'job': 'Location manager',
   #     'mail': u'vramirez@gmail.com',
   #     'name': u'Mar\xeda Cabrera Pinto',
   #     'residence': u'Vial de Daniel Figuerola 15\nLa Coru\xf1a, 50839',
   #     'sex': 'M',
   #     'ssn': u'177-23-5624',
   #     'username': u'njover',
   #     'website': [   u'http://moll.com/',
   #                    u'http://garca.com/',
   #                    u'http://ramnlvaro.org/',
   #                    u'http://aguilera.com/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([3809, u'Sunt quia iste et.', u'http://cruz.com/home/', u'Et et non velit est.', u'capdevila.yolanda@solera.org', u'Aut quisquam odio.', Decimal('5.81324598699E+12'), 5880, 6109])

   fake.pystr(max_chars=20)
   # u'Porro assumenda.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'http://bentez.com/explore/wp-content/app/search.php',
   #         u'gaya.nerea@blazquezlara.com',
   #         u'Dolor qui quas sed.',
   #         u'Architecto rerum.',
   #         datetime(2015, 4, 27, 17, 24, 22),
   #         u'Ut ea sed sunt.',
   #         u'Deserunt et quae.',
   #         -2753228.987905,
   #         datetime(1995, 2, 12, 12, 4, 38),
   #         -128889720.6],
   #     {   u'debitis': Decimal('-24.7'),
   #         u'doloremque': 8820,
   #         u'ducimus': u'Voluptatum enim et.',
   #         u'iste': datetime(2009, 4, 5, 21, 1, 30),
   #         u'magnam': u'Laboriosam.',
   #         u'minima': 7128.0,
   #         u'quae': u'Laborum minus.',
   #         u'quo': u'http://www.blancoblanes.org/',
   #         u'saepe': u'Voluptatum sit.',
   #         u'voluptate': 4952},
   #     {   u'assumenda': {   4: u'vasenjo@viaspeas.org',
   #                           5: [   35638.8474738914,
   #                                  u'nmacias@yahoo.com',
   #                                  datetime(1982, 12, 11, 3, 51, 57)],
   #                           6: {   4: Decimal('3259692.0'),
   #                                  5: u'Corrupti nisi.',
   #                                  6: [   u'beatriz55@serra.com',
   #                                         Decimal('-613613.0')]}},
   #         u'aut': {   2: 6735,
   #                     3: [u'Nisi est et qui.', 4951, 4171],
   #                     4: {   2: u'http://calderon.biz/',
   #                            3: Decimal('-8.30702707'),
   #                            4: [6400, u'Ut et provident.']}},
   #         u'dolorem': {   3: datetime(2007, 4, 14, 2, 11, 8),
   #                         4: [   4259,
   #                                datetime(1995, 3, 17, 6, 35, 42),
   #                                u'Sunt omnis maiores.'],
   #                         5: {   3: u'Quas aperiam saepe.',
   #                                4: u'http://www.teruel.com/main/blog/category/index/',
   #                                5: [   datetime(1994, 1, 30, 22, 6, 59),
   #                                       u'Et assumenda magnam.']}},
   #         u'eligendi': {   5: u'Corrupti a nemo.',
   #                          6: [u'Aliquid rerum.', 3034, u'Minima suscipit.'],
   #                          7: {   5: u'Nobis aspernatur.',
   #                                 6: u'lourdes.rivero@ribes.net',
   #                                 7: [   u'Sunt sed sunt.',
   #                                        u'cuevas.lucia@mariscalgrate.com']}},
   #         u'inventore': {   7: 1259,
   #                           8: [u'Saepe enim fuga.', Decimal('9888.6'), 5932],
   #                           9: {   7: u'Aut nihil debitis.',
   #                                  8: u'maestre.montserrat@colomandres.biz',
   #                                  9: [   Decimal('-5979.0'),
   #                                         u'Quia non ut qui.']}},
   #         u'nihil': {   6: u'Omnis laudantium.',
   #                       7: [   u'Ut sed harum rem.',
   #                              -7.7014,
   #                              u'http://www.almansa.com/category/posts/blog/post.htm'],
   #                       8: {   6: u'vdominguez@torre.com',
   #                              7: u'http://www.juregui.com/categories/author/',
   #                              8: [   Decimal('94.1808563'),
   #                                     Decimal('920.89576661')]}},
   #         u'sapiente': {   9: u'Laboriosam ut rerum.',
   #                          10: [   u'Tempore libero.',
   #                                  u'obartolome@hotmail.com',
   #                                  -38059141296546.0],
   #                          11: {   9: 8399, 10: 31679114.70208, 11: [2823, 5401]}},
   #         u'tenetur': {   8: u'jaime13@gmail.com',
   #                         9: [   u'Perferendis.',
   #                                u'aguilar.veronica@gmail.com',
   #                                u'http://www.solera.com/'],
   #                         10: {   8: u'Quidem.',
   #                                 9: datetime(2004, 8, 31, 17, 38, 12),
   #                                 10: [   Decimal('860697446435'),
   #                                         u'http://www.alarcncuenca.info/search/explore/post/']}},
   #         u'ut': {   1: u'Est dicta optio ut.',
   #                    2: [   u'Ut ea architecto.',
   #                           4737831.12,
   #                           Decimal('3.6545949641')],
   #                    3: {   1: u'jose-ramon.torralba@feijoo.net',
   #                           2: u'Id consequuntur.',
   #                           3: [   Decimal('62.55032'),
   #                                  u'http://www.colom.com/tags/tag/faq/']}},
   #         u'veritatis': {   0: Decimal('-5037457.58357'),
   #                           1: [   datetime(1990, 10, 17, 11, 35, 31),
   #                                  Decimal('-394282792.2'),
   #                                  4269],
   #                           2: {   0: u'ccastells@hotmail.com',
   #                                  1: 2871,
   #                                  2: [9546, u'Laudantium.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   Decimal('-8178584824.61'),
   #     Decimal('-4.36029926103E+14'),
   #     datetime(2004, 3, 15, 1, 25, 39),
   #     u'Eligendi nemo.',
   #     u'Iste maiores dicta.',
   #     u'Laborum quod illum.',
   #     u'http://maestre.biz/search.asp',
   #     -738918916550.0,
   #     u'Et ullam ut.',
   #     Decimal('-1.71037104054E+13'),
   #     u'Modi atque nisi.',
   #     u'http://vives.com/index.jsp']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'Ut eius accusantium.',
   #     u'Est consequatur.',
   #     44482232946818.2,
   #     Decimal('8.4974284585E+14'),
   #     8966,
   #     u'Architecto.',
   #     u'http://www.muoz.com/blog/home/',
   #     u'Pariatur in debitis.',
   #     214.5999861,
   #     u'Aliquam voluptates.',
   #     Decimal('-6.33670967458E+14'),
   #     u'Nesciunt facilis.')

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'http://www.torre.com/faq/', u'Vel esse sed.', u'Nesciunt odit optio.', 1649, u'Est excepturi sint.', 3319, Decimal('-7826373.145')])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'dolorem': u'gnunez@gmail.com',
   #     u'earum': u'Rerum vero id.',
   #     u'et': Decimal('989966.443544'),
   #     u'libero': u'Omnis rem ea et.',
   #     u'non': Decimal('2.30164834349E+14'),
   #     u'nulla': datetime(1981, 7, 16, 15, 32, 20),
   #     u'omnis': u'http://ortegaadn.com/',
   #     u'praesentium': u'Porro est et.',
   #     u'sint': u'Minima quidem hic.',
   #     u'voluptatum': u'Perferendis.'}

   fake.pyint()
   # 3380


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

   fake.ssn()
   # u'659-72-5329'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_9; rv:1.9.2.20) Gecko/2011-10-13 06:04:05 Firefox/3.6.16'

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

   fake.opera()
   # u'Opera/9.12.(Windows 95; sl-SI) Presto/2.9.162 Version/12.00'

   fake.windows_platform_token()
   # u'Windows CE'

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

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

   fake.chrome()
   # u'Mozilla/5.0 (Windows 95) AppleWebKit/5352 (KHTML, like Gecko) Chrome/13.0.845.0 Safari/5352'

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; sl-SI) AppleWebKit/534.24.2 (KHTML, like Gecko) Version/4.0.5 Mobile/8B113 Safari/6534.24.2'
