
Language la
============

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

::

	fake.longitude()                                                                            # 13.554850
	fake.building_number()                                                                      # 54732
	fake.street_address()                                                                       # 833 Collier Springs
	fake.postalcode_plus4()                                                                     # 91776-2536
	fake.city_prefix()                                                                          # West
	fake.military_ship()                                                                        # USNS
	fake.city()                                                                                 # Shanborough
	fake.zipcode_plus4()                                                                        # 94410-6103
	fake.state_abbr()                                                                           # VA
	fake.latitude()                                                                             # -89.5013955
	fake.street_suffix()                                                                        # Corners
	fake.city_suffix()                                                                          # burgh
	fake.military_dpo()                                                                         # Unit 0864 Box 8526
	fake.country()                                                                              # Slovakia (Slovak Republic)
	fake.secondary_address()                                                                    # Suite 167
	fake.geo_coordinate(center=None, radius=0.001)                                              # 71.981266
	fake.postalcode()                                                                           # 53052
	fake.address()                                                                              # 729 Heller Ports	                                                                                              New Salomon, WA 99728
	fake.state()                                                                                # Oklahoma
	fake.military_state()                                                                       # AE
	fake.street_name()                                                                          # Cummerata Cape
	fake.zipcode()                                                                              # 37731
	fake.postcode()                                                                             # 00058
	fake.military_apo()                                                                         # PSC 8583, Box 9771

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

::

	fake.ean(length=13)                                                                         # 3629850311233
	fake.ean13()                                                                                # 4648707190479
	fake.ean8()                                                                                 # 98033737

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

::

	fake.rgb_css_color()                                                                        # rgb(205,206,27)
	fake.color_name()                                                                           # Navy
	fake.rgb_color_list()                                                                       # (108, 220, 33)
	fake.rgb_color()                                                                            # 98,194,241
	fake.safe_hex_color()                                                                       # #dd0000
	fake.safe_color_name()                                                                      # teal
	fake.hex_color()                                                                            # #b5156d

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

::

	fake.company()                                                                              # Cremin, Goldner and Abernathy
	fake.company_suffix()                                                                       # and Sons
	fake.catch_phrase()                                                                         # User-centric motivating solution
	fake.bs()                                                                                   # deploy robust applications

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

::

	fake.credit_card_security_code(card_type=None)                                              # 181
	fake.credit_card_full(card_type=None, validate=False, max_check=10)                         # 	                                                                                              Voyager	                                                                                              Chalmers Labadie	                                                                                              869917843589768  06/22	                                                                                              CVC: 89
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                       # 03/22
	fake.credit_card_number(card_type=None, validate=False, max_check=10)                       # 4532492864980881
	fake.credit_card_provider(card_type=None)                                                   # VISA 16 digit

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

::

	fake.currency_code()                                                                        # CAD

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

::

	fake.date_time_ad()                                                                         # 1627-11-18 11:35:48
	fake.month()                                                                                # 06
	fake.am_pm()                                                                                # AM
	fake.iso8601()                                                                              # 1995-11-01T22:24:18
	fake.date_time_this_century()                                                               # 2003-10-25 20:49:43
	fake.date_time()                                                                            # 1975-06-04 10:51:40
	fake.month_name()                                                                           # January
	fake.date_time_this_month()                                                                 # 2016-03-01 04:08:46
	fake.date_time_this_decade()                                                                # 2014-09-26 14:42:50
	fake.day_of_week()                                                                          # Tuesday
	fake.day_of_month()                                                                         # 02
	fake.time(pattern="%H:%M:%S")                                                               # 20:57:20
	fake.date_time_between(start_date="-30y", end_date="now")                                   # 1990-04-09 05:45:39
	fake.unix_time()                                                                            # 1387733009
	fake.date_time_this_year()                                                                  # 2016-03-14 08:12:54
	fake.timezone()                                                                             # Asia/Karachi
	fake.century()                                                                              # II
	fake.date(pattern="%Y-%m-%d")                                                               # 1976-05-08
	fake.year()                                                                                 # 1972

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

::

	fake.mime_type(category=None)                                                               # model/x3d+vrml

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

