
Language la
***********


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

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

   fake.building_number()
   # u'1079'

   fake.street_address()
   # u'3524 Schumm Villages Apt. 396'

   fake.postalcode_plus4()
   # u'71216-9744'

   fake.city_prefix()
   # u'West'

   fake.military_ship()
   # u'USNS'

   fake.country_code()
   # u'NG'

   fake.city()
   # u'Dwanetown'

   fake.zipcode_plus4()
   # u'50842-7976'

   fake.state_abbr()
   # u'CO'

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

   fake.street_suffix()
   # u'Pine'

   fake.city_suffix()
   # u'berg'

   fake.military_dpo()
   # u'Unit 6556 Box 1272'

   fake.country()
   # u'Finland'

   fake.secondary_address()
   # u'Suite 595'

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

   fake.postalcode()
   # u'31151'

   fake.address()
   # u'47618 Hilll Row Apt. 715\nDanelleshire, LA 50082'

   fake.state()
   # u'Michigan'

   fake.military_state()
   # u'AA'

   fake.street_name()
   # u'Antoinette Throughway'

   fake.zipcode()
   # u'16427'

   fake.postcode()
   # u'80042-9451'

   fake.military_apo()
   # u'PSC 7291, Box 4696'


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

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

   fake.ean13()
   # u'6511627086253'

   fake.ean8()
   # u'95931401'


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

   fake.rgb_css_color()
   # u'rgb(65,7,69)'

   fake.color_name()
   # u'DarkGreen'

   fake.rgb_color_list()
   # (69, 54, 176)

   fake.rgb_color()
   # u'183,20,69'

   fake.safe_hex_color()
   # u'#66cc00'

   fake.safe_color_name()
   # u'aqua'

   fake.hex_color()
   # u'#c7acfa'


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

   fake.company()
   # u'West-Robel'

   fake.company_suffix()
   # u'and Sons'

   fake.catch_phrase()
   # u'Visionary executive info-mediaries'

   fake.bs()
   # u'benchmark web-enabled e-tailers'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'JCB 16 digit\nRubie Zulauf\n3088891149568165 11/23\nCVC: 042\n'

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

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


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

   fake.currency_code()
   # 'PYG'


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

   fake.date_time_ad()
   # datetime.datetime(94, 10, 3, 9, 31, 10)

   fake.month()
   # '10'

   fake.am_pm()
   # 'AM'

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

   fake.iso8601()
   # '1995-05-18T08:03:20'

   fake.date_time()
   # datetime(1977, 6, 18, 21, 20, 21)

   fake.month_name()
   # 'March'

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

   fake.unix_time()
   # 1295984885

   fake.day_of_week()
   # 'Thursday'

   fake.day_of_month()
   # '03'

   fake.time(pattern="%H:%M:%S")
   # '21:17:50'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1987, 2, 6, 8, 14, 11)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 11, 23, 37, 53)

   fake.year()
   # '1977'

   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(2012, 12, 11, 19, 47, 52)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2011, 10, 24, 0, 31, 33)

   fake.century()
   # u'I'

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

   fake.time_delta()
   # datetime.timedelta(13409, 44949)


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

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

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

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


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

   fake.ipv4()
   # u'254.120.93.201'

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

   fake.company_email()
   # u'gutmann.caprice@gorczanylakin.info'

   fake.uri()
   # u'http://www.beier.net/category/'

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

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

   fake.tld()
   # u'info'

   fake.free_email()
   # u'grant.jaliyah@gmail.com'

   fake.slug(*args, **kwargs)
   # u'et-ipsum-dicta-aut'

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

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

   fake.uri_extension()
   # u'.htm'

   fake.ipv6()
   # u'ba9e:4f73:15a3:e9b8:acdb:52f0:a3d5:0f4e'

   fake.safe_email()
   # u'lubowitz.abram@example.org'

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

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

   fake.email()
   # u'turner.zaid@mcdermottharber.net'

   fake.uri_page()
   # u'login'

   fake.mac_address()
   # u'83:39:0a:98:c2:33'


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

   fake.job()
   # 'Emergency planning/management officer'


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

   fake.text(max_nb_chars=200)
   # u'Ut vel rerum est nisi ipsam neque est sint. Est voluptas soluta deserunt in atque vel omnis et. Et et cupiditate odit ipsam fuga ducimus.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Optio ut praesentium nisi repellendus neque non ad.'

   fake.word()
   # u'atque'

   fake.paragraphs(nb=3)
   # [   u'Culpa expedita non dolores maiores non debitis nesciunt nisi. Cum eius non quaerat placeat consequatur iusto.',
   #     u'Et quae esse natus. Error eum nulla non itaque fuga aut. Aut culpa fugit minus quam quia doloremque et.',
   #     u'Voluptates et tempora totam voluptatem id. Autem et beatae repellat ea. Error debitis sunt tenetur fugiat suscipit.']

   fake.words(nb=3)
   # [u'numquam', u'in', u'nostrum']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Sed maiores vel sed nisi asperiores deserunt. Voluptatibus dicta dolores aperiam quas. Rem ipsum est saepe qui mollitia.'

   fake.sentences(nb=3)
   # [   u'Vitae dolore beatae praesentium ut ea saepe fuga.',
   #     u'Fugit velit rerum voluptatum unde laborum.',
   #     u'Est modi assumenda velit quis excepturi.']


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

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

   fake.locale()
   # u'el_LU'

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

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

   fake.null_boolean()
   # False

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

   fake.uuid4()
   # '0de2cbff-07b2-4029-b890-861ab12e9535'

   fake.language_code()
   # u'ru'

   fake.boolean(chance_of_getting_true=50)
   # True


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

   fake.last_name_male()
   # u'Casper'

   fake.name_female()
   # u'Anastacia Feeney'

   fake.prefix_male()
   # u'Mr.'

   fake.prefix()
   # u'Mrs.'

   fake.name()
   # u'Dolph Wintheiser'

   fake.suffix_female()
   # u'DVM'

   fake.name_male()
   # u'Frederic Wiza'

   fake.first_name()
   # u'Deliah'

   fake.suffix_male()
   # u'DDS'

   fake.suffix()
   # u'I'

   fake.first_name_male()
   # u'Farris'

   fake.first_name_female()
   # u'Zeta'

   fake.last_name_female()
   # u'Legros'

   fake.last_name()
   # u'Gaylord'

   fake.prefix_female()
   # u'Mrs.'


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

   fake.phone_number()
   # u'(258)197-9759x8705'


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

   fake.simple_profile()
   # {   'address': u'69511 Smith Lakes\nReyton, MP 16137-2699',
   #     'birthdate': '1992-03-22',
   #     'mail': u'obogisich@hotmail.com',
   #     'name': u'Craig Cassin',
   #     'sex': 'M',
   #     'username': u'george11'}

   fake.profile(fields=None)
   # {   'address': u'78925 Hegmann Gardens Apt. 558\nJoselineport, CA 25176',
   #     'birthdate': '1986-10-07',
   #     'blood_group': 'AB+',
   #     'company': u'Leannon, Will and Ritchie',
   #     'current_location': (Decimal('75.983850'), Decimal('134.210242')),
   #     'job': 'Patent examiner',
   #     'mail': u'ullrich.earnestine@yahoo.com',
   #     'name': u'Luciana Bashirian',
   #     'residence': u'9809 Fadel Ridge Apt. 694\nBreitenbergburgh, NC 10871-0130',
   #     'sex': 'M',
   #     'ssn': u'436-27-3924',
   #     'username': u'tzboncak',
   #     'website': [   u'http://www.gottlieb.com/',
   #                    u'http://www.koch.net/',
   #                    u'http://www.mitchelllesch.info/',
   #                    u'http://hilpertklocko.org/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'http://www.dicki.com/list/app/posts/login.asp', u'http://wisoky.com/explore/index/', Decimal('-5056845.56'), Decimal('58.38086'), u'http://www.pacocha.net/main/wp-content/privacy.php', u'Perspiciatis id.', 1644, Decimal('-83659147331.3'), u'Dolores recusandae.', datetime(1991, 8, 8, 5, 42, 52), 570255871734.0, datetime(2006, 1, 25, 19, 30, 40), datetime(1973, 10, 19, 6, 6, 23)])

   fake.pystr(max_chars=20)
   # u'Labore illo modi.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   9632,
   #         datetime(1988, 6, 12, 16, 16, 7),
   #         u'stoltenberg.cordie@gmail.com',
   #         Decimal('-57785780850.1'),
   #         u'roberbrunner@yahoo.com',
   #         datetime(1977, 9, 27, 14, 22, 54),
   #         datetime(2003, 7, 30, 15, 10, 56),
   #         u'http://hilpertmueller.com/explore/posts/wp-content/privacy.html',
   #         u'Mollitia sed sit.',
   #         u'Quis eum.'],
   #     {   u'consectetur': u'Repellat quia vero.',
   #         u'cum': -8272057.724,
   #         u'ea': u'payten84@gmail.com',
   #         u'eaque': datetime(1972, 6, 21, 9, 1, 40),
   #         u'magnam': 714,
   #         u'pariatur': u'hgulgowski@dickinsonkassulke.com',
   #         u'placeat': datetime(2002, 8, 1, 7, 7, 27),
   #         u'reprehenderit': u'http://www.robel.com/tags/tags/category.asp',
   #         u'tempore': u'http://www.kutchhahn.com/wp-content/homepage.html',
   #         u'voluptate': 2160},
   #     {   u'ea': {   0: Decimal('1727320.82534'),
   #                    1: [   Decimal('-607.48079613'),
   #                           -97.3563828,
   #                           u'Sed et sit tempora.'],
   #                    2: {   0: u'Molestiae qui.',
   #                           1: u'Sed delectus ut.',
   #                           2: [   u'Qui dolorum.',
   #                                  u'http://www.armstrong.com/wp-content/main/']}},
   #         u'esse': {   7: 8710,
   #                      8: [   datetime(1984, 7, 5, 10, 10, 6),
   #                             u'Neque sit voluptas.',
   #                             u'Odio voluptates.'],
   #                      9: {   7: u'Optio qui.',
   #                             8: u'Aut sapiente et.',
   #                             9: [60682134397.7603, u'Odio laborum minima.']}},
   #         u'necessitatibus': {   3: u'Adipisci rerum.',
   #                                4: [   u'Tempore placeat.',
   #                                       u'Dolorem quis rem.',
   #                                       Decimal('-1.65480879846E+12')],
   #                                5: {   3: u'citlalli00@gmail.com',
   #                                       4: -5867.33556969189,
   #                                       5: [u'Vel eos qui aliquid.', 7433]}},
   #         u'non': {   9: u'Exercitationem quas.',
   #                     10: [   u'Sequi et eius.',
   #                             u'Quo aut quibusdam.',
   #                             -2213629859.8],
   #                     11: {   9: u'Consequatur et.',
   #                             10: u'Quaerat quia.',
   #                             11: [   u'http://www.grahambeier.biz/login.html',
   #                                     4250]}},
   #         u'possimus': {   1: Decimal('-16203.20762'),
   #                          2: [   u'http://altenwerth.info/post/',
   #                                 u'Fugiat et magnam.',
   #                                 77619424188414.0],
   #                          3: {   1: 46397.78333939,
   #                                 2: datetime(1987, 3, 10, 6, 0, 24),
   #                                 3: [1619, u'Reprehenderit.']}},
   #         u'provident': {   4: 7329,
   #                           5: [   datetime(2001, 9, 8, 22, 36),
   #                                  u'Exercitationem eum.',
   #                                  datetime(1974, 12, 24, 3, 27, 31)],
   #                           6: {   4: 5417,
   #                                  5: u'hoppe.shanae@dooleyjenkins.com',
   #                                  6: [   u'jerusha.harvey@hauck.com',
   #                                         u'Architecto eos ut.']}},
   #         u'qui': {   8: u'armond.wunsch@kuhic.net',
   #                     9: [   u'Architecto.',
   #                            u'http://dickinsonohara.com/category.htm',
   #                            datetime(1973, 9, 12, 9, 50, 52)],
   #                     10: {   8: -885170389404496.0,
   #                             9: u'http://gottlieb.biz/home.php',
   #                             10: [   u'Voluptas laudantium.',
   #                                     u'Molestiae alias id.']}},
   #         u'suscipit': {   6: Decimal('-921709535.577'),
   #                          7: [   u'http://wolfgibson.org/category.php',
   #                                 u'At quo velit.',
   #                                 u'Est reiciendis.'],
   #                          8: {   6: -74496.64793,
   #                                 7: u'shay.emard@legros.net',
   #                                 8: [u'wsteuber@gmail.com', 5764]}},
   #         u'ut': {   2: u'Sit amet et.',
   #                    3: [   u'http://www.schmeler.com/list/explore/register/',
   #                           datetime(2014, 1, 16, 7, 6, 25),
   #                           u'deontae99@smith.com'],
   #                    4: {   2: Decimal('-960339.274229'),
   #                           3: u'Quisquam.',
   #                           4: [-504959446193.0, 5607]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'casper.nikolai@gottlieb.com',
   #     u'Commodi provident.',
   #     Decimal('7.29395552016E+13'),
   #     7283,
   #     4633,
   #     u'Quibusdam aliquam.',
   #     7306,
   #     u'Totam maxime.',
   #     u'Temporibus.',
   #     u'durell87@berge.com',
   #     Decimal('738.675740144')]

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   Decimal('-39219556534.0'),
   #     5255,
   #     u'http://schoen.com/main/post/',
   #     datetime(1991, 3, 1, 21, 25, 19),
   #     u'Dolorem odio aut.',
   #     u'rutha.prosacco@durgan.com',
   #     892069716589027.0,
   #     u'Pariatur occaecati.',
   #     Decimal('-5.798964288'))

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'Voluptatibus.', u'http://www.bernhard.net/app/search/app/register/', u'Omnis est ex et.', u'http://www.connelly.org/category/category/about.html', 8231, u'Dolorem praesentium.', u'Repellat nam animi.', u'Qui est ea unde.', u'http://www.hahn.info/main/', u'http://homenick.com/wp-content/category/categories/register.htm', u'Sunt quis quidem.', u'xgoyette@zemlak.info', Decimal('-194.74')])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'assumenda': u'Ipsum et quidem et.',
   #     u'fugiat': datetime(2009, 1, 19, 2, 21, 8),
   #     u'in': -6867963871.4,
   #     u'molestiae': u'Aut autem autem ea.',
   #     u'quasi': u'Molestias nihil qui.',
   #     u'quidem': datetime(1976, 2, 26, 21, 6, 30),
   #     u'sed': u'todd.aufderhar@gmail.com',
   #     u'similique': u'Deserunt voluptate.'}

   fake.pyint()
   # 8104


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

   fake.ssn()
   # u'162-10-2248'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2014-03-22 18:56:08 Firefox/13.0'

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

   fake.opera()
   # u'Opera/9.18.(X11; Linux x86_64; en-US) Presto/2.9.190 Version/11.00'

   fake.windows_platform_token()
   # u'Windows 98'

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

   fake.user_agent()
   # u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_9 rv:4.0; sl-SI) AppleWebKit/534.6.1 (KHTML, like Gecko) Version/5.1 Safari/534.6.1'

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

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_6 rv:5.0; it-IT) AppleWebKit/533.11.1 (KHTML, like Gecko) Version/4.0.2 Safari/533.11.1'
