
Language lt_LT
===============

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

::

	fake.longitude()                                                                            # -18.249402
	fake.building_number()                                                                      # 338
	fake.street_address()                                                                       # 09430 Kazlauskas Villages
	fake.postalcode_plus4()                                                                     # 88721-6963
	fake.city_prefix()                                                                          # North
	fake.military_ship()                                                                        # USS
	fake.city()                                                                                 # South Tadas
	fake.zipcode_plus4()                                                                        # 16830-6280
	fake.state_abbr()                                                                           # MI
	fake.latitude()                                                                             # 11.687531
	fake.street_suffix()                                                                        # Circle
	fake.city_suffix()                                                                          # burgh
	fake.military_dpo()                                                                         # Unit 3694 Box 0846
	fake.country()                                                                              # Antigua and Barbuda
	fake.secondary_address()                                                                    # Suite 960
	fake.geo_coordinate(center=None, radius=0.001)                                              # 156.076833
	fake.postalcode()                                                                           # 80476
	fake.address()                                                                              # 03214 Amelija Camp Suite 597	                                                                                              Artūrasborough, IA 03293-0999
	fake.state()                                                                                # Alaska
	fake.military_state()                                                                       # AE
	fake.street_name()                                                                          # Poška Parkways
	fake.zipcode()                                                                              # 48245
	fake.postcode()                                                                             # 82185-4427
	fake.military_apo()                                                                         # PSC 7498, Box 4894

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

::

	fake.ean(length=13)                                                                         # 0069186876823
	fake.ean13()                                                                                # 4505925195399
	fake.ean8()                                                                                 # 55635332

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

::

	fake.rgb_css_color()                                                                        # rgb(53,52,30)
	fake.color_name()                                                                           # LightGray
	fake.rgb_color_list()                                                                       # (190, 73, 54)
	fake.rgb_color()                                                                            # 128,160,244
	fake.safe_hex_color()                                                                       # #118800
	fake.safe_color_name()                                                                      # teal
	fake.hex_color()                                                                            # #d96b0e

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

::

	fake.company()                                                                              # Gronskis-Gaičiūnas
	fake.company_suffix()                                                                       # Inc
	fake.catch_phrase()                                                                         # Re-engineered executive artificial intelligence
	fake.bs()                                                                                   # grow B2B eyeballs

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

::

	fake.credit_card_security_code(card_type=None)                                              # 516
	fake.credit_card_full(card_type=None, validate=False, max_check=10)                         # 	                                                                                              JCB 15 digit	                                                                                              Markas Naujokas	                                                                                              315805257240426  02/18	                                                                                              CVC: 484
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                       # 12/23
	fake.credit_card_number(card_type=None, validate=False, max_check=10)                       # 377519083554554
	fake.credit_card_provider(card_type=None)                                                   # Voyager

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

::

	fake.currency_code()                                                                        # PLN

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

::

	fake.date_time_ad()                                                                         # 0690-02-17 04:33:47
	fake.month()                                                                                # 06
	fake.am_pm()                                                                                # PM
	fake.iso8601()                                                                              # 1992-02-18T02:33:27
	fake.date_time_this_century()                                                               # 2001-12-14 17:40:07
	fake.date_time()                                                                            # 1990-01-16 15:22:38
	fake.month_name()                                                                           # March
	fake.date_time_this_month()                                                                 # 2016-03-05 23:58:34
	fake.date_time_this_decade()                                                                # 2012-02-08 21:03:44
	fake.day_of_week()                                                                          # Friday
	fake.day_of_month()                                                                         # 09
	fake.time(pattern="%H:%M:%S")                                                               # 18:50:10
	fake.date_time_between(start_date="-30y", end_date="now")                                   # 2007-04-19 17:08:26
	fake.unix_time()                                                                            # 420694973
	fake.date_time_this_year()                                                                  # 2016-03-14 08:14:06
	fake.timezone()                                                                             # America/Bogota
	fake.century()                                                                              # XXI
	fake.date(pattern="%Y-%m-%d")                                                               # 2001-05-23
	fake.year()                                                                                 # 1987

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

::

	fake.mime_type(category=None)                                                               # text/cmd

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