::

	fake.ipv4()                                                                                 # 180.225.234.88
	fake.url()                                                                                  # http://www.kub.info/
	fake.company_email()                                                                        # letty.ward@sauer.com
	fake.uri()                                                                                  # http://www.reynolds.com/login/
	fake.domain_word(*args, **kwargs)                                                           # medhurstbeatty
	fake.image_url(width=None, height=None)                                                     # http://placehold.it/605x847
	fake.tld()                                                                                  # com
	fake.free_email()                                                                           # litzy.kertzmann@hotmail.com
	fake.slug(*args, **kwargs)                                                                  # voluptatem-beatae
	fake.free_email_domain()                                                                    # yahoo.com
	fake.domain_name()                                                                          # jaskolskipurdy.org
	fake.uri_extension()                                                                        # .htm
	fake.ipv6()                                                                                 # 740b:5f62:6dbb:ea18:d80f:1ccf:dec2:601e
	fake.safe_email()                                                                           # dadams@example.org
	fake.user_name(*args, **kwargs)                                                             # latrice75
	fake.uri_path(deep=None)                                                                    # app/app
	fake.email()                                                                                # durell00@gmail.com
	fake.uri_page()                                                                             # register
	fake.mac_address()                                                                          # 40:b3:95:77:21:0b

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

::

	fake.job()                                                                                  # Mining engineer

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

::

	fake.text(max_nb_chars=200)                                                                 # Perferendis voluptates voluptatem ducimus. Dolorum dolores	                                                                                               tenetur excepturi animi illo officia. Inventore ad debiti	                                                                                              s illo. Repellendus qui nemo aut amet odio omnis rerum.
	fake.sentence(nb_words=6, variable_nb_words=True)                                           # Repudiandae facere doloribus eos id qui aliquid.
	fake.word()                                                                                 # ipsam
	fake.paragraphs(nb=3)                                                                       # [u'Modi id deleniti harum nulla illum quidem. Fuga similiq	                                                                                              ue a aut deserunt et corrupti.', u'Facere qui harum quia r	                                                                                              epellat dicta. Aliquam ullam voluptas voluptas facere. Ea 	                                                                                              omnis quos dolores rem. Voluptate voluptas sunt quisquam m	                                                                                              olestias quod quia blanditiis voluptas. Iure non aut quis 	                                                                                              sint cupiditate.', u'Sunt molestias pariatur deleniti magn	                                                                                              i id est doloremque quia. Earum maiores et voluptatem opti	                                                                                              o optio. Officia tempora enim dignissimos harum. Non ut co	                                                                                              rporis quisquam ea facilis.']
	fake.words(nb=3)                                                                            # [u'earum', u'fugit', u'consequatur']
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)                                  # Sed sunt natus tempora consequatur molestias. Eos recusand	                                                                                              ae unde incidunt quos quia fuga. Nemo soluta provident qui	                                                                                              s vero aut officiis. Delectus architecto debitis qui volup	                                                                                              tatem rem rerum. Voluptas aliquam minus cum qui voluptatib	                                                                                              us quia id.
	fake.sentences(nb=3)                                                                        # [u'Atque minima fugit et sit nihil ad eum.', u'Quam aut de	                                                                                              leniti sunt sint dolorem.', u'Alias velit sit expedita odi	                                                                                              t quisquam ut.']

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True) # m8XDjp%vo$
	fake.locale()                                                                               # de_BJ
	fake.md5(raw_output=False)                                                                  # 10eafa51cabf44f172bbda7c031cd4e0
	fake.sha1(raw_output=False)                                                                 # 854c486693d8f0166eb2658c9fe3918b752a5f86
	fake.null_boolean()                                                                         # None
	fake.sha256(raw_output=False)                                                               # 609e5713e2b52f816a85c592193d3fb778e421a5aa59bc8bea40e8cfb8	                                                                                              da5d29
	fake.country_code()                                                                         # IL
	fake.language_code()                                                                        # cn
	fake.boolean(chance_of_getting_true=50)                                                     # True

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

::

	fake.last_name_male()                                                                       # Braun
	fake.name_female()                                                                          # Shanna Kunde
	fake.prefix_male()                                                                          # Mr.
	fake.prefix()                                                                               # (u'Mr.', u'Dr.')
	fake.name()                                                                                 # Austyn Rempel
	fake.suffix_female()                                                                        # MD
	fake.name_male()                                                                            # Richmond Predovic
	fake.first_name()                                                                           # Simona
	fake.suffix_male()                                                                          # I
	fake.suffix()                                                                               # (u'MD', u'DDS', u'PhD', u'DVM')
	fake.first_name_male()                                                                      # Javon
	fake.first_name_female()                                                                    # Katharina
	fake.last_name_female()                                                                     # Stamm
	fake.last_name()                                                                            # Donnelly
	fake.prefix_female()                                                                        # Ms.

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

