
Language lv_LV
**************


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

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

   fake.building_number()
   # u'985'

   fake.street_address()
   # u'69529 Inta Rapids'

   fake.postalcode_plus4()
   # u'56426-4090'

   fake.city_prefix()
   # u'Lake'

   fake.military_ship()
   # u'USS'

   fake.country_code()
   # u'PW'

   fake.city()
   # u'South Inetaland'

   fake.zipcode_plus4()
   # u'05415-1472'

   fake.state_abbr()
   # u'DC'

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

   fake.street_suffix()
   # u'Fields'

   fake.city_suffix()
   # u'ton'

   fake.military_dpo()
   # u'Unit 9605 Box 0191'

   fake.country()
   # u'Paraguay'

   fake.secondary_address()
   # u'Suite 112'

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

   fake.postalcode()
   # u'57615'

   fake.address()
   # u'79420 L\u012bcis Springs Apt. 082\nZa\u0137ishaven, SD 09906'

   fake.state()
   # u'Tennessee'

   fake.military_state()
   # u'AP'

   fake.street_name()
   # u'P\u0113rkons Crescent'

   fake.zipcode()
   # u'29399'

   fake.postcode()
   # u'27676'

   fake.military_apo()
   # u'PSC 2032, Box 1592'


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

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

   fake.ean13()
   # u'1985056915395'

   fake.ean8()
   # u'60380159'


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

   fake.rgb_css_color()
   # u'rgb(120,134,96)'

   fake.color_name()
   # u'DarkRed'

   fake.rgb_color_list()
   # (153, 16, 213)

   fake.rgb_color()
   # u'248,204,102'

   fake.safe_hex_color()
   # u'#331100'

   fake.safe_color_name()
   # u'blue'

   fake.hex_color()
   # u'#3ccdb1'


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

   fake.company()
   # u'Briedis Inc'

   fake.company_suffix()
   # u'Ltd'

   fake.catch_phrase()
   # u'Sharable fault-tolerant methodology'

   fake.bs()
   # u'revolutionize bleeding-edge info-mediaries'


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

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

   fake.credit_card_provider(card_type=None)
   # u'JCB 15 digit'

   fake.credit_card_full(card_type=None)
   # u'JCB 15 digit\nArt\u016brs P\u0113rkons\n180002563036241 06/25\nCVC: 711\n'

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

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


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

   fake.currency_code()
   # 'GIP'


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

   fake.date_time_ad()
   # datetime.datetime(1350, 2, 11, 11, 47, 54)

   fake.month()
   # '03'

   fake.am_pm()
   # 'AM'

   fake.timezone()
   # u'Africa/Windhoek'

   fake.iso8601()
   # '2000-09-23T03:12:25'

   fake.date_time()
   # datetime(1978, 9, 12, 19, 18, 59)

   fake.month_name()
   # 'December'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 2, 1, 23, 26, 59)

   fake.unix_time()
   # 574835967

   fake.day_of_week()
   # 'Wednesday'

   fake.day_of_month()
   # '22'

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

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2004, 5, 9, 18, 11, 40)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 4, 1, 12, 28)

   fake.year()
   # '1970'

   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(2014, 8, 16, 21, 21, 39)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2014, 2, 7, 22, 31, 48)

   fake.century()
   # u'XIX'

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

   fake.time_delta()
   # datetime.timedelta(12341, 38663)


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

   fake.mime_type(category=None)
   # u'audio/vorbis'

   fake.file_name(category=None, extension=None)
   # u'molestiae.css'

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


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

   fake.ipv4()
   # u'37.6.57.130'

   fake.url()
   # u'http://krze.net/'

   fake.company_email()
   # u'azarins@liepi.com'

   fake.uri()
   # u'http://kundzi.com/register/'

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

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

   fake.tld()
   # u'biz'

   fake.free_email()
   # u'zarins.edite@hotmail.com'

   fake.slug(*args, **kwargs)
   # u'mollitia-quae'

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

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

   fake.uri_extension()
   # u'.php'

   fake.ipv6()
   # u'6d11:0e32:072c:9370:413f:733f:6c50:714f'

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

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

   fake.uri_path(deep=None)
   # u'main'

   fake.email()
   # u'wapinis@belelagzdi.org'

   fake.uri_page()
   # u'post'

   fake.mac_address()
   # u'b8:7d:b3:2e:d1:f1'


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

   fake.job()
   # 'Television/film/video producer'


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

   fake.text(max_nb_chars=200)
   # u'Velit ut vero molestias et. Aut eaque sint ipsam est aliquam deleniti cupiditate voluptatem. Ea ab ut ratione et.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Quia in voluptas ut necessitatibus.'

   fake.word()
   # u'iste'

   fake.paragraphs(nb=3)
   # [   u'Qui quaerat necessitatibus consectetur dolore iste. Nostrum doloribus laudantium dolorem recusandae est. Totam et vel in distinctio repellendus cupiditate vero. Cupiditate eum inventore culpa.',
   #     u'Dolores voluptatibus voluptatem et laborum sed perspiciatis. Voluptas aut sit culpa voluptate occaecati qui repudiandae sunt. Ea magni aut quos quaerat eligendi optio ut fuga. Temporibus voluptatem quisquam culpa eos nam.',
   #     u'At tempora et ut recusandae ullam expedita. Accusantium molestiae ex ducimus qui ratione sit. Molestiae omnis reprehenderit qui ut ipsam pariatur et.']

   fake.words(nb=3)
   # [u'qui', u'enim', u'dolor']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Ipsa ut et qui aspernatur quia. Dolor fuga eligendi neque voluptas. Saepe dolores quia dolore aut ullam quibusdam.'

   fake.sentences(nb=3)
   # [   u'Maxime ut aspernatur rerum quaerat tempora.',
   #     u'Fugiat aut non porro placeat.',
   #     u'Quos deserunt vitae ratione.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'n^e2iTMQ_*'

   fake.locale()
   # u'es_LS'

   fake.md5(raw_output=False)
   # '008f6178b17ab5746ef3732fa073ec9a'

   fake.sha1(raw_output=False)
   # '134a1a460df22b3f504513038c3ecbbe59a289e9'

   fake.null_boolean()
   # False

   fake.sha256(raw_output=False)
   # '8ec366438d965d4baec6be345a06ed1db554b4743618b59aa19406db9f8306c7'

   fake.uuid4()
   # '8d1c72fa-aaf8-44af-ac93-a043c0b02863'

   fake.language_code()
   # u'es'

   fake.boolean(chance_of_getting_true=50)
   # False


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

   fake.last_name_male()
   # u'Zvirbulis'

   fake.name_female()
   # u'Oskars Priede'

   fake.prefix_male()
   # ''

   fake.prefix()
   # ''

   fake.name()
   # u'\u0112valds Jaunzems'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Jana Lagzdi\u0146\u0161'

   fake.first_name()
   # u'Emma'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Reg\u012bna'

   fake.first_name_female()
   # u'Eda'

   fake.last_name_female()
   # u'Sili\u0146\u0161'

   fake.last_name()
   # u'Jaunzems'

   fake.prefix_female()
   # ''


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

   fake.phone_number()
   # u'+371 81955073'


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

   fake.simple_profile()
   # {   'address': u'646 Zvirbulis Rue Apt. 406\nJaunzemsfurt, NC 45673',
   #     'birthdate': '1999-07-02',
   #     'mail': u'avotins.vita@hotmail.com',
   #     'name': u'Ligita Turi\u0146\u0161',
   #     'sex': 'F',
   #     'username': u'rapsitis'}

   fake.profile(fields=None)
   # {   'address': u'0404 Rieksti\u0146\u0161 Junctions Suite 298\nSkujaport, ND 86619-2042',
   #     'birthdate': '1988-01-14',
   #     'blood_group': 'AB-',
   #     'company': u'Birznieks Inc',
   #     'current_location': (Decimal('-5.1312905'), Decimal('92.084379')),
   #     'job': 'Office manager',
   #     'mail': u'bertulis72@hotmail.com',
   #     'name': u'Baba Liepi\u0146\u0161',
   #     'residence': u'352 L\u016bcija Streets Apt. 906\nNorth Ieva, MH 46823',
   #     'sex': 'M',
   #     'ssn': u'842-71-5350',
   #     'username': u'skuja.peteris',
   #     'website': [   u'http://bols.com/',
   #                    u'http://www.liepa.com/',
   #                    u'http://www.riekstirubenis.org/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([Decimal('385108583.394'), u'Quasi non beatae.', u'Sint non possimus.', u'zskuja@yahoo.com', datetime(1973, 10, 10, 18, 12, 43), u'ziemelis.vladislavs@luksti.com', u'Similique natus.', u'Laboriosam maiores.', 8890, u'Non sint fugiat qui.'])

   fake.pystr(max_chars=20)
   # u'Iste quis eligendi.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'Nihil quia iure.',
   #         9027,
   #         8114,
   #         datetime(2003, 8, 18, 12, 10, 14),
   #         u'http://www.rozeegltis.com/home.htm',
   #         u'Optio qui similique.',
   #         u'krumins.kristiana@hotmail.com',
   #         81.516618429048,
   #         u'Unde incidunt eos.',
   #         datetime(1984, 5, 26, 10, 19, 2)],
   #     {   u'aut': 3556,
   #         u'consectetur': Decimal('47682.6'),
   #         u'earum': u'Amet quod.',
   #         u'exercitationem': u'http://boli.com/search/faq/',
   #         u'facilis': datetime(1993, 4, 22, 10, 24, 32),
   #         u'ipsum': u'Sequi ipsa sunt.',
   #         u'laboriosam': u'http://www.lsiszais.com/post/',
   #         u'officia': u'Officia alias.',
   #         u'quae': u'jannis87@strazdi.biz',
   #         u'ut': u'Facilis id.'},
   #     {   u'ea': {   1: Decimal('-96180787.643'),
   #                    2: [Decimal('950023760704'), 9610, -8781672.186],
   #                    3: {   1: datetime(2010, 5, 31, 16, 33, 36),
   #                           2: u'http://krkli.net/index.html',
   #                           3: [   u'lagzdins.mareks@yahoo.com',
   #                                  u'Id odio nesciunt.']}},
   #         u'esse': {   5: 1463,
   #                      6: [   u'http://krievs.com/wp-content/list/explore/author/',
   #                             u'Nisi odit saepe cum.',
   #                             u'abele.ingrida@gmail.com'],
   #                      7: {   5: Decimal('4.9'),
   #                             6: u'erna.rozitis@yahoo.com',
   #                             7: [7886, Decimal('-802629396.245')]}},
   #         u'est': {   9: u'Harum rerum maiores.',
   #                     10: [   Decimal('7.20508794524E+12'),
   #                             u'http://bite.com/explore/list/register/',
   #                             datetime(2006, 3, 21, 16, 20, 4)],
   #                     11: {   9: u'http://www.skuja.com/category/main/main/',
   #                             10: u'lusis.artis@paegleboli.biz',
   #                             11: [5165, u'http://www.zvirbulis.biz/']}},
   #         u'et': {   6: 586,
   #                    7: [   datetime(2005, 7, 6, 2, 14, 14),
   #                           u'http://krslicrulis.com/main/main/main/main/',
   #                           1438],
   #                    8: {   6: 8393,
   #                           7: u'Omnis nihil enim.',
   #                           8: [Decimal('99598.0'), u'Minus recusandae.']}},
   #         u'impedit': {   2: u'Ad fugit quia.',
   #                         3: [7898, 4840, u'pzirnis@gmail.com'],
   #                         4: {   2: -578953050.351,
   #                                3: u'Eum fugit ab.',
   #                                4: [   u'ljaunzems@lapsazvirbulis.org',
   #                                       u'Incidunt quis.']}},
   #         u'minus': {   3: 5201,
   #                       4: [   datetime(1992, 11, 19, 0, 39, 55),
   #                              Decimal('-6319225.0'),
   #                              u'Vero aut aliquam.'],
   #                       5: {   3: u'auzins.eduards@yahoo.com',
   #                              4: u'Quos enim et ipsam.',
   #                              5: [   u'Et ullam odit minus.',
   #                                     u'regina92@hotmail.com']}},
   #         u'quae': {   0: u'cirulis.liene@hotmail.com',
   #                      1: [   Decimal('0.2715647832'),
   #                             Decimal('467.178115'),
   #                             datetime(1985, 3, 6, 18, 50, 53)],
   #                      2: {   0: u'Eum sequi nobis.',
   #                             1: u'Sapiente quo harum.',
   #                             2: [   u'inga74@belevilks.com',
   #                                    u'Consequatur itaque.']}},
   #         u'soluta': {   7: datetime(1979, 3, 10, 22, 11, 55),
   #                        8: [   775,
   #                               u'Recusandae eos.',
   #                               datetime(2002, 3, 4, 4, 14, 15)],
   #                        9: {   7: 942313.22,
   #                               8: 5020,
   #                               9: [   3.3,
   #                                      u'http://lapsalsis.info/homepage.asp']}},
   #         u'voluptatem': {   8: 9984,
   #                            9: [   u'Ut consequuntur.',
   #                                   u'biruta.liepins@hotmail.com',
   #                                   datetime(1980, 4, 5, 21, 10, 55)],
   #                            10: {   8: Decimal('-64779893101.1'),
   #                                    9: u'http://www.zvaigzne.com/home/',
   #                                    10: [   datetime(1991, 6, 14, 4, 38, 13),
   #                                            7709.24]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'wbaltins@ziemelisauzi.com',
   #     u'Et ea asperiores.',
   #     2014,
   #     Decimal('7696565.969'),
   #     19,
   #     8029,
   #     u'Placeat culpa.',
   #     u'Dolorem.',
   #     u'Quae distinctio.',
   #     u'http://briedis.com/tags/app/blog/homepage/',
   #     u'laila.kalejs@zelti.com',
   #     u'http://sproisauzi.com/list/about.asp']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'http://www.podnieks.info/search/terms.html',
   #     4854,
   #     9388,
   #     u'Quia magni dolorem.',
   #     u'Quisquam in quos.',
   #     u'Eos sint similique.',
   #     Decimal('680469.47'),
   #     u'http://www.apinis.com/main/posts/faq.htm',
   #     Decimal('-335.34320338'),
   #     u'santa.eglitis@zaisrudztis.net',
   #     -3612673.83,
   #     u'Unde cumque.')

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([4000, u'rozitis.ivars@skujazari.com', 2371, u'Est hic.', Decimal('-53.52130428'), u'Omnis sapiente.', datetime(1976, 1, 23, 23, 22, 46), 9851, u'Qui ut ut et.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'atque': u'http://krmi.com/main/wp-content/main.jsp',
   #     u'autem': u'http://zvaigzne.info/author/',
   #     u'eligendi': 9271,
   #     u'facere': u'elizabete.zeltins@gmail.com',
   #     u'iusto': u'Unde qui itaque.',
   #     u'omnis': u'Quae a consequatur.',
   #     u'qui': 2519,
   #     u'rerum': u'karlina63@gmail.com',
   #     u'voluptatem': Decimal('-1521224.2566')}

   fake.pyint()
   # 3749


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

   fake.ssn()
   # u'814-21-9158'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_6_6; rv:1.9.4.20) Gecko/2013-07-08 02:51:20 Firefox/6.0'

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

   fake.opera()
   # u'Opera/9.22.(Windows NT 6.0; en-US) Presto/2.9.178 Version/10.00'

   fake.windows_platform_token()
   # u'Windows 98; Win 9x 4.90'

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

   fake.user_agent()
   # u'Opera/9.85.(X11; Linux i686; sl-SI) Presto/2.9.174 Version/12.00'

   fake.chrome()
   # u'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/5362 (KHTML, like Gecko) Chrome/15.0.812.0 Safari/5362'

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; sl-SI) AppleWebKit/535.49.6 (KHTML, like Gecko) Version/3.0.5 Mobile/8B111 Safari/6535.49.6'