::

	fake.ipv4()                                                                                 # 140.239.192.50
	fake.url()                                                                                  # http://www.ukauskas.biz/
	fake.company_email()                                                                        # gagys.irmantas@gaiauskas.com
	fake.uri()                                                                                  # http://www.naruis.com/register.html
	fake.domain_word(*args, **kwargs)                                                           # griniusurbonas
	fake.image_url(width=None, height=None)                                                     # http://www.lorempixum.com/129/462
	fake.tld()                                                                                  # com
	fake.free_email()                                                                           # nkalvelis@gmail.com
	fake.slug(*args, **kwargs)                                                                  # nihil-inventore
	fake.free_email_domain()                                                                    # hotmail.com
	fake.domain_name()                                                                          # jankauskas.net
	fake.uri_extension()                                                                        # .html
	fake.ipv6()                                                                                 # c18a:83e3:42a1:1952:9b56:0c3f:f6fd:27b8
	fake.safe_email()                                                                           # kalvaitis.zemyna@example.org
	fake.user_name(*args, **kwargs)                                                             # romualdas66
	fake.uri_path(deep=None)                                                                    # posts/posts/categories
	fake.email()                                                                                # fgaizauskas@yahoo.com
	fake.uri_page()                                                                             # about
	fake.mac_address()                                                                          # 8e:e8:36:26:70:bd

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

::

	fake.job()                                                                                  # Conservator, furniture

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

::

	fake.text(max_nb_chars=200)                                                                 # Aperiam facere quo consequatur est sit fugit. Inventore se	                                                                                              qui id tempore atque deserunt expedita necessitatibus. Ess	                                                                                              e atque eligendi expedita officiis eaque soluta quam.
	fake.sentence(nb_words=6, variable_nb_words=True)                                           # Aut ut qui illum illo rem earum tenetur.
	fake.word()                                                                                 # voluptas
	fake.paragraphs(nb=3)                                                                       # [u'Aut sunt aspernatur dolore accusamus quo earum. Ut mini	                                                                                              ma laborum delectus vel aut neque non eligendi. Qui et dig	                                                                                              nissimos nisi quo expedita. Velit quia sed dicta vero quis	                                                                                              .', u'Libero sapiente aliquid ut saepe. Vitae et saepe har	                                                                                              um fugit incidunt quos. Id fugiat veritatis dolores tempor	                                                                                              e. Consequatur consectetur nihil excepturi voluptatem comm	                                                                                              odi.', u'Dolorem sed tempore assumenda a esse. Enim dignis	                                                                                              simos magni debitis qui sit ut et. Magni velit rerum sunt 	                                                                                              eos sit distinctio ipsam.']
	fake.words(nb=3)                                                                            # [u'ipsum', u'est', u'voluptatem']
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)                                  # Dolorum aperiam labore reiciendis odit exercitationem. Ill	                                                                                              o aspernatur fugit blanditiis qui a ea. Enim corporis quae	                                                                                               ea id quae. Quae facere aut dolor hic illo aut ipsam. Sed	                                                                                               illo numquam dolores optio eum debitis et earum.
	fake.sentences(nb=3)                                                                        # [u'Qui facilis sit vero necessitatibus sit.', u'Molestiae 	                                                                                              rerum rem ad ut eveniet voluptas et.', u'Fugit ad doloremq	                                                                                              ue voluptatem autem eligendi deleniti.']

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True) # #V6#wZmntY
	fake.locale()                                                                               # de_TV
	fake.md5(raw_output=False)                                                                  # 84c31b34a632e33ca312b027a8871a00
	fake.sha1(raw_output=False)                                                                 # 7a9b1b4b258f9e6d9e41de87cc6d1651a6c2ce58
	fake.null_boolean()                                                                         # True
	fake.sha256(raw_output=False)                                                               # c4af48c4fbdc73a2ed1c2c913e4186f39358ad716ebf0c5483320796da	                                                                                              526431
	fake.country_code()                                                                         # LT
	fake.language_code()                                                                        # fr
	fake.boolean(chance_of_getting_true=50)                                                     # True

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

::

	fake.last_name_male()                                                                       # Butkus
	fake.name_female()                                                                          # Ingrida Grinius


	fake.name()                                                                                 # Justinas Naujokas

	fake.name_male()                                                                            # Julius Grinius
	fake.first_name()                                                                           # Romualdas


	fake.first_name_male()                                                                      # Danielius
	fake.first_name_female()                                                                    # Ričardas
	fake.last_name_female()                                                                     # Naujokas
	fake.last_name()                                                                            # Ambrasas


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

