
Language lv_LV
===============

``faker.providers.address``
---------------------------

::

	fake.longitude()                                                                            # 40.695186
	fake.building_number()                                                                      # 140
	fake.street_address()                                                                       # 11639 Kauliņš Knoll
	fake.postalcode_plus4()                                                                     # 27163-2356
	fake.city_prefix()                                                                          # Lake
	fake.military_ship()                                                                        # USCGC
	fake.city()                                                                                 # Port Elvis
	fake.zipcode_plus4()                                                                        # 20193-7251
	fake.state_abbr()                                                                           # PW
	fake.latitude()                                                                             # 10.241827
	fake.street_suffix()                                                                        # Underpass
	fake.city_suffix()                                                                          # mouth
	fake.military_dpo()                                                                         # Unit 3105 Box 0504
	fake.country()                                                                              # Samoa
	fake.secondary_address()                                                                    # Suite 124
	fake.geo_coordinate(center=None, radius=0.001)                                              # 104.844405
	fake.postalcode()                                                                           # 75717
	fake.address()                                                                              # 767 Vītoliņš Hill Apt. 370	                                                                                              Bērziņšbury, NJ 47553-3934
	fake.state()                                                                                # Washington
	fake.military_state()                                                                       # AE
	fake.street_name()                                                                          # Zenta Mountain
	fake.zipcode()                                                                              # 54685
	fake.postcode()                                                                             # 93254-6507
	fake.military_apo()                                                                         # PSC 1983, Box 0320

``faker.providers.barcode``
---------------------------

::

	fake.ean(length=13)                                                                         # 0134592382296
	fake.ean13()                                                                                # 0747010434882
	fake.ean8()                                                                                 # 68644307

``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()                                                                        # rgb(36,12,129)
	fake.color_name()                                                                           # DarkViolet
	fake.rgb_color_list()                                                                       # (161, 182, 164)
	fake.rgb_color()                                                                            # 86,77,218
	fake.safe_hex_color()                                                                       # #ff0000
	fake.safe_color_name()                                                                      # green
	fake.hex_color()                                                                            # #1a96dd

``faker.providers.company``
---------------------------

::

	fake.company()                                                                              # Bērziņš-Podnieks
	fake.company_suffix()                                                                       # and Sons
	fake.catch_phrase()                                                                         # Upgradable zero-defect workforce
	fake.bs()                                                                                   # transform enterprise info-mediaries

``faker.providers.credit_card``
-------------------------------

::

	fake.credit_card_security_code(card_type=None)                                              # 971
	fake.credit_card_full(card_type=None, validate=False, max_check=10)                         # 	                                                                                              enRoute	                                                                                              Irēna Zvirbulis	                                                                                              201461100358523  08/20	                                                                                              CVC: 125
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                       # 12/16
	fake.credit_card_number(card_type=None, validate=False, max_check=10)                       # 6011437957224882
	fake.credit_card_provider(card_type=None)                                                   # JCB 16 digit

``faker.providers.currency``
----------------------------

::

	fake.currency_code()                                                                        # THB

``faker.providers.date_time``
-----------------------------

::

	fake.date_time_ad()                                                                         # 0559-05-17 02:27:07
	fake.month()                                                                                # 04
	fake.am_pm()                                                                                # AM
	fake.iso8601()                                                                              # 1970-12-08T04:03:58
	fake.date_time_this_century()                                                               # 2013-04-21 16:29:42
	fake.date_time()                                                                            # 2004-08-25 19:48:45
	fake.month_name()                                                                           # June
	fake.date_time_this_month()                                                                 # 2016-03-09 06:59:47
	fake.date_time_this_decade()                                                                # 2015-05-19 15:05:52
	fake.day_of_week()                                                                          # Friday
	fake.day_of_month()                                                                         # 24
	fake.time(pattern="%H:%M:%S")                                                               # 10:29:57
	fake.date_time_between(start_date="-30y", end_date="now")                                   # 2015-11-24 15:06:31
	fake.unix_time()                                                                            # 961137530
	fake.date_time_this_year()                                                                  # 2016-03-14 08:22:51
	fake.timezone()                                                                             # Africa/Harare
	fake.century()                                                                              # XVI
	fake.date(pattern="%Y-%m-%d")                                                               # 1994-02-21
	fake.year()                                                                                 # 2002