::

	fake.profile(fields=[])                                                                     # {'website': [u'http://grady.biz/', u'http://www.leffler.co	                                                                                              m/', u'http://www.littel.com/', u'http://spencerjacobi.com	                                                                                              /'], 'username': u'bethzy.marks', 'name': u'Miner Schmeler	                                                                                              ', 'blood_group': 'A-', 'residence': u'6835 Powlowski Fiel	                                                                                              d Suite 315\nSouth Shaunnaton, TN 43006-4969', 'company': 	                                                                                              u'Mayert LLC', 'address': u'5028 Tai Shores Suite 474\nMil	                                                                                              issaborough, RI 71769-5747', 'birthdate': '1984-12-28', 's	                                                                                              ex': 'M', 'job': 'Interpreter', 'ssn': u'113-75-2712', 'cu	                                                                                              rrent_location': (Decimal('39.5531275'), Decimal('24.02549	                                                                                              9')), 'mail': u'awalsh@gmail.com'}
	fake.simple_profile()                                                                       # {'username': u'wkuphal', 'name': u'Karli Mitchell', 'birth	                                                                                              date': '2000-09-02', 'sex': 'F', 'address': u'25842 Mraz C	                                                                                              urve Apt. 626\nPricestad, ND 90785', 'mail': u'ambers60@ya	                                                                                              hoo.com'}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                    # set([Decimal('354207.335365'), -534053.5307169, u'Ut sed d	                                                                                              olorum.', u'Corrupti repellat.', u'Voluptas amet.', 8463, 	                                                                                              u'hamill.tula@homenick.com', u'Esse necessitatibus.', u'Il	                                                                                              lum impedit.', u'Quis tempore est.'])
	fake.pystr(max_chars=20)                                                                    # Ut sed nihil.
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                           # -2.51764179355e+13
	fake.pystruct(count=10, *value_types)                                                       # ([u'Iste sed distinctio.', u'Corrupti vero.', u'Rerum recu	                                                                                              sandae.', 1597, 5566, u'Dignissimos nostrum.', u'Eveniet d	                                                                                              eleniti ut.', 4436, 7314, u'Reprehenderit.'], {u'incidunt'	                                                                                              : u'Eos ipsa.', u'numquam': Decimal('-1617605.26'), u'volu	                                                                                              ptates': u'qlind@fisherohara.com', u'fugit': u'Animi volup	                                                                                              tatem.', u'libero': 36638.6, u'nostrum': u'roberts.bernie@	                                                                                              yahoo.com', u'aut': u'Libero quisquam et.', u'rem': 8770, 	                                                                                              u'nobis': u'Repudiandae.', u'reiciendis': 12.0}, {u'eum': 	                                                                                              {8: u'Ipsam molestiae.', 9: [u'http://www.kovacek.org/', u	                                                                                              'http://kiehnkunze.com/wp-content/wp-content/category/priv	                                                                                              acy.php', u'Aliquid consequatur.'], 10: {8: Decimal('-336.	                                                                                              0'), 9: u'Fugiat velit quis.', 10: [u'Accusantium velit.',	                                                                                               4965]}}, u'suscipit': {1: u'Repellendus beatae.', 2: [u'h	                                                                                              ttp://zulauf.org/register/', 15124092053.1, u'sheilah.kshl	                                                                                              erin@hotmail.com'], 3: {1: datetime(2010, 10, 6, 18, 33, 3	                                                                                              4), 2: 4124026.86, 3: [datetime(2007, 2, 23, 10, 58, 31), 	                                                                                              u'Necessitatibus.']}}, u'commodi': {0: datetime(1983, 12, 	                                                                                              5, 2, 56, 16), 1: [u'Est iure sed et.', u'Dicta ipsa quo.'	                                                                                              , datetime(1980, 4, 10, 21, 40, 16)], 2: {0: u'Enim fugit 	                                                                                              quo ut.', 1: -36.9383145, 2: [u'dsipes@mclaughlinfarrell.i	                                                                                              nfo', u'Est est earum.']}}, u'voluptas': {8: [datetime(199	                                                                                              8, 6, 21, 14, 43, 35), Decimal('1.4148'), 204], 9: {8: u'E	                                                                                              a nulla minus.', 9: [3348, u'http://www.kohler.org/wp-cont	                                                                                              ent/privacy.asp'], 7: Decimal('-1.48848545528E+12')}, 7: 7	                                                                                              755}, u'beatae': {8: {8: [u'Repellendus soluta.', 7993], 6	                                                                                              : u'Et enim animi odio.', 7: Decimal('36215651.0')}, 6: 22	                                                                                              35, 7: [-31299.0, u'zayden.towne@cassin.info', u'okuneva.s	                                                                                              tevie@quitzon.com']}, u'deleniti': {2: u'Itaque sit tenetu	                                                                                              r.', 3: [u'phessel@greenholtturcotte.com', u'Occaecati rer	                                                                                              um ut.', Decimal('666910822513')], 4: {2: datetime(2009, 8	                                                                                              , 6, 10, 2, 2), 3: Decimal('-69131996155.6'), 4: [u'http:/	                                                                                              /leannon.com/search/tag/search.html', u'Aut enim excepturi	                                                                                              .']}}, u'vel': {5: u'Incidunt doloremque.', 6: [u'http://w	                                                                                              ww.brakusdare.biz/', 12, 4952], 7: {5: u'Iste aut facilis.	                                                                                              ', 6: u'Aliquam libero.', 7: [u'http://www.rolfson.org/ter	                                                                                              ms/', Decimal('30916.87')]}}, u'maxime': {9: u'Impedit hic	                                                                                               nisi.', 10: [-863173543981.0, u'Atque dolorem ipsum.', 23	                                                                                              01], 11: {9: u'Quos ea accusantium.', 10: 8565, 11: [u'kba	                                                                                              rton@watsica.com', u'Est at dolorem.']}}, u'deserunt': {3:	                                                                                               u'nfriesen@thompson.com', 4: [u'Quibusdam ut.', u'Omnis n	                                                                                              umquam autem.', -7554848087.50609], 5: {3: 190, 4: u'Volup	                                                                                              tatem sint non.', 5: [Decimal('74014570531.0'), 5078]}}, u	                                                                                              'aperiam': {4: u'emard.molly@hotmail.com', 5: [u'Veritatis	                                                                                               qui vel.', 9376, 5116], 6: {4: 3952, 5: u'Rerum modi.', 6	                                                                                              : [datetime(1972, 9, 10, 17, 23, 33), u'Doloremque.']}}})
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                         # -60566863050.0
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                        # [u'Quaerat eius odio.', u'Velit voluptatibus.', 9404, u'Im	                                                                                              pedit eveniet.', u'http://www.ratkedooley.biz/tags/tags/se	                                                                                              arch.html', u'http://mante.com/register.htm', u'Ad tempori	                                                                                              bus earum.']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                       # (u'Quod saepe enim.', u'Amet neque.', u'Qui dolores.', 173	                                                                                              9, u'http://www.olsonzemlak.com/posts/wp-content/home/', u	                                                                                              'jean.hand@yahoo.com', u'http://heidenreich.com/main/main.	                                                                                              htm', u'hellen.treutel@yahoo.com')
	fake.pybool()                                                                               # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                         # set([u'vherzog@mcdermott.info', u'Itaque qui quam hic.', u	                                                                                              'http://schmittbartoletti.biz/privacy/', Decimal('-95443.5	                                                                                              15'), u'Quo omnis minima.', datetime(1990, 4, 6, 7, 14, 34	                                                                                              ), u'Quaerat non aperiam.', 1.3199948, u'Earum quo similiq	                                                                                              ue.', Decimal('75.2862625'), 3070])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                        # {u'reprehenderit': u'Eos sed mollitia.', u'adipisci': 7237	                                                                                              , u'impedit': 3961, u'aliquid': u'Sapiente sed iusto.', u'	                                                                                              harum': u'yundt.malorie@hotmail.com', u'sed': u'Dolorum et	                                                                                               autem.', u'unde': datetime(1972, 1, 26, 14, 11, 56), u'au	                                                                                              t': u'Perspiciatis sunt.', u'doloremque': u'A enim et pari	                                                                                              atur.', u'et': 3122028552725.56}
	fake.pyint()                                                                                # 8872

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

