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

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

::

	fake.longitude()
	# Decimal('150.780281')

	fake.building_number()
	# u'4963'

	fake.street_address()
	# u'797 Ziemelis Canyon Apt. 370'

	fake.postalcode_plus4()
	# u'36439-3720'

	fake.city_prefix()
	# u'South'

	fake.military_ship()
	# u'USS'

	fake.city()
	# u'West Rihardsfurt'

	fake.zipcode_plus4()
	# u'53736-6051'

	fake.state_abbr()
	# u'NM'

	fake.latitude()
	# Decimal('19.7984755')

	fake.street_suffix()
	# u'Brook'

	fake.city_suffix()
	# u'mouth'

	fake.military_dpo()
	# u'Unit 1877 Box 7947'

	fake.country_code(representation="alpha-2")
	# u'GD'

	fake.country()
	# u'Marshall Islands'

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

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

	fake.postalcode()
	# u'57583'

	fake.address()
	# u'646 Purmals Orchard\nWest Lilija, RI 82261-9843'

	fake.state()
	# u'Oregon'

	fake.military_state()
	# u'AP'

	fake.street_name()
	# u'Egl\u012btis Ville'

	fake.zipcode()
	# u'09891'

	fake.postcode()
	# u'39166'

	fake.military_apo()
	# u'PSC 1323, Box 0935'

``faker.providers.automotive``
------------------------------

::

	fake.license_plate()
	# u'061-PEN'

``faker.providers.bank``
------------------------

::

	fake.bban()
	# 'XZTA0119282161067'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB70UGXL4681529690083'

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

::

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

	fake.ean13()
	# u'4907808401960'

	fake.ean8()
	# u'51390211'

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

::

	fake.rgb_css_color()
	# u'rgb(210,127,148)'

	fake.color_name()
	# u'GreenYellow'

	fake.rgb_color()
	# u'71,49,243'

	fake.safe_hex_color()
	# u'#aa9900'

	fake.safe_color_name()
	# u'yellow'

	fake.hex_color()
	# u'#a46869'

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

::

	fake.company()
	# u'K\u013cavi\u0146\u0161, Bite and Lagzdi\u0146\u0161'

	fake.company_suffix()
	# u'and Sons'

	fake.catch_phrase()
	# u'Seamless attitude-oriented knowledgebase'

	fake.bs()
	# u'matrix holistic portals'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'VISA 16 digit\nVoldem\u0101rs Kalni\u0146\u0161\n4009732358732064 05/20\nCVC: 199\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'BC'

	fake.currency_code()
	# 'TRY'

	fake.currency_name()
	# 'United States dollar'

	fake.cryptocurrency_name()
	# 'PotCoin'

	fake.cryptocurrency()
	# ('FTH', 'Feathercoin')

	fake.currency()
	# ('RON', 'Romanian leu')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 28, 2, 57, 39)

	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
	# <generator object time_series at 0xf58f1af8>

	fake.date_between_dates(date_start=None, date_end=None)
	# datetime.date(2018, 8, 17)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(1997, 10, 9, 18, 2, 44)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2013, 7, 19)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 17, 7, 59, 57)

	fake.past_date(start_date="-30d", tzinfo=None)
	# datetime.date(2018, 8, 9)

	fake.day_of_week()
	# 'Thursday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 5, 2, 3, 6, 48)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(1989, 4, 17)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 4, 16, 20, 5, 54)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '2013-12-19'

	fake.am_pm()
	# 'PM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2018, 8, 17, 8, 10, 45)

	fake.date_object(end_datetime=None)
	# datetime.date(1975, 12, 31)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 3, 21)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2009-10-19T09:27:06'

	fake.future_date(end_date="+30d", tzinfo=None)
	# datetime.date(2018, 9, 4)

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2015, 12, 9)

	fake.month()
	# '03'

	fake.year()
	# '1984'

	fake.day_of_month()
	# '09'

	fake.unix_time(end_datetime=None, start_datetime=None)
	# 1092704212

	fake.timezone()
	# u'Asia/Bahrain'

	fake.century()
	# u'II'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1935, 12, 20)

	fake.time_object(end_datetime=None)
	# datetime.time(8, 26, 17)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 6, 17, 6, 13, 26)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1995, 10, 2, 20, 29, 41)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '22:55:08'

	fake.date_this_month(before_today=True, after_today=False)
	# datetime.date(2018, 8, 4)

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 26, 6, 1, 53)

	fake.month_name()
	# 'September'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1559, 3, 20, 3, 12, 55)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(3417, 10767)

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