``faker.providers.file``
------------------------

::

	fake.mime_type(category=None)                                                               # application/postscript

``faker.providers.internet``
----------------------------

::

	fake.ipv4()                                                                                 # 71.215.130.193
	fake.url()                                                                                  # http://apstislsis.info/
	fake.company_email()                                                                        # amalija26@lagzdi.com
	fake.uri()                                                                                  # http://celms.com/
	fake.domain_word(*args, **kwargs)                                                           # liepi
	fake.image_url(width=None, height=None)                                                     # http://dummyimage.com/338x580
	fake.tld()                                                                                  # org
	fake.free_email()                                                                           # bpurins@hotmail.com
	fake.slug(*args, **kwargs)                                                                  # voluptas-id-et-sed
	fake.free_email_domain()                                                                    # yahoo.com
	fake.domain_name()                                                                          # luksti.info
	fake.uri_extension()                                                                        # .html
	fake.ipv6()                                                                                 # 69bd:35e6:65ac:6ebc:5e62:56ff:9f4a:e411
	fake.safe_email()                                                                           # podnieks.imants@example.net
	fake.user_name(*args, **kwargs)                                                             # alksnis.ilmars
	fake.uri_path(deep=None)                                                                    # tag
	fake.email()                                                                                # bite.karlina@krmi.com
	fake.uri_page()                                                                             # homepage
	fake.mac_address()                                                                          # 3e:54:49:2d:f4:68

``faker.providers.job``
-----------------------

::

	fake.job()                                                                                  # Product/process development scientist

``faker.providers.lorem``
-------------------------

::

	fake.text(max_nb_chars=200)                                                                 # Est aut alias voluptas fuga. Dolor dolor illum odit doloru	                                                                                              m blanditiis error earum officiis. Quibusdam est fugit et 	                                                                                              dolorum ut non possimus.
	fake.sentence(nb_words=6, variable_nb_words=True)                                           # Et autem omnis maxime autem.
	fake.word()                                                                                 # quia
	fake.paragraphs(nb=3)                                                                       # [u'Voluptas quae soluta atque reprehenderit aut. Quia arch	                                                                                              itecto saepe atque ut autem. Est aliquam voluptas voluptat	                                                                                              em vel consequatur. Voluptas maiores fugiat et quaerat qui	                                                                                              s id.', u'Id adipisci quibusdam commodi vitae vero beatae 	                                                                                              inventore dolorum. Occaecati pariatur rerum eum quia id et	                                                                                               illo. A perferendis nihil velit molestias dolor nemo aper	                                                                                              iam.', u'Id nostrum voluptate sit ut sequi cumque omnis. U	                                                                                              t asperiores molestiae et. Dolorem repudiandae voluptas di	                                                                                              cta placeat cumque. Officia culpa dolorum quia numquam vol	                                                                                              uptatibus.']
	fake.words(nb=3)                                                                            # [u'eos', u'quis', u'et']
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)                                  # Voluptatem vel error suscipit voluptatem quis. Fugiat qui 	                                                                                              nostrum praesentium ipsa non. Consequuntur cumque quas dol	                                                                                              ores occaecati inventore aut. Sit vel eos ea.
	fake.sentences(nb=3)                                                                        # [u'Iste illo illum et dignissimos nesciunt numquam ea quo.	                                                                                              ', u'A et sapiente id.', u'Eum non ut blanditiis.']