::

	fake.profile(fields=[])                                                                     # {'website': [u'http://kalvnasjankauskas.com/', u'http://ww	                                                                                              w.kavaliauskaskalvaitis.biz/', u'http://grinius.com/'], 'u	                                                                                              sername': u'azuolas54', 'name': u'Jolanta Galdikas', 'bloo	                                                                                              d_group': 'B+', 'residence': u'65575 Kairys Mountain Suite	                                                                                               445\nErikashaven, HI 38343-5891', 'company': u'Po\u0161ka	                                                                                              -Kairys', 'address': u'02507 Kalv\u0117nas Glen\nNorth And	                                                                                              riusmouth, TN 73019-9619', 'birthdate': '1974-08-06', 'sex	                                                                                              ': 'M', 'job': 'Insurance underwriter', 'ssn': u'501-50-26	                                                                                              24', 'current_location': (Decimal('-61.658469'), Decimal('	                                                                                              -107.076452')), 'mail': u'algirdas54@hotmail.com'}
	fake.simple_profile()                                                                       # {'username': u'tkaupas', 'name': u'Tadas Po\u0161ka', 'bir	                                                                                              thdate': '2014-06-15', 'sex': 'F', 'address': u'082 Tajus 	                                                                                              Terrace Suite 144\nMed\u0117jashire, RI 11456-0348', 'mail	                                                                                              ': u'danielius.gintalas@gmail.com'}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                    # [u'Autem assumenda.', u'http://paulauskas.com/blog/explore	                                                                                              /author.jsp', 779, 1016, u'marija80@gmail.com', u'qzukausk	                                                                                              as@kika.com', 5715, 5158, u'Quibusdam molestiae.', 9615]
	fake.pystr(max_chars=20)                                                                    # Distinctio.
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                           # -54204.1867223
	fake.pystruct(count=10, *value_types)                                                       # ([u'sgailius@gronskispovilonis.com', u'Ipsum eaque rerum.'	                                                                                              , u'A voluptatibus qui.', datetime(1976, 9, 1, 0, 37, 41),	                                                                                               Decimal('7493345.61882'), u'Est natus et earum.', u'Illo 	                                                                                              optio quidem.', 479, 2703, u'Possimus qui modi.'], {u'iure	                                                                                              ': u'Dicta animi rerum.', u'sint': u'Nihil unde porro.', u	                                                                                              'error': u'Iste provident.', u'vel': u'Sit commodi.', u'so	                                                                                              luta': datetime(1981, 3, 12, 19, 22), u'veritatis': u'http	                                                                                              ://gronskis.org/about.html', u'asperiores': u'Ratione accu	                                                                                              samus.'}, {u'non': {8: [u'Est sed totam ipsum.', u'Ea aut 	                                                                                              pariatur.', u'Iusto est illo.'], 9: {8: 227, 9: [datetime(	                                                                                              1997, 11, 3, 12, 38, 3), -2.689], 7: 869.25544635045}, 7: 	                                                                                              Decimal('-1.74172331963E+14')}, u'est': {3: u'Ipsum perspi	                                                                                              ciatis.', 4: [u'gediminas48@yahoo.com', u'http://www.narui	                                                                                              s.org/home.html', Decimal('5555.57167902')], 5: {3: u'Sed 	                                                                                              occaecati non.', 4: u'Voluptatum vel.', 5: [datetime(1984,	                                                                                               6, 8, 20, 32, 24), u'Inventore molestiae.']}}, u'adipisci	                                                                                              ': {8: u'Sit sit repudiandae.', 9: [9720, -21060115348.8, 	                                                                                              1850], 10: {8: Decimal('162761275222'), 9: u'Nihil enim es	                                                                                              se.', 10: [7554, 2284956.17411]}}, u'voluptatum': {8: {8: 	                                                                                              [u'justinas19@kavaliauskas.net', u'kairys.antanas@gmail.co	                                                                                              m'], 6: 2737, 7: 8620}, 6: 3033, 7: [Decimal('-7105332147.	                                                                                              0'), 4263, 8288]}, u'molestiae': {4: 3343, 5: [u'Doloremqu	                                                                                              e.', u'Optio deleniti quis.', u'Pariatur minima.'], 6: {4:	                                                                                               4928, 5: 3756.367, 6: [Decimal('-2.30939658484E+13'), 103	                                                                                              ]}}, u'ullam': {0: u'sonata.kairys@gmail.com', 1: [3137, -	                                                                                              1073771214.2125, 28430761.0], 2: {0: u'http://nagys.info/p	                                                                                              osts/search/register.asp', 1: u'http://nausdasakalauskas.c	                                                                                              om/app/home.htm', 2: [u'Dignissimos.', 4511.932601218]}}, 	                                                                                              u'enim': {1: 732523181329.84, 2: [datetime(1993, 12, 9, 3,	                                                                                               33, 45), 8809, Decimal('5066.9')], 3: {1: 3348, 2: u'At e	                                                                                              st expedita.', 3: [u'gronskis.joris@hotmail.com', u'Archit	                                                                                              ecto esse.']}}, u'qui': {5: datetime(2004, 4, 27, 10, 17, 	                                                                                              45), 6: [u'A esse aliquid.', datetime(2008, 1, 23, 20, 8, 	                                                                                              17), u'http://www.kairys.com/search.asp'], 7: {5: 2560, 6:	                                                                                               u'Non itaque.', 7: [u'jankauskas.ernestas@urbonas.biz', u	                                                                                              'Atque ut quam.']}}, u'quo': {9: u'laura28@yahoo.com', 10:	                                                                                               [3194, u'http://www.kalvelis.com/privacy.htm', u'Non veni	                                                                                              am.'], 11: {9: u'Itaque et odio ut.', 10: 7490, 11: [u'Sin	                                                                                              t et voluptatum.', Decimal('3209492319.0')]}}, u'earum': {	                                                                                              2: u'Natus id cum magni.', 3: [273.56260054, u'Tempora fug	                                                                                              a.', 9924], 4: {2: u'http://www.gaiauskas.org/', 3: u'egal	                                                                                              dikas@gmail.com', 4: [2606533390783.0, 2208]}}})
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                         # -1479071174.1
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                        # [-351007164253.0, Decimal('9.05173480301E+13'), 8437, Deci	                                                                                              mal('-1049089263.69'), u'Molestiae delectus.', u'Perferend	                                                                                              is rerum.', u'Quos iure sequi.', datetime(1983, 4, 1, 20, 	                                                                                              39, 29), -922900642373095.0, 6746]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                       # (u'isakalauskas@yahoo.com', 8739, 6824, 5609, u'Iure dolor	                                                                                              emque est.', u'Sit porro quos.', 781, 9838, 6927, Decimal(	                                                                                              '433.48109439'))
	fake.pybool()                                                                               # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                         # set([u'Qui nam voluptas.', u'Est quas dolore.', 5334, u'ht	                                                                                              tp://www.gailius.com/categories/index.php', u'Quasi alias.	                                                                                              ', 2695, u'Dicta ad eum et.', u'Ipsum velit enim.', 5526, 	                                                                                              2072, u'http://www.nagys.biz/category/wp-content/wp-conten	                                                                                              t/login.html', Decimal('-3.9159378924'), u'Consequatur.'])	                                                                                              
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                        # {u'officia': datetime(2012, 6, 4, 16, 27, 50), u'quidem': 	                                                                                              u'dominykas32@gmail.com', u'non': -10158485821.56, u'bland	                                                                                              itiis': 1586, u'eos': u'Repellendus ut.', u'facilis': 4734	                                                                                              , u'sed': u'http://www.ambrasas.com/register.html', u'reru	                                                                                              m': datetime(2010, 3, 11, 15, 42, 56), u'aut': Decimal('-7	                                                                                              1507059630.3'), u'iusto': Decimal('-9.88605937883E+13'), u	                                                                                              'dolorem': u'Ab pariatur.', u'omnis': u'Qui qui eaque.'}
	fake.pyint()                                                                                # 552

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

