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


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

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

   fake.building_number()
   # u'178'

   fake.street_address()
   # u'0986 Elv\u012bra Highway Apt. 635'

   fake.postalcode_plus4()
   # u'59435-9994'

   fake.city_prefix()
   # u'North'

   fake.military_ship()
   # u'USNS'

   fake.country_code()
   # u'LS'

   fake.city()
   # u'Z\u0101l\u012btismouth'

   fake.zipcode_plus4()
   # u'56461-1170'

   fake.state_abbr()
   # u'AK'

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

   fake.street_suffix()
   # u'Avenue'

   fake.city_suffix()
   # u'town'

   fake.military_dpo()
   # u'Unit 9326 Box 1251'

   fake.country()
   # u'Bahamas'

   fake.secondary_address()
   # u'Apt. 742'

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

   fake.postalcode()
   # u'11061'

   fake.address()
   # u'Unit 5750 Box 3577\nDPO AE 04916-6120'

   fake.state()
   # u'Arkansas'

   fake.military_state()
   # u'AE'

   fake.street_name()
   # u'C\u012brulis Summit'

   fake.zipcode()
   # u'52886'

   fake.postcode()
   # u'73831'

   fake.military_apo()
   # u'PSC 3411, Box 8107'


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

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

   fake.ean13()
   # u'5073001784465'

   fake.ean8()
   # u'28501763'


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

   fake.rgb_css_color()
   # u'rgb(49,5,153)'

   fake.color_name()
   # u'Peru'

   fake.rgb_color_list()
   # (127, 249, 247)

   fake.rgb_color()
   # u'69,45,106'

   fake.safe_hex_color()
   # u'#334400'

   fake.safe_color_name()
   # u'gray'

   fake.hex_color()
   # u'#9c3531'


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

   fake.company()
   # u'Priede-Balti\u0146\u0161'

   fake.company_suffix()
   # u'LLC'

   fake.catch_phrase()
   # u'Networked radical migration'

   fake.bs()
   # u'iterate proactive e-services'


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

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

   fake.credit_card_provider(card_type=None)
   # u'VISA 16 digit'

   fake.credit_card_full(card_type=None)
   # u'VISA 13 digit\nDaiga Podnieks\n4190795884464 05/16\nCVC: 464\n'

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

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


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

   fake.currency_code()
   # 'CDF'


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

   fake.date_time_ad()
   # datetime.datetime(1203, 6, 11, 17, 22, 54)

   fake.month()
   # '03'

   fake.am_pm()
   # 'PM'

   fake.timezone()
   # u'Europe/Athens'

   fake.iso8601()
   # '2005-02-18T09:13:23'

   fake.date_time()
   # datetime(1971, 6, 13, 10, 7)

   fake.month_name()
   # 'October'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 9, 12, 3, 9, 4)

   fake.unix_time()
   # 764861918

   fake.day_of_week()
   # 'Sunday'

   fake.day_of_month()
   # '05'

   fake.time(pattern="%H:%M:%S")
   # '12:47:48'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2005, 11, 1, 3, 56, 39)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 9, 20, 33, 21)

   fake.year()
   # '1996'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 30, 15, 31, 35)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2015, 1, 30, 2, 15, 54)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2010, 5, 10, 13, 10)

   fake.century()
   # u'X'

   fake.date(pattern="%Y-%m-%d")
   # '1989-06-19'

   fake.time_delta()
   # datetime.timedelta(2883, 50076)


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

   fake.mime_type(category=None)
   # u'message/partial'

   fake.file_name(category=None, extension=None)
   # u'minus.bmp'

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


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

   fake.ipv4()
   # u'121.70.162.48'

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

   fake.company_email()
   # u'mjaunzems@podnieksrieksti.com'

   fake.uri()
   # u'http://www.lcis.biz/explore/about/'

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

   fake.image_url(width=None, height=None)
   # u'http://www.lorempixel.com/439/484'

   fake.tld()
   # u'net'

   fake.free_email()
   # u'riekstins.laila@gmail.com'

   fake.slug(*args, **kwargs)
   # u'autem-sint-odit'

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

   fake.domain_name()
   # u'liepa.net'

   fake.uri_extension()
   # u'.htm'

   fake.ipv6()
   # u'9702:1ead:92be:a16a:0c1b:52bb:db39:45da'

   fake.safe_email()
   # u'zeltins.velta@example.net'

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

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

   fake.email()
   # u'zvaigzne.janina@hotmail.com'

   fake.uri_page()
   # u'main'

   fake.mac_address()
   # u'cd:60:6e:cb:9d:85'


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

   fake.job()
   # 'Hospital doctor'


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

   fake.text(max_nb_chars=200)
   # u'Et quibusdam eos perspiciatis. Optio rem et dolorem officiis. Enim commodi assumenda est aut doloremque voluptas est. Et quaerat est commodi excepturi est.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Quam est tempore ut dolorem fugiat.'

   fake.word()
   # u'dolores'

   fake.paragraphs(nb=3)
   # [   u'Qui quia ipsum ut aspernatur rerum quibusdam. Dolor ipsam corporis nam in sed velit.',
   #     u'Et fugit qui unde nesciunt tempore consequatur. Dignissimos aut autem sit sapiente animi natus iure aperiam.',
   #     u'Dolores temporibus veniam est quaerat eligendi. Sit doloribus corrupti molestiae amet ut ipsa et reprehenderit. Quia soluta non qui molestias sapiente voluptas ea. Voluptatem consequatur velit perferendis dolorem enim.']

   fake.words(nb=3)
   # [u'ad', u'aut', u'eius']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Ut repellendus aut tenetur repellat consequatur. Nihil ut animi iusto eos odit molestias aut. Dolorem id recusandae explicabo unde incidunt.'

   fake.sentences(nb=3)
   # [   u'Sed ducimus quia nulla consequatur praesentium voluptas quae.',
   #     u'Sit ut accusantium aut quos nihil neque et illum.',
   #     u'Consequatur eum est molestiae sed.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'+4xXhM#U!s'

   fake.locale()
   # u'fr_UG'

   fake.md5(raw_output=False)
   # 'c04953f4c44dc33a0530bd098a02e2ca'

   fake.sha1(raw_output=False)
   # '30738992e6633273ad3721f953426d6f9fac34c1'

   fake.null_boolean()
   # False

   fake.sha256(raw_output=False)
   # 'c9eb64b630d41443974bf3bd82e92905f5322d3fcfbb98c03904ccf56e8f306a'

   fake.uuid4()
   # '326f9684-6019-4102-9e4c-099bd085dcb7'

   fake.language_code()
   # u'it'

   fake.boolean(chance_of_getting_true=50)
   # True


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

   fake.last_name_male()
   # u'Lapsa'

   fake.name_female()
   # u'Agnese C\u012brulis'

   fake.prefix_male()
   # ''

   fake.prefix()
   # ''

   fake.name()
   # u'Em\u012blija Zvirbulis'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Lapsa, Ineta'

   fake.first_name()
   # u'Lizete'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'L\u012bba'

   fake.first_name_female()
   # u'Di\u0101na'

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

   fake.last_name()
   # u'Krievs'

   fake.prefix_female()
   # ''


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

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


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

   fake.simple_profile()
   # {   'address': u'8084 Modris Streets\nEast Marijaburgh, VI 87616-2619',
   #     'birthdate': '1977-09-17',
   #     'mail': u'santa.kreslins@hotmail.com',
   #     'name': u'Bro\u0146islava Auni\u0146\u0161',
   #     'sex': 'M',
   #     'username': u'alise.abele'}

   fake.profile(fields=None)
   # {   'address': u'527 Rudz\u012btis Meadow Apt. 395\nNew Lieneville, SD 30420',
   #     'birthdate': '1978-08-30',
   #     'blood_group': 'A+',
   #     'company': u'Luksti\u0146\u0161-Kr\u016bze',
   #     'current_location': (Decimal('-71.904663'), Decimal('-97.479673')),
   #     'job': 'Therapist, drama',
   #     'mail': u'zanis.briedis@yahoo.com',
   #     'name': u'Art\u016brs Za\u0137is',
   #     'residence': u'1114 Eda Loaf\nRudz\u012btisfort, WV 61132',
   #     'sex': 'M',
   #     'ssn': u'054-67-3981',
   #     'username': u'klavins.andress',
   #     'website': [   u'http://www.krievi.com/',
   #                    u'http://podnieks.org/',
   #                    u'http://www.krmizelti.com/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'vbriedis@gmail.com',
   #     u'Nisi est sapiente.',
   #     u'http://kundzikundzi.com/wp-content/explore/author/',
   #     6128,
   #     u'Rem amet maiores ut.',
   #     Decimal('-5.40226305782E+13'),
   #     u'Aliquam ut voluptas.',
   #     u'darta.celmins@gmail.com',
   #     u'http://www.kavivtoli.com/faq.html']

   fake.pystr(max_chars=20)
   # u'Minima sit minima.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'Aut quis sequi sint.',
   #         u'tvilks@lcisbalodis.com',
   #         u'vlapsa@yahoo.com',
   #         u'Beatae rem harum.',
   #         u'Amet beatae aut.',
   #         6907,
   #         35924583.92,
   #         datetime(1986, 8, 12, 18, 4, 32),
   #         3579,
   #         datetime(2012, 1, 3, 20, 15, 55)],
   #     {   u'architecto': u'http://ziemelis.biz/index/',
   #         u'deleniti': 6011,
   #         u'deserunt': Decimal('252971497321'),
   #         u'nobis': Decimal('5.56158494291'),
   #         u'occaecati': u'http://podniekssili.com/',
   #         u'sapiente': u'trine19@gmail.com',
   #         u'temporibus': -126291655249865.0,
   #         u'ut': u'Perspiciatis.',
   #         u'velit': u'Ea et qui molestias.',
   #         u'veritatis': Decimal('-398807431748')},
   #     {   u'facere': {   1: datetime(1990, 11, 2, 9, 41, 31),
   #                        2: [   datetime(1971, 3, 21, 10, 54, 33),
   #                               u'Quia adipisci amet.',
   #                               9488],
   #                        3: {   1: 575, 2: 745, 3: [7940, u'Numquam dolorum.']}},
   #         u'fugit': {   6: Decimal('-3.98645264984E+14'),
   #                       7: [   u'krists75@dzenis.biz',
   #                              Decimal('-6568810157.72'),
   #                              u'Recusandae et fuga.'],
   #                       8: {   6: 152.0, 7: 2494, 8: [777044863408722.0, 6730]}},
   #         u'inventore': {   7: u'antonina.avotins@zvirbulis.com',
   #                           8: [   7208,
   #                                  Decimal('2791504.0'),
   #                                  u'Blanditiis optio.'],
   #                           9: {   7: u'Dignissimos facilis.',
   #                                  8: datetime(2009, 4, 26, 22, 55, 33),
   #                                  9: [   u'Tenetur qui dolorem.',
   #                                         datetime(2006, 4, 2, 13, 10, 7)]}},
   #         u'ipsa': {   4: Decimal('-688510.206886'),
   #                      5: [   u'http://www.zais.com/search.jsp',
   #                             u'Asperiores qui.',
   #                             u'Quae quis fugiat.'],
   #                      6: {   4: 563468130.416766,
   #                             5: u'Quia beatae et.',
   #                             6: [1.4845206, u'Harum sed ut.']}},
   #         u'laudantium': {   3: u'Necessitatibus.',
   #                            4: [   u'Voluptatibus iste.',
   #                                   Decimal('-24821838627.9'),
   #                                   -9558813341.519],
   #                            5: {   3: u'http://www.zaispriedtis.biz/',
   #                                   4: datetime(2009, 11, 12, 3, 35, 54),
   #                                   5: [   6362,
   #                                          u'http://www.egltis.com/search/faq/']}},
   #         u'libero': {   0: u'Doloremque dicta.',
   #                        1: [   u'Et pariatur autem.',
   #                               u'Eaque beatae sunt.',
   #                               8255],
   #                        2: {   0: u'http://vksna.com/tags/main.html',
   #                               1: u'http://avoti.net/search/app/author/',
   #                               2: [u'http://www.egltisbriedis.org/', 3867]}},
   #         u'maxime': {   5: u'ikundzins@vanags.com',
   #                        6: [   u'Quam rem incidunt.',
   #                               u'liza.zirnis@alksnis.com',
   #                               u'Tempora itaque est.'],
   #                        7: {   5: 3937,
   #                               6: 4014,
   #                               7: [u'Laborum voluptas.', -129983561.7621]}},
   #         u'provident': {   8: u'Rem minima.',
   #                           9: [   u'Aut nostrum commodi.',
   #                                  u'Impedit mollitia.',
   #                                  u'Ullam maxime.'],
   #                           10: {   8: 5837,
   #                                   9: Decimal('115.3809485'),
   #                                   10: [   8253336800170.81,
   #                                           u'Aliquid temporibus.']}},
   #         u'rerum': {   9: 2.56,
   #                       10: [   -7678614518.59,
   #                               9504,
   #                               Decimal('-4.87742102011E+12')],
   #                       11: {   9: u'Impedit sint ut.',
   #                               10: u'Qui cumque delectus.',
   #                               11: [4488900.8, -6900321813396.63]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   datetime(1985, 12, 13, 21, 52, 53),
   #     datetime(1983, 7, 22, 21, 28, 11),
   #     u'Accusantium et aut.',
   #     u'celmins.sandra@lcisbalodis.com',
   #     u'Eius excepturi.',
   #     u'ieva20@yahoo.com',
   #     u'Autem iusto iure.',
   #     u'Perspiciatis enim.',
   #     -13199353470569.0]

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'katrina82@yahoo.com',
   #     u'Non amet aperiam.',
   #     u'Perferendis quia.',
   #     datetime(2006, 9, 6, 13, 33, 20),
   #     9.3599840211611,
   #     u'Odit neque est nisi.',
   #     u'http://priedtisapinis.com/',
   #     -317676.0,
   #     u'Maiores vel.')

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'ralksnis@yahoo.com', u'rcaune@hotmail.com', datetime(1980, 3, 19, 16, 21, 4), u'Voluptas quam vel.', u'sroze@hotmail.com', 9178, u'Soluta aliquid non.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'amet': 1697,
   #     u'aperiam': u'Molestias minus.',
   #     u'commodi': u'Recusandae eos.',
   #     u'earum': 9448,
   #     u'et': u'Enim qui dolores.',
   #     u'id': 127331528280.5,
   #     u'non': 553,
   #     u'perferendis': 7230,
   #     u'sapiente': u'Recusandae nemo.',
   #     u'sunt': u'Quia quibusdam.'}

   fake.pyint()
   # 4344


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

   fake.ssn()
   # u'730-87-3270'


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

   fake.mac_processor()
   # u'Intel'

   fake.firefox()
   # u'Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2015-02-13 11:57:20 Firefox/4.0'

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

   fake.opera()
   # u'Opera/8.11.(Windows NT 6.1; sl-SI) Presto/2.9.165 Version/12.00'

   fake.windows_platform_token()
   # u'Windows 98'

   fake.internet_explorer()
   # u'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/3.1)'

   fake.user_agent()
   # u'Opera/9.53.(X11; Linux i686; sl-SI) Presto/2.9.189 Version/11.00'

   fake.chrome()
   # u'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/5341 (KHTML, like Gecko) Chrome/13.0.861.0 Safari/5341'

   fake.linux_processor()
   # u'x86_64'

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

   fake.safari()
   # u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; en-US) AppleWebKit/531.33.5 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.33.5'