``faker.providers.misc``
------------------------

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True) # _#9tD$ZKDy
	fake.locale()                                                                               # es_ID
	fake.md5(raw_output=False)                                                                  # 1b0f00150360a2224afd2d8d5c2f3465
	fake.sha1(raw_output=False)                                                                 # 8a3ad4df395b98e8764ba58ddf2037a3dc6be916
	fake.null_boolean()                                                                         # None
	fake.sha256(raw_output=False)                                                               # 04315d1a4e67e837ca22bfbbc5426822c7778abb7230f6b035e9e9975b	                                                                                              20dc45
	fake.country_code()                                                                         # NP
	fake.language_code()                                                                        # cn
	fake.boolean(chance_of_getting_true=50)                                                     # False

``faker.providers.person``
--------------------------

::

	fake.last_name_male()                                                                       # Baltiņš
	fake.name_female()                                                                          # Zariņš, Ziedonis


	fake.name()                                                                                 # Kārkliņš, Milda

	fake.name_male()                                                                            # Marija Jaunzems
	fake.first_name()                                                                           # Fricis


	fake.first_name_male()                                                                      # Guntars
	fake.first_name_female()                                                                    # Niks
	fake.last_name_female()                                                                     # Saulītis
	fake.last_name()                                                                            # Ābols


``faker.providers.profile``
---------------------------

::

	fake.profile(fields=[])                                                                     # {'website': [u'http://priede.com/', u'http://krkli.com/'],	                                                                                               'username': u'nklavins', 'name': u'Zvaigzne, Ilm\u0101rs'	                                                                                              , 'blood_group': 'AB+', 'residence': u'1485 Rasma Locks\nN	                                                                                              ew Kristapsmouth, NH 67313', 'company': u'Egl\u012btis Ltd	                                                                                              ', 'address': u'632 Kr\u016bmi\u0146\u0161 Underpass Apt. 	                                                                                              032\nEast Mat\u012bssstad, FM 30609', 'birthdate': '1991-0	                                                                                              5-08', 'sex': 'M', 'job': 'Engineer, technical sales', 'ss	                                                                                              n': u'342-37-4720', 'current_location': (Decimal('21.10367	                                                                                              5'), Decimal('-67.603803')), 'mail': u'prieditis.rudolfs@y	                                                                                              ahoo.com'}
	fake.simple_profile()                                                                       # {'username': u'mareks.riekstins', 'name': u'Puri\u0146\u01	                                                                                              61, Inga', 'birthdate': '2015-01-23', 'sex': 'M', 'address	                                                                                              ': u'55741 Ruta Expressway Apt. 783\nRitastad, KY 72201', 	                                                                                              'mail': u'tenis.viksna@hotmail.com'}