::

	fake.phone_number()                                                                         # +370 62661438

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

::

	fake.ssn()                                                                                  # 983-88-2601

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

::

	fake.mac_processor()                                                                        # U; Intel
	fake.firefox()                                                                              # Mozilla/5.0 (Windows NT 4.0; it-IT; rv:1.9.2.20) Gecko/201	                                                                                              4-11-21 23:28:05 Firefox/8.0
	fake.linux_platform_token()                                                                 # X11; Linux x86_64
	fake.opera()                                                                                # Opera/8.88.(X11; Linux x86_64; en-US) Presto/2.9.171 Versi	                                                                                              on/12.00
	fake.windows_platform_token()                                                               # Windows 98
	fake.internet_explorer()                                                                    # Mozilla/5.0 (compatible; MSIE 7.0; Windows CE; Trident/4.0	                                                                                              )
	fake.user_agent()                                                                           # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6 rv:2.0; s	                                                                                              l-SI) AppleWebKit/535.37.6 (KHTML, like Gecko) Version/4.0	                                                                                              .3 Safari/535.37.6
	fake.chrome()                                                                               # Mozilla/5.0 (X11; Linux i686) AppleWebKit/5360 (KHTML, lik	                                                                                              e Gecko) Chrome/13.0.861.0 Safari/5360
	fake.linux_processor()                                                                      # x86_64
	fake.mac_platform_token()                                                                   # Macintosh; U; Intel Mac OS X 10_8_7
	fake.safari()                                                                               # Mozilla/5.0 (Windows; U; Windows NT 4.0) AppleWebKit/533.3	                                                                                              0.1 (KHTML, like Gecko) Version/5.0.3 Safari/533.30.1