::

	fake.phone_number()                                                                         # 161-847-6408x53862

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

::

	fake.ssn()                                                                                  # 486-24-2534

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

::

	fake.mac_processor()                                                                        # PPC
	fake.firefox()                                                                              # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_1; rv:1.9.6	                                                                                              .20) Gecko/2013-05-23 02:34:10 Firefox/3.8
	fake.linux_platform_token()                                                                 # X11; Linux i686
	fake.opera()                                                                                # Opera/9.81.(X11; Linux x86_64; sl-SI) Presto/2.9.181 Versi	                                                                                              on/12.00
	fake.windows_platform_token()                                                               # Windows 98
	fake.internet_explorer()                                                                    # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 4.0; Trident	                                                                                              /5.0)
	fake.user_agent()                                                                           # Mozilla/5.0 (Windows NT 4.0; en-US; rv:1.9.2.20) Gecko/201	                                                                                              1-10-20 18:22:40 Firefox/3.6.14
	fake.chrome()                                                                               # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_0) AppleWeb	                                                                                              Kit/5332 (KHTML, like Gecko) Chrome/14.0.874.0 Safari/5332	                                                                                              
	fake.linux_processor()                                                                      # x86_64
	fake.mac_platform_token()                                                                   # Macintosh; PPC Mac OS X 10_8_0
	fake.safari()                                                                               # Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; sl-	                                                                                              SI) AppleWebKit/533.31.6 (KHTML, like Gecko) Version/3.0.5	                                                                                               Mobile/8B117 Safari/6533.31.6