``faker.providers.python``
--------------------------

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                    # (Decimal('-36.56'), datetime(1970, 1, 30, 8, 57, 8), datet	                                                                                              ime(1993, 7, 13, 14, 55, 40), 2276, 1353, datetime(2005, 1	                                                                                              2, 6, 22, 54, 32), u'Commodi commodi.', u'Consequatur quos	                                                                                              .', Decimal('-8.1781729958E+14'), Decimal('260014450394'),	                                                                                               u'http://www.puri.com/categories/post.html', u'Ea porro a	                                                                                              ut sit.', u'Dolorem nam id at.')
	fake.pystr(max_chars=20)                                                                    # Voluptate iste ut.
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                           # -115659859.759
	fake.pystruct(count=10, *value_types)                                                       # ([7153, u'Accusantium ut.', 3309.6, u'krievs.janina@yahoo.	                                                                                              com', datetime(1996, 7, 20, 5, 27, 50), u'daniels.jaunzems	                                                                                              @hotmail.com', u'Tempore molestiae.', datetime(2008, 1, 1,	                                                                                               23, 39, 50), 433247044991.0, u'Rem sit blanditiis.'], {u'	                                                                                              illo': u'A maxime est nam in.', u'ipsum': u'Sunt corporis 	                                                                                              enim.', u'ut': u'Magnam ratione.', u'molestiae': u'Ducimus	                                                                                               vero et.', u'eos': -11541783.0, u'praesentium': u'http://	                                                                                              www.puri.com/', u'nihil': u'jvilcins@hotmail.com', u'modi'	                                                                                              : u'Voluptate sed optio.', u'nobis': u'Consequatur.', u'od	                                                                                              io': datetime(2015, 4, 22, 19, 0, 18)}, {u'dolorum': {8: {	                                                                                              8: [u'matiss.berzins@gmail.com', u'http://bols.com/categor	                                                                                              y/'], 6: u'Explicabo corporis.', 7: u'http://www.krievs.co	                                                                                              m/tag/search.html'}, 6: -24185392632429.0, 7: [u'Culpa asp	                                                                                              ernatur et.', datetime(2000, 10, 17, 20, 19, 55), datetime	                                                                                              (1977, 7, 14, 16, 41, 2)]}, u'quidem': {8: u'Et exercitati	                                                                                              onem.', 9: [Decimal('2779.9'), u'Fuga laudantium.', u'Aute	                                                                                              m reiciendis.'], 10: {8: u'olgerts.priede@hotmail.com', 9:	                                                                                               u'Qui suscipit alias.', 10: [6611, u'Vel ut voluptatem.']	                                                                                              }}, u'ea': {3: u'http://www.avotizirnis.com/categories/app	                                                                                              /author/', 4: [datetime(2007, 9, 8, 8, 44, 47), -928358.91	                                                                                              5, u'Numquam in esse.'], 5: {3: 7626, 4: u'Minus veritatis	                                                                                              .', 5: [3448, u'Facere consequatur.']}}, u'dolores': {0: D	                                                                                              ecimal('-31578920.267'), 1: [datetime(1971, 9, 5, 9, 18), 	                                                                                              1173, u'http://zvaigzne.com/blog/explore/explore/author.ht	                                                                                              ml'], 2: {0: u'Sit eius recusandae.', 1: Decimal('-6037644	                                                                                              33764'), 2: [u'http://krsliziemelis.com/terms/', u'Illo su	                                                                                              scipit nisi.']}}, u'nam': {2: datetime(1981, 1, 18, 15, 3,	                                                                                               13), 3: [7491, 7754, datetime(1998, 9, 9, 4, 18, 3)], 4: 	                                                                                              {2: 690867336277.1, 3: Decimal('-8142.447328'), 4: [-9590.	                                                                                              835412983, u'Sunt ut sed sed et.']}}, u'doloremque': {9: d	                                                                                              atetime(1974, 11, 1, 13, 37, 10), 10: [101, datetime(1981,	                                                                                               11, 25, 21, 4, 41), datetime(2015, 3, 22, 16, 54, 14)], 1	                                                                                              1: {9: datetime(1993, 6, 25, 3, 36, 42), 10: u'Praesentium	                                                                                               et et.', 11: [Decimal('866140398324'), u'Et iure autem.']	                                                                                              }}, u'dolorem': {5: u'Explicabo quo id.', 6: [u'Error eius	                                                                                               sint.', u'Eum repellat sed.', u'Dolorem quisquam.'], 7: {	                                                                                              5: u'Recusandae.', 6: u'Culpa est aut.', 7: [u'inga29@prie	                                                                                              de.net', u'Autem doloribus.']}}, u'dolor': {8: [datetime(1	                                                                                              999, 1, 28, 3, 12, 53), datetime(1991, 10, 22, 22, 29, 6),	                                                                                               Decimal('0.0')], 9: {8: 5511, 9: [u'http://www.kaeps.net/	                                                                                              category/', Decimal('-1804776320.0')], 7: -7786980.20497},	                                                                                               7: Decimal('639.597')}, u'animi': {4: 9003, 5: [u'Quo omn	                                                                                              is.', u'Fuga quia illo enim.', u'http://lcisauni.com/index	                                                                                              /'], 6: {4: Decimal('8.29004919'), 5: datetime(1981, 12, 7	                                                                                              , 8, 26, 23), 6: [u'andrejs.vitols@gmail.com', 22630150.82	                                                                                              6]}}, u'cupiditate': {1: 3255, 2: [8138, u'aina.ziemelis@h	                                                                                              otmail.com', u'vilis.kundzins@yahoo.com'], 3: {1: -3.8765,	                                                                                               2: u'http://lagzdilsis.net/category.jsp', 3: [u'Voluptas 	                                                                                              ipsum.', u'Accusamus porro.']}}})
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                         # 28383451020.9
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                        # [datetime(1980, 12, 9, 12, 53, 55), -582417098.7, 8671, da	                                                                                              tetime(2007, 6, 9, 16, 54, 25), 6512, u'http://roztis.net/	                                                                                              author/', 8319, -66826.115, u'Sit nulla dolores.', 7866, 6	                                                                                              783, u'Magni velit.', u'Assumenda placeat.']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                       # (1795, u'Eveniet consequatur.', u'http://www.egltis.com/',	                                                                                               u'osvalds77@yahoo.com', u'Dolorem aut odio.', 9101, u'Est	                                                                                               exercitationem.', u'Quis maxime sit.', u'kristaps.zalitis	                                                                                              @krievs.info', u'Nostrum non fuga ad.', u'Soluta quae quas	                                                                                              .', u'sbriedis@celms.com', datetime(1974, 3, 5, 21, 6, 43)	                                                                                              , u'zvaigzne.ermanis@alksnis.biz')
	fake.pybool()                                                                               # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                         # set([u'Et autem eos aut et.', u'http://www.liepabite.com/h	                                                                                              ome.html', 8583, u'Numquam totam.', u'Dolor quod.', u'Adip	                                                                                              isci corrupti.', u'http://celmiauzi.net/register/', u'Fugi	                                                                                              t qui est.', u'Ea molestiae.', Decimal('799257278.0'), 421	                                                                                              4, u'Fugiat iste.', u'Unde dolores.', Decimal('9771303.341	                                                                                              44')])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                        # {u'ut': 8535, u'culpa': Decimal('-646910046744'), u'sunt':	                                                                                               u'liza.karklins@gmail.com', u'at': 8881, u'voluptatem': u	                                                                                              'Voluptatem culpa.', u'nesciunt': u'In ut quia.', u'itaque	                                                                                              ': u'Officia tenetur.'}
	fake.pyint()                                                                                # 1882