::

	fake.unix_device(prefix=None)
	# u'/dev/vdi'

	fake.mime_type(category=None)
	# u'image/gif'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/optio/consectetur.gif'

	fake.unix_partition(prefix=None)
	# u'/dev/vdh0'

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

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'berzinskrisjanis@gmail.com'

	fake.image_url(width=None, height=None)
	# u'https://www.lorempixel.com/385/41'

	fake.tld()
	# u'info'

	fake.email(*args, **kwargs)
	# u'maunins@jaunzems.com'

	fake.url(schemes=None)
	# u'http://www.licis-krastins.com/'

	fake.ipv4_private(network=False, address_class=None)
	# '10.227.92.188'

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

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'about'

	fake.free_email_domain(*args, **kwargs)
	# u'hotmail.com'

	fake.safe_email(*args, **kwargs)
	# u'krissalksnis@example.org'

	fake.ascii_email(*args, **kwargs)
	# 'emils05@gmail.com'

	fake.ipv4_network_class()
	# u'a'

	fake.ipv4_public(network=False, address_class=None)
	# '192.0.0.123'

	fake.ascii_company_email(*args, **kwargs)
	# 'minnavilks@celmins-zvaigzne.org'

	fake.domain_name(*args, **kwargs)
	# u'krumins.info'

	fake.ipv4(network=False, address_class=None, private=None)
	# '8.224.253.62'

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

	fake.slug(*args, **kwargs)
	# u'distinctio-fuga'

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

	fake.company_email(*args, **kwargs)
	# u'irozitis@kalnins.biz'

	fake.uri()
	# u'http://www.polis.org/category.html'

	fake.ipv6(network=False)
	# '3c63:9740:e656:9e8f:b2e4:bd96:e9c0:434f'

	fake.free_email(*args, **kwargs)
	# u'hlicis@gmail.com'

	fake.ascii_safe_email(*args, **kwargs)
	# 'bzalitis@example.org'

	fake.mac_address()
	# u'ff:6d:2b:20:5d:e7'

``faker.providers.isbn``
------------------------

::

	fake.isbn10(separator="-")
	# u'1-905082-08-8'

	fake.isbn13(separator="-")
	# u'978-0-209-12790-6'

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

