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


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

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

   fake.building_number()
   # u'7787'

   fake.street_address()
   # u'5949 Waters Court'

   fake.postalcode_plus4()
   # u'16281-0840'

   fake.city_prefix()
   # u'New'

   fake.military_ship()
   # u'USS'

   fake.country_code()
   # u'GW'

   fake.city()
   # u'Lenville'

   fake.zipcode_plus4()
   # u'44447-4591'

   fake.state_abbr()
   # u'ND'

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

   fake.street_suffix()
   # u'Field'

   fake.city_suffix()
   # u'ville'

   fake.military_dpo()
   # u'Unit 1478 Box 0954'

   fake.country()
   # u'Reunion'

   fake.secondary_address()
   # u'Suite 862'

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

   fake.postalcode()
   # u'49532'

   fake.address()
   # u'3913 Lind Tunnel\nHobertborough, OR 11772'

   fake.state()
   # u'Vermont'

   fake.military_state()
   # u'AA'

   fake.street_name()
   # u'Paucek Roads'

   fake.zipcode()
   # u'14217'

   fake.postcode()
   # u'55232'

   fake.military_apo()
   # u'PSC 4144, Box 4875'


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

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

   fake.ean13()
   # u'3940981936431'

   fake.ean8()
   # u'09668232'


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

   fake.rgb_css_color()
   # u'rgb(71,101,43)'

   fake.color_name()
   # u'Chartreuse'

   fake.rgb_color_list()
   # (46, 93, 137)

   fake.rgb_color()
   # u'223,165,27'

   fake.safe_hex_color()
   # u'#44ff00'

   fake.safe_color_name()
   # u'green'

   fake.hex_color()
   # u'#27b590'


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

   fake.company()
   # u'Collier and Sons'

   fake.company_suffix()
   # u'LLC'

   fake.catch_phrase()
   # u'Polarized intangible monitoring'

   fake.bs()
   # u'transform killer schemas'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'VISA 16 digit\nBraylen Schaefer\n4799868282566014 03/25\nCVC: 352\n'

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

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


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

   fake.currency_code()
   # 'MYR'


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

   fake.date_time_ad()
   # datetime.datetime(981, 2, 19, 1, 46, 14)

   fake.month()
   # '02'

   fake.am_pm()
   # 'AM'

   fake.timezone()
   # u'America/La_Paz'

   fake.iso8601()
   # '2011-10-30T09:52:04'

   fake.date_time()
   # datetime(1985, 11, 11, 16, 28, 34)

   fake.month_name()
   # 'April'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 9, 16, 1, 44, 31)

   fake.unix_time()
   # 312124554

   fake.day_of_week()
   # 'Friday'

   fake.day_of_month()
   # '03'

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

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1989, 10, 26, 5, 34, 9)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 1, 15, 37, 34)

   fake.year()
   # '1983'

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

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2013, 12, 25, 5, 38, 8)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2014, 11, 16, 17, 29, 31)

   fake.century()
   # u'XVII'

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

   fake.time_delta()
   # datetime.timedelta(5168, 11570)


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

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

   fake.file_name(category=None, extension=None)
   # u'et.flac'

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


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

   fake.ipv4()
   # u'29.39.37.206'

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

   fake.company_email()
   # u'ewalsh@kilbackkoepp.com'

   fake.uri()
   # u'http://www.purdymoore.org/terms/'

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

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

   fake.tld()
   # u'com'

   fake.free_email()
   # u'tromp.philomene@gmail.com'

   fake.slug(*args, **kwargs)
   # u'et-vitae-dolorem'

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

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

   fake.uri_extension()
   # u'.asp'

   fake.ipv6()
   # u'c8d5:a3e1:163f:220f:a051:ec2e:367a:cf5c'

   fake.safe_email()
   # u'tonda.stokes@example.com'

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

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

   fake.email()
   # u'conard38@bradtkehayes.com'

   fake.uri_page()
   # u'author'

   fake.mac_address()
   # u'e2:ed:d8:2c:46:85'


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

   fake.job()
   # 'Investment analyst'


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

   fake.text(max_nb_chars=200)
   # u'Voluptatem hic tempora accusamus ducimus iusto accusamus ipsa. Voluptas accusantium officiis porro adipisci quo.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Omnis dolorem soluta sint laudantium omnis assumenda et quo.'

   fake.word()
   # u'at'

   fake.paragraphs(nb=3)
   # [   u'Blanditiis culpa repudiandae aut laboriosam maiores. Autem doloremque quae veritatis illum aperiam excepturi. Et aut nam sit rerum. Aspernatur quis sapiente porro rem qui.',
   #     u'Dignissimos aut commodi ut delectus quae. Quia eaque ut praesentium nisi sed omnis libero. Qui quos ad voluptatum saepe.',
   #     u'Mollitia totam in quod soluta. A non autem eligendi pariatur nesciunt. Molestias debitis ut est sint ea. Voluptas dolor cupiditate numquam.']

   fake.words(nb=3)
   # [u'omnis', u'est', u'vitae']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Aut consectetur voluptatem ipsam veritatis ipsum. Facere quibusdam id placeat quisquam perspiciatis laudantium praesentium iusto. Et quia necessitatibus dolorem et et.'

   fake.sentences(nb=3)
   # [   u'Voluptas sed et temporibus expedita similique pariatur.',
   #     u'Quae earum autem occaecati.',
   #     u'Est quaerat aut autem et.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'ytZd*2RA3s'

   fake.locale()
   # u'de_DJ'

   fake.md5(raw_output=False)
   # '41d65491671df654a99d44b024b89772'

   fake.sha1(raw_output=False)
   # '6102c448e30c0a1bde93f62cff801f67e71c0544'

   fake.null_boolean()
   # None

   fake.sha256(raw_output=False)
   # '939440aa6ba6ebb3b6dd8195509d4637b304c500e435f846abb9897b8471f079'

   fake.uuid4()
   # '480bd946-8bf3-420c-8d35-4ebc58bcfc99'

   fake.language_code()
   # u'el'

   fake.boolean(chance_of_getting_true=50)
   # True


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

   fake.last_name_male()
   # u'Jakubowski'

   fake.name_female()
   # u'Ms. Jessica Renner DVM'

   fake.prefix_male()
   # u'Mr.'

   fake.prefix()
   # u'Dr.'

   fake.name()
   # u'Risa Gaylord'

   fake.suffix_female()
   # u'DVM'

   fake.name_male()
   # u'Jewell Hegmann IV'

   fake.first_name()
   # u'Deforest'

   fake.suffix_male()
   # u'DVM'

   fake.suffix()
   # u'MD'

   fake.first_name_male()
   # u'Bernie'

   fake.first_name_female()
   # u'Brande'

   fake.last_name_female()
   # u'Harvey'

   fake.last_name()
   # u'Kunde'

   fake.prefix_female()
   # u'Dr.'


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

   fake.phone_number()
   # u'00423969864'


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

   fake.simple_profile()
   # {   'address': u'17490 Willie Circles\nMarvinbury, WA 61244-4853',
   #     'birthdate': '2007-05-24',
   #     'mail': u'qfriesen@yahoo.com',
   #     'name': u'Jerold Roob',
   #     'sex': 'M',
   #     'username': u'mfadel'}

   fake.profile(fields=None)
   # {   'address': u'26932 Harry Squares\nEast Albertine, GU 32370',
   #     'birthdate': '1980-01-06',
   #     'blood_group': '0-',
   #     'company': u'Funk PLC',
   #     'current_location': (Decimal('-40.9572845'), Decimal('-98.357043')),
   #     'job': 'Research officer, trade union',
   #     'mail': u'taj.witting@hotmail.com',
   #     'name': u'Hilmer Langosh',
   #     'residence': u'32950 Keebler Stravenue\nSchmitttown, WA 80773',
   #     'sex': 'F',
   #     'ssn': u'081-81-2949',
   #     'username': u'fkub',
   #     'website': [u'http://www.jaskolski.com/', u'http://www.purdy.com/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'Facilis sit earum.', u'Quasi et illo.', 5959, u'Exercitationem.', u'http://denesik.com/main/categories/tags/post/', Decimal('3194.64384551'), -63048621866804.2, 8311, Decimal('-7.43437859588E+14'), u'Sed dignissimos non.'])

   fake.pystr(max_chars=20)
   # u'Et temporibus est.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'mlittel@nolan.com',
   #         4755,
   #         9587,
   #         u'wwitting@barrows.com',
   #         datetime(1976, 11, 6, 22, 12, 8),
   #         datetime(1992, 1, 10, 9, 47, 19),
   #         u'http://www.greenholt.net/',
   #         1584,
   #         Decimal('3.91422716471E+13'),
   #         u'http://rippinrutherford.com/blog/category/search/privacy/'],
   #     {   u'cum': u'rodriguez.janette@gottlieb.biz',
   #         u'dicta': 5974,
   #         u'maxime': u'http://www.schulistlowe.com/search/blog/author.php',
   #         u'molestias': 7067,
   #         u'occaecati': Decimal('1.53440760793'),
   #         u'qui': -604528465.9,
   #         u'quia': u'Enim sequi et.',
   #         u'similique': u'haag.lonie@hotmail.com',
   #         u'sunt': u'roseanna56@watsicahauck.com',
   #         u'velit': u'witting.mortimer@yahoo.com'},
   #     {   u'aut': {   8: datetime(1984, 4, 5, 11, 19, 11),
   #                     9: [   8372,
   #                            u'Repellat qui iusto.',
   #                            Decimal('254048775.908')],
   #                     10: {   8: u'Eligendi harum.',
   #                             9: u'http://www.wiza.biz/search/blog/faq/',
   #                             10: [   u'http://kihn.com/privacy/',
   #                                     u'Numquam repellendus.']}},
   #         u'consequatur': {   9: u'levin.bednar@yahoo.com',
   #                             10: [7203, 6165, 295],
   #                             11: {   9: 3946,
   #                                     10: -434972933705.3,
   #                                     11: [   datetime(2008, 6, 1, 17, 40, 58),
   #                                             u'Consequatur in quam.']}},
   #         u'cumque': {   2: datetime(1984, 4, 7, 5, 18, 56),
   #                        3: [   u'amber85@yahoo.com',
   #                               datetime(1972, 4, 17, 15, 16, 32),
   #                               u'rosalyn96@hotmail.com'],
   #                        4: {   2: u'Et qui illo.',
   #                               3: datetime(1978, 11, 21, 3, 59, 4),
   #                               4: [6200, 7820]}},
   #         u'cupiditate': {   4: u'Assumenda aut.',
   #                            5: [   u'scassin@botsford.com',
   #                                   u'http://predovic.com/category/tags/tag/post.htm',
   #                                   u'http://www.brekke.com/category.html'],
   #                            6: {   4: u'http://www.okon.com/author/',
   #                                   5: u'Exercitationem.',
   #                                   6: [70.624682343, u'Rem id et nulla.']}},
   #         u'dolor': {   1: u'http://rohan.info/tags/tag/privacy/',
   #                       2: [   -144519232745291.0,
   #                              5622,
   #                              u'kmuller@dickensrodriguez.org'],
   #                       3: {   1: u'Aut modi laudantium.',
   #                              2: u'Et omnis.',
   #                              3: [   u'hattie.harber@hotmail.com',
   #                                     datetime(1996, 5, 26, 0, 36, 30)]}},
   #         u'quaerat': {   7: 600255232265119.0,
   #                         8: [   318,
   #                                u'Est animi quae.',
   #                                u'http://www.armstrong.com/search/main/'],
   #                         9: {   7: u'Laboriosam dolores.',
   #                                8: -68462735926.2651,
   #                                9: [2468, 8073]}},
   #         u'repellat': {   3: u'Ut harum ut rerum.',
   #                          4: [   datetime(1976, 7, 11, 13, 24, 46),
   #                                 u'Harum repellendus.',
   #                                 u'Consequuntur.'],
   #                          5: {   3: u'Ipsum non odio est.',
   #                                 4: u'mcdermott.gabriel@towne.net',
   #                                 5: [   u'khiry56@hotmail.com',
   #                                        u'Rerum cumque culpa.']}},
   #         u'voluptatem': {   0: 2213,
   #                            1: [-286578.7303, -272656075.0, 5212],
   #                            2: {   0: 83208135090720.0,
   #                                   1: 52508858.2478,
   #                                   2: [   u'Adipisci suscipit.',
   #                                          u'Placeat officiis.']}},
   #         u'voluptatum': {   6: Decimal('-83.0'),
   #                            7: [u'Iusto sapiente.', 8509, u'Non quia quasi.'],
   #                            8: {   6: 6737,
   #                                   7: 9694,
   #                                   8: [u'Voluptas aut.', 6979]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   -11770.6,
   #     u'Recusandae.',
   #     64.0,
   #     Decimal('246301.883233'),
   #     u'Placeat officia aut.',
   #     u'Illo autem.',
   #     u'Nemo aperiam ut.',
   #     460,
   #     datetime(2000, 8, 9, 1, 15, 48),
   #     u'http://ritchiekessler.org/login.html']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   3072,
   #     datetime(1997, 7, 9, 7, 48, 57),
   #     5799,
   #     Decimal('1497447.958'),
   #     u'http://west.com/explore/category/',
   #     u'xjohnson@gmail.com',
   #     u'http://strosin.com/post.php',
   #     2493)

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([datetime(2013, 3, 13, 3, 18, 52), u'Rem nulla facere.', u'Itaque rerum nobis.', u'hannah.ziemann@gmail.com', u'hammes.lucina@paucek.com', Decimal('3679126269.9'), u'http://brakusschmidt.com/tags/wp-content/privacy/', 879])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'ducimus': u'Aut molestiae qui.',
   #     u'est': 7423,
   #     u'libero': u'Molestiae rerum.',
   #     u'magni': u'http://kuhn.info/login/',
   #     u'optio': -7986293.547399,
   #     u'recusandae': u'Accusamus mollitia.',
   #     u'sed': u'Voluptas laudantium.'}

   fake.pyint()
   # 1232


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

   fake.ssn()
   # u'715-08-6666'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (Windows NT 6.2; en-US; rv:1.9.1.20) Gecko/2013-03-15 14:24:00 Firefox/5.0'

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

   fake.opera()
   # u'Opera/8.98.(Windows NT 5.01; sl-SI) Presto/2.9.162 Version/12.00'

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

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

   fake.user_agent()
   # u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_8 rv:4.0; it-IT) AppleWebKit/535.27.6 (KHTML, like Gecko) Version/4.1 Safari/535.27.6'

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

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (Windows; U; Windows NT 6.0) AppleWebKit/534.16.2 (KHTML, like Gecko) Version/5.0.2 Safari/534.16.2'