``faker.providers.phone_number``
--------------------------------

::

	fake.phone_number()                                                                         # +37152750408

``faker.providers.ssn``
-----------------------

::

	fake.ssn()                                                                                  # 200-42-6120

``faker.providers.user_agent``
------------------------------

::

	fake.mac_processor()                                                                        # U; Intel
	fake.firefox()                                                                              # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2010-12	                                                                                              -26 23:04:37 Firefox/3.6.4
	fake.linux_platform_token()                                                                 # X11; Linux x86_64
	fake.opera()                                                                                # Opera/9.86.(X11; Linux i686; sl-SI) Presto/2.9.187 Version	                                                                                              /11.00
	fake.windows_platform_token()                                                               # Windows NT 6.1
	fake.internet_explorer()                                                                    # Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.2; Trident	                                                                                              /3.0)
	fake.user_agent()                                                                           # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2013-06	                                                                                              -06 23:47:11 Firefox/3.8
	fake.chrome()                                                                               # Mozilla/5.0 (X11; Linux i686) AppleWebKit/5332 (KHTML, lik	                                                                                              e Gecko) Chrome/14.0.851.0 Safari/5332
	fake.linux_processor()                                                                      # i686
	fake.mac_platform_token()                                                                   # Macintosh; U; PPC Mac OS X 10_6_9
	fake.safari()                                                                               # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_6_2 rv:2.0; en-US)	                                                                                               AppleWebKit/531.7.4 (KHTML, like Gecko) Version/5.1 Safar	                                                                                              i/531.7.4