::

	fake.job()
	# 'Electronics engineer'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Explicabo nobis minus delectus asperiores.\nDolor voluptatibus vel magni deleniti deserunt in tempore. Ducimus eveniet earum repellendus quasi id. Iure molestias quisquam placeat quo labore eum.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Sint dolores tempora perspiciatis. Quaerat aperiam odio amet laboriosam vitae eaque dicta. Minima cum vel et ab enim.',
	#     u'Laudantium iusto ab totam saepe molestiae consequatur. Excepturi vitae beatae architecto nesciunt explicabo. Excepturi sapiente in facere repudiandae et delectus voluptates.',
	#     u'Dolorem alias reprehenderit.']

	fake.words(nb=3, ext_word_list=None)
	# [u'ipsa', u'non', u'hic']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Fugiat voluptates sapiente quod accusamus.',
	#     u'Non exercitationem quisquam soluta.',
	#     u'Recusandae officiis consequatur beatae.']

	fake.word(ext_word_list=None)
	# u'ullam'

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Error reprehenderit ex animi. Commodi est aspernatur officia sint mollitia modi.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Ut optio inventore labore eligendi.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'+5K)VXN__r'

	fake.locale()
	# u'nn_NO'

	fake.binary(length=1048576)
	# bytearray(b'\xd71\xe6\xd0\x88\x9e\xaf\xa7\xb2\x05\x0f\xe5\xad\x00u3\x97\x18\xf8\n\x8d\xaa\xeb|\x94c\xa5\x9cz\xed\xa3V\xaa\xd5\xa3\xde\x88\xbc\x97\xea\xb5\xfb\xe5\xc5\xfc\x11\r\x86\xb3Y\x8d\x0c\x018\xbbT\xa1\xa8\x8c\x05\x0c\xc4\xdfhdw\xcfQ\xd2U\xce\x05\x04\x07\xdeb\xa6\xed]\x06\x86\x97\xf8\xaba\x9b\xcaB\xa4\x0c\'=$-\x9c9J8\xff\xcdr\x9dj\xddI\x86\x1c\xc7a\x9bs\xb5\xa4po\x9e\xc6\xb5\xb6T\xd7\xbe\xdax\x03R\xfd-\xcb\x8f\xc6D\x18r\xc2\x19\x00=Et,\x0f\x19\x00y2\xf2\x90\xb4\x89k\x91\x02\x17\xd1\xcfV?\xae\xab\x0f:\x10\xdef\r\xae\x00\xdf\xe5\x1aJb\xc1\xfd\xa3\x0e\x8f\xd9\xbc\xf7\xcc2\xb3\xe8\xb39F\x04\x06!\n\x02D\x1fp.\x1b0\x19\xdd\x1c\x82V\xc1#5a\x15\x80tfrY\x99\xb0\xa7/\x06\x82M]\xf4\x82\x06\xcdcF\x0f\xc8\xf1<\x9fR\xfbW+^\xef\xb9M\x97#\xf4\x80\x9b\x83U{\xb7w\x15_\xceG@\x07\xfd2\x97_aa\x83 \x07\x130\x90\xef\xd6o\x8f\x89b\x91\xea<\xa6\x8d\xcc\xa4.\xdce\x0f\x1b\nQ\x9c\xb0l\x11\x93\xd5\t\xd6\xdf\xa2\x19\xdfLX6f!\xe0\xa0.\xee\x1a_\xf1r\x92hdl\x9d\xfeG\xd2\x90\x06 \xbd\xd3\xd4>\x85\xb8\xf84X\xaci\x03;\x88Z-\xf5\x9cM\xe3ZA\xa9\xda\xd3\x82\xf5\xe9\xd3\x0b\xca\x05\xaa\n\xd5\xc2\x9c\xfb\xd8UH\xcet\xa3\x1eQ2R,\xb8\x94\xc9\xd3\xb6:\xb7\xb0\xdc\xf1!.&\xab\xbcvE\x884/\x08T\xe4\xa8S\xab\x13\x93n\x94\xe6\xec\x92\x8c\xa9o\x13\x16(4\xdc\x9b\xfa\xbc%n\x0b\xa5\x82.\xd4\xd8J\xb4U\xf1A\x0e\xa1D\x84\xb5\xea\x1c\xc33>O\xf2n\x9a4\x83\x0b\xfa\x0bF\xd5K\x0f+\\e\xd6\xaa\t\xb6\x82\x94[K\xabLoN\x0b2f\xad\x03\xb0\r\t\x17\x9a"q\xe32\xeb\x10`oZ\x95\xf7x\xcb\x05\xa5\xcfO\xf7\xaaB\xf4y\xaa\xa9\xb0"\xa0f\x1e\x02Iv=T\xff\xb6\xe2\x8d\xd8\t\n#8\x06)\x9c\xf2$\x9d\x99\x05\x96\x8f\xff\xe8#\xc2t\x17\xc7R\xdd\xe4GH\xc4t\x9a_&\xcd$\xe0A\xc9\xeb\xd7oG\x99NPI\xd7p\xe0\xaa \xd7\x05\xb2\x18or\x04\xeb\x04\x14w\xcb\x8b\xcb\xa0\xd3<0X\x91\xb0OP\x1b\x8a8\xe8am*\xf8\x009\x14\xfd\xb4f\xe4\x93\xd5T&\x0b\x9e;F4\x9aG8\x8d=\xa0&\xb9EO6\x14d\xa0\xb1\xee\xc9\x02>\xda\xb8\xceM\xfe45\xea.~n\xdf\xf22\xb5\x0c^l\x9c\x19K=d\xe2a8\x95\x00_\xbf\xb8\xd5\xf4ySc#W\x9fT\x1f\xcd\xa8\xd0/tQ\xc1\x90\xbc\xa8\xc3{\xdf\xcc\xf1\xdf6\x1f\xd5W\x8f\xbd\xa2\xed|UuP-\xc7\xc5\xda\x83\'\x05R\xd9\xa4\xd0\xeay\xf9\xcc\x89\xdc\xf8 \xeb\x97\xd6\xd3\x15e\xe0\x9a#\xfc7&&\x03\xc1\xb9u\x14\x15\xff"[\x81t\x82;d\xe5\xb6\xff\xe0\xee\x87\xfea\xc7\xc9\xe9\xc1X:(JD\x04\xe8k\xcd:\xa2\xb2\xf5/\x1c\xb4\xe9\xd1u\x97\xfe\x94Che\xea:sX\xe2\x85\x05\xf7\xd1\xd5\xa56\x10\xa1\xbdh(\x80\xfaA\x13cu\x16\x1c\xfc\xe2\xc6)j\x07\x08\xc3\xbe\xed\x1a\xd6\xc4\xcf\xf9pM?$azN\x8cT\xba+\x8f\tl\xbe\x89\x81\x05RO\xe2\xc2\xcd"E\xd4\xe0\xe9S\xf1\xbfd\x168\xbb\x90\t\x8f\xbbq\xc5\x01\x0e\xd9\xdd\xb1\xf5>\xfb\x8a\xce\xb3\xd6\xfe\xddAZ\x8b\xc4\xaf\xdb}=`\x81\xa8e\x94u\x9c\xa9\xe5\xdeGd\x89\x19\xa59;\xa4\xd4j\x0eK\x12\x1b)Ac\xe09\xd5\x95\xb6\xc2\xa24\xd8\x06^\xc20|\xec\xfa\x92Qv[\xc5\x8d\xee\x8c\x1a\x15\x9bV\xbc\x88\x14\xa5\xf2\x11{\xbe\xd5C\xb7\xc9\x170L\xd8\xf8%\x04_d^\xd6\x13\xf9>7\xe8 \xb9(\xfc\x86\x1b\xbe\xe7\x94\xd07s\xdfZR,T\x81dhM/\xb6 \xe8\x0fYe!rz\x1a\xc6,\xc8\x99~\xa0Cn\t\xf1\xda@~S\x0cv\xd6p\x84\x13m')

	fake.md5(raw_output=False)
	# '0fd3b22df0bfdd9ec77135c4b84466f9'

	fake.sha1(raw_output=False)
	# 'a3517f46d64bd618a8907e6decc157acc6a05e57'

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '83a68e440a265d83fbf04f6a5cb4b48b5b9c90c29fe31f79694441addcad7dab'

	fake.uuid4()
	# '704f48f8-26a7-77c3-081f-a69711ba2e6f'

	fake.language_code()
	# u'tr'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Krasti\u0146\u0161'

	fake.name_female()
	# u'Imants Liepi\u0146\u0161'

	fake.prefix_male()
	# u''

	fake.prefix()
	# u''

	fake.name()
	# u'Pauls Bite'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Bite, Vilma'

	fake.first_name()
	# u'In\u0101ra'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Aina'

	fake.first_name_female()
	# u'Margrieta'

	fake.last_name_female()
	# u'K\u0101rkli\u0146\u0161'

	fake.last_name()
	# u'Roz\u012btis'

	fake.prefix_female()
	# u''

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

