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


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

   fake.state_name()
   # u'La Rioja'

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

   fake.street_name()
   # u'Camino Alex Feliu'

   fake.address()
   # u'Urbanizaci\xf3n de Ricardo Hoz 13\nMadrid, 75652'

   fake.street_address()
   # u'Avenida Victor Manuel Calvet 23 Piso 8 '

   fake.postcode()
   # u'46355'

   fake.longitude()
   # Decimal('144.553029')

   fake.country()
   # u'Pa\xedses Bajos'

   fake.secondary_address()
   # u'Piso 1'

   fake.street_prefix()
   # u'C.'

   fake.street_suffix()
   # u'Street'

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

   fake.city_suffix()
   # u'Ville'

   fake.building_number()
   # u'12'

   fake.country_code()
   # u'DO'

   fake.city()
   # u'Huelva'

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


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

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

   fake.ean13()
   # u'7579622086288'

   fake.ean8()
   # u'46946782'


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

   fake.rgb_css_color()
   # u'rgb(122,1,73)'

   fake.color_name()
   # u'SeaShell'

   fake.rgb_color_list()
   # (75, 247, 245)

   fake.rgb_color()
   # u'146,148,25'

   fake.safe_hex_color()
   # u'#aa0000'

   fake.safe_color_name()
   # u'lime'

   fake.hex_color()
   # u'#e3e3d2'


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

   fake.company()
   # u'Linares PLC'

   fake.company_suffix()
   # u'PLC'

   fake.catch_phrase()
   # u'Ameliorated background open architecture'

   fake.bs()
   # u'cultivate interactive experiences'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'Discover\nFrancisco Casal\n6011571780469841 12/20\nCVC: 392\n'

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

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


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

   fake.currency_code()
   # 'HRK'


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

   fake.date_time_ad()
   # datetime.datetime(755, 6, 1, 23, 57, 52)

   fake.month()
   # '04'

   fake.am_pm()
   # 'PM'

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

   fake.iso8601()
   # '2011-12-13T12:37:40'

   fake.date_time()
   # datetime(2000, 1, 17, 8, 48, 34)

   fake.month_name()
   # 'September'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 4, 11, 20, 32, 27)

   fake.unix_time()
   # 176024109

   fake.day_of_week()
   # 'Monday'

   fake.day_of_month()
   # '23'

   fake.time(pattern="%H:%M:%S")
   # '07:20:25'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1993, 10, 27, 15, 26, 16)

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

   fake.year()
   # '2000'

   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, 1, 3, 6, 25, 54)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2014, 7, 15, 17, 16, 26)

   fake.century()
   # u'V'

   fake.date(pattern="%Y-%m-%d")
   # '2006-03-26'

   fake.time_delta()
   # datetime.timedelta(4922, 25529)


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

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

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

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


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

   fake.ipv4()
   # u'195.16.62.4'

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

   fake.company_email()
   # u'alegria.gabriel@valverde.org'

   fake.uri()
   # u'http://castells.biz/homepage/'

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

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

   fake.tld()
   # u'com'

   fake.free_email()
   # u'gpelayo@gmail.com'

   fake.slug(*args, **kwargs)
   # u'consequuntur-qui-et'

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

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

   fake.uri_extension()
   # u'.html'

   fake.ipv6()
   # u'4a00:3c1b:c901:2087:63c3:27a7:9023:d3c0'

   fake.safe_email()
   # u'cristina.carbo@example.org'

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

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

   fake.email()
   # u'vara.hector@hoyos.com'

   fake.uri_page()
   # u'post'

   fake.mac_address()
   # u'f3:88:49:e4:71:e0'


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

   fake.job()
   # 'Radiographer, diagnostic'


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

   fake.text(max_nb_chars=200)
   # u'Iure dolorem id neque ipsum sit iusto. Est et qui quos et nisi suscipit. Voluptatem impedit consequatur culpa nemo cum ut inventore nobis. Vero odit et in est culpa occaecati similique.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Quos minus quos blanditiis.'

   fake.word()
   # u'possimus'

   fake.paragraphs(nb=3)
   # [   u'Nostrum voluptas eius rem enim aut fuga doloremque. Distinctio excepturi eum eos consequatur quia dolor. Labore qui alias quidem culpa esse et.',
   #     u'Quis eaque sunt voluptate ut nihil culpa et. In accusantium quas qui illo aut sint. Nobis distinctio amet quod veniam non rem omnis. Ex ducimus hic est porro architecto odit.',
   #     u'Et asperiores illo repellat enim pariatur. Fuga sed eum totam eius molestiae. Et iure rerum animi soluta quas dolor iure. Illo enim et itaque tempore iusto voluptate illum.']

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

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Consequuntur autem ut nam non. Qui aperiam et maiores et laborum et omnis. Adipisci aliquam in eos eveniet a sunt eligendi. Omnis error ullam nobis laborum sapiente nihil.'

   fake.sentences(nb=3)
   # [   u'Et illo et accusamus assumenda qui.',
   #     u'Ab fugiat quia exercitationem iusto doloribus commodi eligendi.',
   #     u'Asperiores adipisci fugit minima soluta dolorum.']


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

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

   fake.locale()
   # u'cn_OM'

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

   fake.sha1(raw_output=False)
   # '615dc3f1c7ed9a7c51ee8e85bd8056bd0d9760cf'

   fake.null_boolean()
   # True

   fake.sha256(raw_output=False)
   # '91fd5edcefd94260101c4a498124e39517db20769b3c9021e67fcdd7c4595ebe'

   fake.uuid4()
   # '9695debd-0b21-46e7-bcad-ec62a10d1526'

   fake.language_code()
   # u'de'

   fake.boolean(chance_of_getting_true=50)
   # False


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

   fake.last_name_male()
   # u'Sureda'

   fake.name_female()
   # u'Antonia Mayo Artigas'

   fake.prefix_male()
   # u'del'

   fake.prefix()
   # u'del'

   fake.name()
   # u'Claudia Magdalena Moles Rocha'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Martin Juli\xe1n Noguera'

   fake.first_name()
   # u'Claudia'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Aitor'

   fake.first_name_female()
   # u'Milagros'

   fake.last_name_female()
   # u'Cal'

   fake.last_name()
   # u'Colomer'

   fake.prefix_female()
   # u'de'


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

   fake.phone_number()
   # u'+34 285060943'


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

   fake.simple_profile()
   # {   'address': u'Rambla Felipe \xc1vila 940 Puerta 2 \nBurgos, 55597',
   #     'birthdate': '1976-02-23',
   #     'mail': u'dieguez.jose-luis@hotmail.com',
   #     'name': u'Tom\xe1s Jaime Nicol\xe1s Villena',
   #     'sex': 'M',
   #     'username': u'amparo.lluch'}

   fake.profile(fields=None)
   # {   'address': u'Via de Victor Blanco 40 Piso 7 \nZamora, 60288',
   #     'birthdate': '1990-12-21',
   #     'blood_group': 'AB-',
   #     'company': u'Clavero-Galiano',
   #     'current_location': (Decimal('87.995208'), Decimal('64.272003')),
   #     'job': 'Engineer, petroleum',
   #     'mail': u'jesus81@hotmail.com',
   #     'name': u'Antonia \xc1guila Ferrera',
   #     'residence': u'C. de Alicia Men\xe9ndez 635 Apt. 99 \nLugo, 95515',
   #     'sex': 'M',
   #     'ssn': u'644-92-6585',
   #     'username': u'iborrego',
   #     'website': [   u'http://rueda.info/',
   #                    u'http://santiago.com/',
   #                    u'http://alemn.com/',
   #                    u'http://bustos.com/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'Aperiam illum.',
   #     u'Incidunt ipsa.',
   #     8046,
   #     6063,
   #     datetime(2008, 7, 5, 8, 19, 9),
   #     u'Repudiandae a.',
   #     343)

   fake.pystr(max_chars=20)
   # u'Soluta at voluptate.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'sandra83@yahoo.com',
   #         u'laura78@escalonamanzano.biz',
   #         6481,
   #         -497554600727837.0,
   #         Decimal('-38766911.6809'),
   #         datetime(1984, 4, 10, 3, 12, 16),
   #         u'andres65@yahoo.com',
   #         -33.7969929553,
   #         u'Temporibus.',
   #         u'http://contreras.com/tags/faq/'],
   #     {   u'beatae': 88.15289,
   #         u'ducimus': -675473590297.7,
   #         u'et': datetime(1989, 7, 8, 23, 47, 4),
   #         u'exercitationem': u'Repudiandae quia.',
   #         u'harum': u'Qui et placeat.',
   #         u'neque': u'Inventore assumenda.',
   #         u'possimus': Decimal('-19.5968807991'),
   #         u'provident': u'Aliquam sint qui.',
   #         u'temporibus': u'agonzalo@carranza.com',
   #         u'voluptatibus': u'http://www.almagrolerma.com/blog/author.php'},
   #     {   u'a': {   9: 78161641530.0,
   #                   10: [8775, -100222396146230.0, Decimal('-63996412.7')],
   #                   11: {   9: u'http://www.moranteariza.com/index/',
   #                           10: datetime(2010, 8, 12, 4, 54, 59),
   #                           11: [   u'Debitis quisquam.',
   #                                   u'http://casas.org/homepage/']}},
   #         u'et': {   0: Decimal('-74131667693.5'),
   #                    1: [3175, -98129.3322, u'Sed aperiam illum.'],
   #                    2: {   0: u'Ipsam aut eius.',
   #                           1: -844.5175,
   #                           2: [   datetime(1992, 5, 28, 5, 24, 9),
   #                                  u'Molestias magni.']}},
   #         u'hic': {   1: 9791,
   #                     2: [   u'raquel.pedrero@casanovasrincn.org',
   #                            u'Iusto cum.',
   #                            datetime(1978, 5, 7, 3, 25, 4)],
   #                     3: {   1: u'Voluptatum.',
   #                            2: u'Eos quia aut nulla.',
   #                            3: [u'Ab id ad iusto.', u'Aut deserunt.']}},
   #         u'molestiae': {   4: u'Enim harum.',
   #                           5: [   u'Quo ex nam et quis.',
   #                                  4395,
   #                                  u'In nulla porro illo.'],
   #                           6: {   4: u'Dolor et.',
   #                                  5: -9564577349.0,
   #                                  6: [7893, 2335]}},
   #         u'nesciunt': {   8: Decimal('-4630597.1745'),
   #                          9: [   u'http://www.mendez.info/',
   #                                 u'Velit consequatur.',
   #                                 datetime(1990, 7, 23, 19, 21, 38)],
   #                          10: {   8: 2552,
   #                                  9: u'Eos commodi.',
   #                                  10: [   u'http://ponce.com/blog/categories/explore/about/',
   #                                          u'Consequuntur qui.']}},
   #         u'omnis': {   6: 8875,
   #                       7: [   u'Et nobis qui sunt.',
   #                              Decimal('-9.29880546541'),
   #                              9732908617.1],
   #                       8: {   6: u'Velit quos ab.',
   #                              7: u'ytorrents@batalla.com',
   #                              8: [1328, u'zroman@villalobosberenguer.com']}},
   #         u'qui': {   5: datetime(1990, 12, 13, 21, 2, 11),
   #                     6: [   u'Natus explicabo.',
   #                            u'http://camposordez.org/wp-content/categories/categories/post.htm',
   #                            Decimal('511.784655')],
   #                     7: {   5: datetime(1975, 10, 17, 12, 35, 15),
   #                            6: u'Et quaerat fugit.',
   #                            7: [   u'font.jose-maria@hotmail.com',
   #                                   u'Voluptatem debitis.']}},
   #         u'quo': {   7: 2411,
   #                     8: [   u'http://vaquero.com/author.php',
   #                            u'Deleniti explicabo.',
   #                            7121],
   #                     9: {   7: u'http://quinterobarber.com/main/wp-content/main/terms.html',
   #                            8: 8734,
   #                            9: [u'Atque reiciendis.', u'Eaque eos aperiam.']}},
   #         u'reiciendis': {   2: u'Ad quos ut dolores.',
   #                            3: [u'Autem ipsum est sed.', 7246, -9822681641.0],
   #                            4: {   2: u'ptoledo@pomares.biz',
   #                                   3: u'Explicabo ea ut.',
   #                                   4: [   364111578850503.0,
   #                                          u'http://www.caballerollobet.biz/search/homepage/']}},
   #         u'rerum': {   3: u'Enim eum et qui.',
   #                       4: [u'elisa42@ochoa.com', u'http://lara.biz/', 8301],
   #                       5: {   3: 9094,
   #                              4: u'Amet rem aut.',
   #                              5: [-523429407.0, Decimal('-596739971035')]}}})

   fake.pydecimal(left_digits=None, right_digits=None, positive=False)
   # Decimal('-7.14711221236E+13')

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   -7773125274.7296,
   #     7919,
   #     u'http://moratahernando.com/author/',
   #     u'sara61@gmezcodina.biz',
   #     u'Praesentium ipsum.',
   #     Decimal('296942180.0'),
   #     1389,
   #     6054,
   #     u'http://www.oller.biz/explore/app/about.asp',
   #     u'Dolorem dolores.',
   #     u'Voluptas mollitia.',
   #     Decimal('986.9'),
   #     u'Corrupti qui.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   47592.501980708,
   #     746013041936365.0,
   #     Decimal('93093698040.0'),
   #     -75212209060.9,
   #     u'Et autem tenetur.',
   #     8889,
   #     u'Reiciendis non.')

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'Odio quia odit.', u'mario.vizcaino@gmail.com', u'Possimus quos cum.', u'Doloremque fuga.', 5324, u'Officiis unde.', u'http://www.santoscastilla.com/blog/about.html', 9422, u'http://pinedoblanca.com/login.htm', 8243701.5752517, -336.39119255, u'Officiis beatae.', u'Amet laborum quam.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'accusantium': 4575954196.8,
   #     u'eligendi': u'Et eum voluptatem.',
   #     u'et': datetime(1987, 5, 23, 13, 5, 50),
   #     u'facilis': u'Eos quos ad autem.',
   #     u'praesentium': datetime(2015, 10, 18, 16, 40, 29),
   #     u'repellendus': u'Tenetur quo non id.',
   #     u'voluptatibus': 4567}

   fake.pyint()
   # 6267


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

   fake.ssn()
   # u'825-85-0666'


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

   fake.mac_processor()
   # u'PPC'

   fake.firefox()
   # u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2014-02-17 16:33:12 Firefox/3.8'

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

   fake.opera()
   # u'Opera/9.80.(X11; Linux i686; sl-SI) Presto/2.9.170 Version/12.00'

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

   fake.internet_explorer()
   # u'Mozilla/5.0 (compatible; MSIE 8.0; Windows CE; Trident/4.1)'

   fake.user_agent()
   # u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_5 rv:6.0; it-IT) AppleWebKit/533.21.5 (KHTML, like Gecko) Version/5.1 Safari/533.21.5'

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

   fake.linux_processor()
   # u'x86_64'

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

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