::

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

	fake.msisdn()
	# '3492183257291'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'4312 Vilci\u0146\u0161 Roads Apt. 023\nSouth Tomsstad, AS 41372',
	#     'birthdate': datetime.date(1973, 12, 18),
	#     'mail': u'lkrumins@gmail.com',
	#     'name': u'\u0112valds K\u0101rkli\u0146\u0161',
	#     'sex': 'F',
	#     'username': u'ainapurmals'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'91702 Kauli\u0146\u0161 Pine Apt. 046\nEast Ivetaton, VI 28147',
	#     'birthdate': datetime.date(1952, 3, 17),
	#     'blood_group': 'A-',
	#     'company': u'Z\u0101l\u012btis PLC',
	#     'current_location': (Decimal('-84.559270'), Decimal('92.938777')),
	#     'job': 'Learning disability nurse',
	#     'mail': u'zanezvirbulis@gmail.com',
	#     'name': u'\u0112rika V\u012bksna',
	#     'residence': u'9528 Celms Pass\nNorth Maijaburgh, SD 41891-4617',
	#     'sex': 'F',
	#     'ssn': u'186-19-3876',
	#     'username': u'tvitolins',
	#     'website': [   u'https://www.kaneps.com/',
	#                    u'http://baltins-licis.net/',
	#                    u'https://www.abele.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   Decimal('-74.2555201'),
	#     u'xRoKOAHZdKelWWxREBUK',
	#     -6570098148.25,
	#     8519,
	#     u'OaLXmUpGUfTMdmEgzKmf',
	#     u'http://www.zvirbulis.com/author/',
	#     u'dmbEvraYuwLVqCkjJwRg',
	#     u'DHdiHnFfLzTXZxDGhWBW',
	#     u'rNbtdlSObwrrGhyqCrlR',
	#     u'QVzSwKnYdAiZfXSnZoUs',
	#     8220)

	fake.pystr(min_chars=None, max_chars=20)
	# u'dSuaeeWTGOTeMzDBxNao'

	fake.pystruct(count=10, *value_types)
	# (   [   u'liepajannis@liepins-strazdins.com',
	#         u'vabele@hotmail.com',
	#         u'GzxYSGMlJwKWJgrKdPxo',
	#         5995,
	#         u'https://priede.org/main/',
	#         9738,
	#         551980.75542884,
	#         u'eglitisrita@kalejs-strazdins.com',
	#         1991,
	#         datetime.datetime(2017, 8, 23, 12, 41, 47)],
	#     {   u'consequuntur': u'nQAYjBSgTOcADykhFIba',
	#         u'deleniti': datetime.datetime(1973, 11, 27, 3, 51, 5),
	#         u'expedita': u'https://liepins.com/homepage/',
	#         u'libero': datetime.datetime(2000, 9, 13, 3, 0, 53),
	#         u'neque': u'zBZDhBynyxoIJXfDklnZ',
	#         u'nesciunt': u'https://www.krumins.com/category/index/',
	#         u'nihil': u'fklavins@gmail.com',
	#         u'praesentium': 1045,
	#         u'repellendus': datetime.datetime(1996, 6, 5, 22, 33, 33),
	#         u'similique': 3530},
	#     {   u'aliquid': {   6: Decimal('7357.6580336'),
	#                         7: [   u'https://www.roze.info/',
	#                                -49099801606.8,
	#                                -80851937363.372],
	#                         8: {   6: 8881,
	#                                7: u'skujagederts@hotmail.com',
	#                                8: [   datetime.datetime(2017, 3, 23, 6, 20, 36),
	#                                       u'YlDcRwjRigKUCyBurnYR']}},
	#         u'illum': {   7: 9282,
	#                       8: [   Decimal('126899877362'),
	#                              Decimal('6.5966563912'),
	#                              u'ZYNIAnNWkbUXJracUGav'],
	#                       9: {   7: u'matiss09@yahoo.com',
	#                              8: u'maija05@hotmail.com',
	#                              9: [5495, u'MrIBAIOPOvcEEJWFVTuF']}},
	#         u'inventore': {   4: 4263,
	#                           5: [   u'lARwWVGMiEzkivwZXmnI',
	#                                  u'OZniOrkjTRwgekLnhuml',
	#                                  7417],
	#                           6: {   4: 3034,
	#                                  5: 4843,
	#                                  6: [   Decimal('-5.16307520664E+13'),
	#                                         u'sfAmPtjsJIhnzzPeEdGW']}},
	#         u'provident': {   9: u'DgTHSXKlLEfsVloAguqc',
	#                           10: [   4778,
	#                                   u'dvNoJJkDEJplUhPRPdAG',
	#                                   Decimal('9921277465.25')],
	#                           11: {   9: u'PCvYaLixiTPCaamYALBR',
	#                                   10: Decimal('-76.888229744'),
	#                                   11: [3290, u'eCntWtfDDGoyaNBioyfX']}},
	#         u'quo': {   2: u'jVMxVBgqbdeDWQeWltXz',
	#                     3: [   6955,
	#                            Decimal('-499.57138157'),
	#                            u'OdzNhHmdQaGwXTBWBGrN'],
	#                     4: {   2: 8401,
	#                            3: u'xOgridhRQcCIoorikwKt',
	#                            4: [   Decimal('-9.3318089056E+12'),
	#                                   u'KKguAMJVHUodPHawQUwf']}},
	#         u'sint': {   8: datetime.datetime(1993, 6, 5, 15, 58, 9),
	#                      9: [   u'http://strazdins.com/category/tag/main.html',
	#                             u'zWKJERUqvXBJqMNHyWbD',
	#                             8396],
	#                      10: {   8: u'https://www.dzenis.org/homepage.html',
	#                              9: u'purmalshenriks@hotmail.com',
	#                              10: [5436, Decimal('17593693775.4')]}},
	#         u'vel': {   0: u'ivetabriedis@hotmail.com',
	#                     1: [   Decimal('428513795006'),
	#                            u'http://liepins.com/category/explore/tags/author.html',
	#                            239],
	#                     2: {   0: u'hIZVdWkmJTbkPuGcjKEf',
	#                            1: datetime.datetime(2010, 7, 30, 14, 36, 56),
	#                            2: [   datetime.datetime(1986, 10, 11, 13, 5, 18),
	#                                   u'AHIKNTTnIIxdOjlGRvpq']}},
	#         u'velit': {   5: u'https://krievins-polis.com/app/categories/faq/',
	#                       6: [   u'qkravyVuQVNzArvaBYHa',
	#                              Decimal('-37572557.7592'),
	#                              99],
	#                       7: {   5: u'hepEgFKGxbwZcKPTTotJ',
	#                              6: u'VKxfxvFUvIAkEMbZiRji',
	#                              7: [   u'BKKWvWupsPmnHRpIjWZJ',
	#                                     u'edite86@yahoo.com']}},
	#         u'vitae': {   1: u'kPKvJcmGxpGjrbwsEswy',
	#                       2: [   u'JSOipSlmFsxdvjeCwNTG',
	#                              u'hghjZHUyHscClUcgYzOR',
	#                              datetime.datetime(1986, 4, 12, 7, 4, 21)],
	#                       3: {   1: 2178,
	#                              2: u'plicis@kaulins-zvirbulis.net',
	#                              3: [2986, u'ozeltins@yahoo.com']}},
	#         u'voluptatibus': {   3: u'HizBxproWHKOleeQzwyw',
	#                              4: [   5666,
	#                                     Decimal('-858266743.565'),
	#                                     u'AjOVCampuqOpSWEVSaNg'],
	#                              5: {   3: u'pHLHpHeclfPcKKliZPlk',
	#                                     4: u'XOTOgEgaCHFoHtzDoixI',
	#                                     5: [   datetime.datetime(1981, 2, 15, 16, 32, 48),
	#                                            datetime.datetime(1984, 12, 31, 9, 25, 38)]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   6359,
	#     2295,
	#     u'NFXFyzlRMfoyedjIKuHT',
	#     u'MtZlHOyJiLIbGAmtmoQO',
	#     Decimal('60.111'),
	#     Decimal('-38708.68925'),
	#     u'gviSBYsFMTgGWxFphsnk',
	#     -9171.8705667579,
	#     830,
	#     u'aPyYqelaVOegLKqxslZJ',
	#     u'leSWTMHwYMlTVkFvyDBB',
	#     u'YhRbXhTFeDHgFsmRjunw',
	#     44,
	#     u'NgtjJPfIGEPqTLDqjTvN']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   2786,
	#     Decimal('-9.1089'),
	#     u'kriekstins@yahoo.com',
	#     -4669061130776.8,
	#     u'CroqeEbqgWgQjPdbufZD',
	#     -536.38464431,
	#     u'oto05@yahoo.com')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([Decimal('4074160952.16'), u'kFPKchZYrfWcYvMDNcHV', u'yLyIAXCtRbgquerLAZqI', u'YQamqmUzCVGaXJddySNm', Decimal('921864.998753'), u'https://birznieks.com/', datetime.datetime(1971, 3, 23, 3, 14, 43), u'ccelmins@yahoo.com'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'culpa': u'turinsvladislavs@gmail.com',
	#     u'odio': 7161,
	#     u'quasi': u'https://krievins.com/about/',
	#     u'qui': 4941,
	#     u'repellat': u'WjvqRiZShgodzPCDmIbJ',
	#     u'reprehenderit': 4.9800809,
	#     u'soluta': u'teuogmBOQcCmHrDDhWDF',
	#     u'unde': datetime.datetime(1989, 5, 7, 4, 55, 19),
	#     u'vitae': Decimal('966608672.84')}

	fake.pyint()
	# 1536

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'079-56-7152'

	fake.ein()
	# u'24-6475937'

	fake.itin()
	# u'928-98-9310'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Windows NT 4.0; en-ZM; rv:1.9.0.20) Gecko/2014-05-05 23:51:49 Firefox/3.8'

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

	fake.opera()
	# u'Opera/8.24.(X11; Linux x86_64; apn-IN) Presto/2.9.172 Version/12.00'

	fake.windows_platform_token()
	# u'Windows CE'

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

	fake.user_agent()
	# u'Mozilla/5.0 (Windows; U; Windows NT 4.0) AppleWebKit/535.29.7 (KHTML, like Gecko) Version/4.1 Safari/535.29.7'

	fake.linux_processor()
	# u'i686'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_10_1) AppleWebKit/5342 (KHTML, like Gecko) Chrome/47.0.876.0 Safari/5342'

	fake.mac_platform_token()
	# u'Macintosh; PPC Mac OS X 10_5_2'

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; cv-RU) AppleWebKit/535.35.5 (KHTML, like Gecko) Version/3.0.5 Mobile/8B118 Safari/6535.35.5'
