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

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

::

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

	fake.building_number()
	# u'0572'

	fake.street_address()
	# u'1552 Dzenis Valleys Apt. 506'

	fake.postalcode_plus4()
	# u'48318-8072'

	fake.city_prefix()
	# u'New'

	fake.military_ship()
	# u'USNS'

	fake.city()
	# u'Port Agrischester'

	fake.zipcode_plus4()
	# u'23152-2372'

	fake.state_abbr()
	# u'WV'

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

	fake.street_suffix()
	# u'Motorway'

	fake.city_suffix()
	# u'town'

	fake.military_dpo()
	# u'Unit 0847 Box 6769'

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

	fake.country()
	# u'Hungary'

	fake.secondary_address()
	# u'Suite 968'

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

	fake.postalcode()
	# u'22492'

	fake.address()
	# u'459 R\u016bdolfs Passage\nDzenisland, TX 51906'

	fake.state()
	# u'South Dakota'

	fake.military_state()
	# u'AP'

	fake.street_name()
	# u'Saul\u012btis Estate'

	fake.zipcode()
	# u'05845'

	fake.postcode()
	# u'03438'

	fake.military_apo()
	# u'PSC 1514, Box 6464'

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

::

	fake.license_plate()
	# u'832 XUI'

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

::

	fake.bban()
	# 'DHWB1514075665706'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB26YDCF5562114725490'

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

::

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

	fake.ean13()
	# u'0150516835594'

	fake.ean8()
	# u'23671089'

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

::

	fake.rgb_css_color()
	# u'rgb(140,212,185)'

	fake.color_name()
	# u'SandyBrown'

	fake.rgb_color()
	# u'133,154,238'

	fake.safe_hex_color()
	# u'#33ee00'

	fake.safe_color_name()
	# u'aqua'

	fake.hex_color()
	# u'#21cd4b'

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

::

	fake.company()
	# u'Egl\u012btis LLC'

	fake.company_suffix()
	# u'LLC'

	fake.catch_phrase()
	# u'Reduced system-worthy productivity'

	fake.bs()
	# u'disintermediate frictionless paradigms'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'Maestro'

	fake.credit_card_full(card_type=None)
	# u'Diners Club / Carte Blanche\nEd\u012bte Kr\u016bze\n30446899665391 12/18\nCVC: 472\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'GRC'

	fake.currency_code()
	# 'ILS'

	fake.currency_name()
	# 'Mexican peso'

	fake.cryptocurrency_name()
	# 'Litecoin'

	fake.cryptocurrency()
	# ('AUR', 'Auroracoin')

	fake.currency()
	# ('ERN', 'Eritrean nakfa')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 9, 2, 14, 3, 58)

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

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

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(1989, 1, 4, 22, 8, 42)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2014, 12, 4)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 1, 18, 13, 27)

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

	fake.day_of_week()
	# 'Tuesday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 5, 1, 11, 4, 12)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(2009, 8, 29)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2015, 4, 17, 0, 7, 11)

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

	fake.am_pm()
	# 'PM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2018, 8, 16, 9, 31, 21)

	fake.date_object(end_datetime=None)
	# datetime.date(2010, 2, 25)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 2, 10)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1970-10-31T10:36:11'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2008, 4, 19)

	fake.month()
	# '03'

	fake.year()
	# '2016'

	fake.day_of_month()
	# '06'

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

	fake.timezone()
	# u'America/Antigua'

	fake.century()
	# u'XIX'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1909, 5, 9)

	fake.time_object(end_datetime=None)
	# datetime.time(23, 6, 34)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 3, 9, 17, 53, 25)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2017, 6, 3, 6, 10)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '10:26:49'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 27, 19, 6, 17)

	fake.month_name()
	# 'February'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1134, 9, 2, 5, 41, 44)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(12767, 65652)

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

::

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

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

	fake.file_path(depth=1, category=None, extension=None)
	# u'/in/magnam.webm'

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

	fake.file_name(category=None, extension=None)
	# u'in.webm'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'apinisvera@hotmail.com'

	fake.image_url(width=None, height=None)
	# u'https://dummyimage.com/1006x640'

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'ainars61@lukstins-podnieks.org'

	fake.url(schemes=None)
	# u'https://www.silins.info/'

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

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

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'faq'

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

	fake.safe_email(*args, **kwargs)
	# u'rita18@example.com'

	fake.ascii_email(*args, **kwargs)
	# 'lukstinsadolfs@abele.com'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'nkrievins@apinis.com'

	fake.domain_name(*args, **kwargs)
	# u'lagzdins.com'

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

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

	fake.slug(*args, **kwargs)
	# u'asperiores'

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

	fake.company_email(*args, **kwargs)
	# u'biteiveta@kalnins-liepa.com'

	fake.uri()
	# u'http://www.abolins.org/'

	fake.ipv6(network=False)
	# 'dce4:d85e:2557:d6db:6e8f:375:4de0:a4e9'

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

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

	fake.mac_address()
	# u'18:e1:5a:e6:23:78'

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

::

	fake.isbn10(separator="-")
	# u'1-122-54342-5'

	fake.isbn13(separator="-")
	# u'978-1-4818-2103-2'

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

::

	fake.job()
	# 'Television/film/video producer'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Possimus fugit est repellat. Dolores perferendis dicta deleniti placeat. Ullam corrupti natus quidem nisi.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Quod enim magnam. Sunt voluptatibus quidem architecto occaecati adipisci. Molestias nam pariatur praesentium iure.',
	#     u'Sapiente odio in voluptatem iusto sit distinctio. Nesciunt expedita dolores iure. Deleniti facilis dignissimos porro eius necessitatibus saepe nostrum. Occaecati rerum deserunt voluptatum quos accusamus.',
	#     u'Aliquam perferendis voluptate possimus excepturi odit doloremque. Nam alias ducimus odio atque. Nulla doloribus doloremque ea maxime in quas.']

	fake.words(nb=3, ext_word_list=None)
	# [u'corrupti', u'officia', u'ducimus']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Dicta consequuntur debitis sequi ut.',
	#     u'Quaerat rem corporis nemo esse eaque accusamus.',
	#     u'Suscipit fuga a odio modi laborum dolores.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Iure eum perspiciatis voluptatum accusamus soluta. Deserunt amet eaque ipsa ipsam officia provident iste. Iusto veniam tempore aperiam. Molestiae doloribus tenetur eos.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Quam nostrum esse.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'3z4bRkICF@'

	fake.locale()
	# u'iw_IL'

	fake.binary(length=1048576)
	# bytearray(b'c\x1d,Y\x86\xd7e\xc2R\xc6}\x8f\xe2D\xfc\xeaR\x88\tLQ\xa7\xdb\x95\x1f(\x16\x93\x9ehdH]\xed^\xb2!\xc4$h9\x0b\xf2\x0f\xc7\xc7\xc5\xff\x12\x1e\xc2\xc0\x08\xf3\xdd\x87\xfd\xc2\xc6\xf4\xac\xb2u\xcc\xdb\xc7\xfc\xd9k\xde[\xe1\x9f\x90\x92\x0bS\xfb\xa5RJ\xda\x0f;\x87\x9c@\x1b\xf1E\xeb\x1bH.K\x04_~\x136\xb7O\x801"\xc5,\x0eoo\x01\x8e\xa5\x9a\xd7Li\xe2,I^4\x95q\xcce\xe3\xfc\xfb{o\xf1\x88\x93\x92Y\x9a\x95\xed\xd9\x7fb#.c\xe1SE}*\xd6\x01\xc2p\x0b\x8e\xb2\xfe\xb0\x06\xf7#7\xc4\xad\xd8|\xb4\xbb\xbc\xd9!X\x8e\xf2\xe4\xa5\xdb\xf5s\x94*\xa5Z@6^\xd4\x035\xe0P\x1di\xd36\x87\xa9\xbd\x0b\xdb\xb84\x85\xed}\xed\xc9\xfd\xb4\xd04\x1a\xc7g\xdf\xdf\x12\xd5\x08\x8bl\xc0\xb9]]\x8b]\xda\xbb\xe5\xe0\xe5\xf1\x0e\x18-\x8bJ\x02\x87\x88\x15g\xeb\xd4\x0f\xa7\xa2%6\xb0\xb5\x7f\x0f\x906\x90\xec^\xe7\xae\x9e%%\x16\xde\xd0\x81YZ\xa7\xa6\xaeX{K\xf3\xb2\\\xc3\xf6DK\x9c\x8d\xb8\xa5\xe4v\x9a.q\x8e\x1c\x96\x14\xa5o\\\xfe\xbf<eH,\xe2\x8dw\xbb-\xa5(!-\x80 (b\xd7d%\xe7\xa5\xc0\xbd\xba\xd3d\xa8\x95\xec\xb8\xf8\xb4\xf5k\xc6\xb1\x9c\xbb\x98==\\)\xd9\x9a\\\xbbE}73\x079\'\x17\xdb\xd5\x04n#X\xba\xfeJ|\xe2\x1e\x80\x8e\xad#\xed\xaf\xa9\xab\x1bQyf\x8b~\xae\xbe>-#\xce\x1eD\xe0\xd2^7\xc1\x02\xa9L\x17ut\xf4l\xf60m\xa3\xb5\x96\xfe\x97\xc0\x1f\t\x154b\x07\xdd]\xe1\xe7\x9d\x94B\xba\xe2\xf4%\x83\xaa\x83\\\xac\x040q$\xd6\xac\xbd,\xf2=?\xfeX\xf8g@\x8dM\xe5\x1e\'\r\x82TF\xcbDd\xc8\xbdb\xf26(/`R\xfa\xb6^\xfag\x92\x83\xebpi\xdeG\xe7\x1b\xbaw\x07\x0b]\xa5\xc6\x05d\xa8\xee\xad\xfdQ]SP\xe2\xc4\xc3X`$\x85GzXn%@$S\xe6\xbf\xdf\xa8\xdb{lh\xe1\xdb\xccX\xbc\xd9\x8a#\x02\xe0\x97\\-suL\xad\xb1AH.\xc1\'\x01jwb \xa5\x1d\xe8,\xe0\xf4\xbdh\xdd:\xb6\x12\x1b\x19`\xb5\xa1%\x83@\x0e\xe6I\xb0\x91\xce\xfe\x89t\xd9U\xd3\xa4\xaa/\xbe\x11tJ\x10\x89\xa0\xa0+O\xdc\xcb*\x1d@\xceC\xe60\xf2y\xf5\xe8G\x826\xd3\x9ek\xb9\x1b\x16u\xbe|`\xfe\xe7\xc3\x86\xf8\xb1\xa6\xb2h\xae,\x05\x82j\xa0\x12=\x92\x12\x94\tn\xd5{i\xaea\x18d6\xbc>\xfc\x90(\x11\xcc\x94\'\x18\x9c/\x13\x0ez,\xc7\x1f\xefp\xe2\x96JQ\xaf=\xf0\x89)<\xd3s\xc8\xbe\x95\xed\xa0\xff\xecv\xe3R\xb1`\x18u\xe4<z\xd7\xdac<\x05Zk>\xee\x8e\xc87\xb4q\x17\xfc\xdewd7\xf1\xf7\x84c\xd5\xd7Cp\x02H\xcf\xab\x19*\xb2\xb6\xc4`\x918 P\x0f\xc9\x07\x9d\x1d4G\x0fIs\xae*p\x0e\xdc\x8e\xbcHz\xe0\xb6\xbe\x1az\x08]\xd7?]\xe78\xf8J\xa7\xbc\x1a\x0e\x14K\xc7\x1e\x12\x9a1\x8cf\xc4\xa3\xb4\xfc\xd3Du5\x08\x8e\xb4\xeax\xca\xc43\x05\xa6\x1c\x12\x1cZ\xf6\x1eX,\xaa\xe5\xb5~_Q\x1dgK\x9f\nQvm\x7f\xbd\xc6Z-c\xba\xab>\xcc\xa0\xa9\xd1g\xce\xbd)\xcb\xda\x18\x9d:\xecs\xef\x18S\xed\xfa\xf1\xecW\x82\xb0^W\xd4:\xe7\t:\xc5{\x9c|\xa6@\xac\xdaD\\x\xac\x10\xa8\xb8\xc7G\x96\x8e\xbc:\xb8XT{,!\xee\x92\xd7\xaf\xca\\N\xf9\xdc\xda\x9c\xc1\xff\xc5\x9c\x88\x94`\xaf\xe5EL\xd9\x87\xe6[G\xf2\x968\xf8\xb4\x98\xb3\x98\x94\x9c\x1aw\x81C\xfc\xe7.\xf8\x91:\xc6\xf2\x87\xfd\x99\xd8U\x98\xab3\xb5\x0fgg\xc8t\xea}y\xd3\xcd\xc8\x96\xbb\xf7\xb5\x81~\xc6\xe9\xdf\x8d\x90\x8d \x1a\x9a\xa4\xf4%\\\x186\xec\xd4\x944\x0e2\xf1\x8a\x10OV\x95+F6:\x0b#\xedJP\xc7U\x8e\xf2_\xc8\xcaEn\xc0\x01k')

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

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

	fake.null_boolean()
	# False

	fake.sha256(raw_output=False)
	# '2cf348029f52d2d69eae23a5909c3cb6c44a1bd7705b2952a793e4081547ecc4'

	fake.uuid4()
	# 'fe09ff8b-6e93-0aca-2d9c-c65acdfc1215'

	fake.language_code()
	# u'niu'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'C\u012brulis'

	fake.name_female()
	# u'L\u012bza Z\u0101l\u012btis'

	fake.prefix_male()
	# u''

	fake.prefix()
	# u''

	fake.name()
	# u'Zari\u0146\u0161, \u0112riks'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Am\u0101lija V\u012btols'

	fake.first_name()
	# u'Alv\u012bne'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Marija'

	fake.first_name_female()
	# u'Paula'

	fake.last_name_female()
	# u'Dzenis'

	fake.last_name()
	# u'Balti\u0146\u0161'

	fake.prefix_female()
	# u''

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

::

	fake.phone_number()
	# u'+37154394784'

	fake.msisdn()
	# '7121539437868'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'13853 Priede Brook Apt. 972\nPurmalstown, AS 66665',
	#     'birthdate': datetime.date(1988, 7, 22),
	#     'mail': u'qjaunzems@yahoo.com',
	#     'name': u'Antra \u0100bele',
	#     'sex': 'F',
	#     'username': u'bertulis17'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'90582 Aivars Radial\nPort Rute, AZ 35675-8749',
	#     'birthdate': datetime.date(1924, 11, 13),
	#     'blood_group': 'A+',
	#     'company': u'\u0100bele Ltd',
	#     'current_location': (Decimal('38.291937'), Decimal('-101.542302')),
	#     'job': 'Trade union research officer',
	#     'mail': u'karklinshanss@gmail.com',
	#     'name': u'K\u0101rlis Krievs',
	#     'residence': u'24281 Samanta Harbors\nKr\u016bmi\u0146\u0161mouth, KY 85444',
	#     'sex': 'M',
	#     'ssn': u'715-35-7031',
	#     'username': u'uvilks',
	#     'website': [   u'https://celmins.com/',
	#                    u'https://www.klavins.com/',
	#                    u'http://www.abols.biz/',
	#                    u'https://www.aunins.org/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   datetime.datetime(1972, 7, 9, 12, 58, 40),
	#     datetime.datetime(1998, 8, 25, 16, 45, 27),
	#     10,
	#     61595231.4602,
	#     u'elitakarklins@liepa-bite.com',
	#     72.0,
	#     u'OIiLpHeHmknCGWQFEwCm',
	#     u'IHiTTybcGgKNvPIQHEbK',
	#     1598,
	#     9662)

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

	fake.pystruct(count=10, *value_types)
	# (   [   Decimal('-96.4710178'),
	#         u'ncdBtFckiOTPaQrKyBPV',
	#         934,
	#         u'http://zirnis.com/author/',
	#         Decimal('89469897.887'),
	#         44203947.5182187,
	#         datetime.datetime(2006, 6, 4, 4, 27, 12),
	#         u'FIiSflvrdcGirOcgROCq',
	#         u'pmBFlYNEpfvACBlLtFRL',
	#         6683772.8369171],
	#     {   u'a': datetime.datetime(1990, 9, 30, 1, 23, 51),
	#         u'autem': u'marekaneps@gmail.com',
	#         u'ducimus': u'hzdmMjxizCuHuFfusShu',
	#         u'est': u'banyOjkbqhlVgYUZoVso',
	#         u'ex': u'tWpbKrWxZWiEGHfiVnGA',
	#         u'impedit': datetime.datetime(1972, 5, 10, 18, 28, 17),
	#         u'mollitia': u'http://apsitis.com/home.php',
	#         u'nisi': u'MCbvZeloNCepkKpgyvEa',
	#         u'quaerat': 69956826.6504741,
	#         u'repellendus': u'http://birznieks.org/tag/main/main.html'},
	#     {   u'aliquam': {   5: 2362,
	#                         6: [5064, 4633, u'BkgUeUpYnJoSshtfmMcM'],
	#                         7: {   5: u'emilijaturins@lapsa-kaneps.com',
	#                                6: datetime.datetime(1982, 5, 17, 18, 57, 52),
	#                                7: [   Decimal('36097971.42'),
	#                                       u'http://kalejs.com/privacy/']}},
	#         u'dolor': {   3: datetime.datetime(2016, 12, 29, 12, 48, 7),
	#                       4: [   Decimal('666066634.11'),
	#                              u'https://kruze.org/terms/',
	#                              Decimal('77782034.8')],
	#                       5: {   3: u'pkalnins@abele-eglitis.com',
	#                              4: u'KPpVCKuWsbgYvsDwZTQb',
	#                              5: [-9051911.1256, Decimal('-48091.79561')]}},
	#         u'dolorum': {   4: 9.93,
	#                         5: [   3818,
	#                                u'https://www.celms.info/tags/index/',
	#                                Decimal('-8069546372.0')],
	#                         6: {   4: u'nEAWenMHFhAPIaFRYKIP',
	#                                5: u'VJSwhptQnNTbxVpVlXcE',
	#                                6: [   u'http://purins.info/',
	#                                       u'XlXZFwcTvNTCsorHBlUT']}},
	#         u'eius': {   0: u'mCYHtljgtNfoZFuUtWsY',
	#                      1: [   u'qQNcYTplzjpFMFYHfNSQ',
	#                             u'https://www.apsitis-vilks.info/blog/tag/author.htm',
	#                             datetime.datetime(1975, 8, 23, 21, 59, 25)],
	#                      2: {   0: u'gqUAZoVWCIwZXccIzovc',
	#                             1: u'EDsOpscSjVmwHzBiIZjK',
	#                             2: [   u'yOzVYXsPpZvTwSRDoMjb',
	#                                    u'GwKXvXRSqVtMvoqCminP']}},
	#         u'laborum': {   6: Decimal('4111887.59882'),
	#                         7: [   4116,
	#                                3032,
	#                                u'https://abols.info/app/tag/faq.php'],
	#                         8: {   6: u'lWnjczXHJvLskrxisxsI',
	#                                7: 2972,
	#                                8: [   -7.0,
	#                                       datetime.datetime(1972, 7, 18, 5, 2, 23)]}},
	#         u'magni': {   7: 77.61922726122,
	#                       8: [   90,
	#                              Decimal('-8951287476.97'),
	#                              u'gQgDIemJrScSdKRFPRIs'],
	#                       9: {   7: u'mAyAYiNHpSqcpbVHNBVi',
	#                              8: 1789,
	#                              9: [8551, 6876]}},
	#         u'maiores': {   1: datetime.datetime(1988, 9, 9, 19, 38, 54),
	#                         2: [   u'fKdjApIPbIgJaBjvzGLW',
	#                                u'psilins@lagzdins.com',
	#                                3698],
	#                         3: {   1: u'CzIIOeKrotvaQCsQnwqB',
	#                                2: u'KCorFpBJWHXxeacIWTKK',
	#                                3: [   516,
	#                                       u'https://abolins.com/app/main/home/']}},
	#         u'modi': {   8: u'TSSgbKpeNjoGwtpGsxkw',
	#                      9: [   Decimal('413.627574737'),
	#                             u'XPXJUjFPElnSovSsrrlb',
	#                             u'madevilks@gmail.com'],
	#                      10: {   8: u'https://celmins.com/author.html',
	#                              9: datetime.datetime(1975, 9, 22, 20, 21, 19),
	#                              10: [   u'kjNwLwsqLdWscYNTsNyA',
	#                                      u'irudzitis@liepa.info']}},
	#         u'quas': {   2: u'vitolslaimonis@gmail.com',
	#                      3: [1783, 991.533, u'aCbqONXPBHbbPNyGZiKq'],
	#                      4: {   2: 3059,
	#                             3: 8585,
	#                             4: [7255, u'https://dzenis.biz/homepage.asp']}},
	#         u'sed': {   9: u'kanepseva@zarins.com',
	#                     10: [8285, 1299, 4351],
	#                     11: {   9: u'MktpEwcapJBMDIsnqlfr',
	#                             10: u'ZPhDhqUtVFcrxcaJpwAo',
	#                             11: [   datetime.datetime(1994, 2, 23, 2, 14, 55),
	#                                     Decimal('105546.69')]}}})

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

	fake.pydecimal(left_digits=None, right_digits=None, positive=False)
	# Decimal('8.05954483089E+13')

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'FxzGczWDEVmJtlPtdywz',
	#     u'RVjbmiwokCWPXKzkIQQB',
	#     7297,
	#     7021,
	#     u'oDSzfHbeWohLRqLDtzzC',
	#     -478060588.726233,
	#     u'hzweQJBUxjMrghRHhpji',
	#     u'https://www.silins.com/posts/search/main.htm',
	#     Decimal('12.3256551223'),
	#     Decimal('8852826688.52')]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'CxzhYDCzHgAmksQJlLLp',
	#     u'https://rubenis.info/main/list/tag/privacy.htm',
	#     9834,
	#     Decimal('-817284.3'),
	#     9613,
	#     6083,
	#     u'hKdgSWMVlYzKKElLeznL',
	#     3605,
	#     22796.9310221,
	#     2932,
	#     u'YCywJyljGzffcXmRiuhl')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([Decimal('9.61442267354E+12'), u'SFxHmrdERmpohXpYcAiW', u'siHTKVbaVdGHcKUHASwt', u'VFierKHVPyNNpbkmcPqV', 5266, u'zeltinsadams@rubenis-riekstins.com', u'otokrumins@paegle.net', u'QQTnXQZqzlDYPBjrwrdQ', u'fDMjVsMNKkFsuWkYQmZo'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'corrupti': u'http://www.klavins-rubenis.biz/',
	#     u'deserunt': -70335878807.0,
	#     u'doloribus': datetime.datetime(1997, 11, 2, 18, 15, 25),
	#     u'eaque': u'ikrumins@gmail.com',
	#     u'facilis': 994.58,
	#     u'illo': Decimal('-949156640785'),
	#     u'ipsam': Decimal('-5834766.67'),
	#     u'quam': datetime.datetime(1998, 10, 8, 8, 24, 48),
	#     u'recusandae': datetime.datetime(2010, 10, 18, 19, 23, 24),
	#     u'reiciendis': Decimal('8.41592315762E+14'),
	#     u'sapiente': 1206,
	#     u'ullam': u'oShsmsctPaXKqVOvDBAh'}

	fake.pyint()
	# 9584

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'343-39-6532'

	fake.ein()
	# u'56-4726138'

	fake.itin()
	# u'930-77-5807'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Windows NT 5.0; ms-MY; rv:1.9.1.20) Gecko/2017-09-01 02:53:52 Firefox/8.0'

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

	fake.opera()
	# u'Opera/9.32.(Windows 98; Win 9x 4.90; se-NO) Presto/2.9.182 Version/12.00'

	fake.windows_platform_token()
	# u'Windows 98; Win 9x 4.90'

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

	fake.user_agent()
	# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.0; Trident/3.0)'

	fake.linux_processor()
	# u'i686'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5341 (KHTML, like Gecko) Chrome/40.0.882.0 Safari/5341'

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

	fake.safari()
	# u'Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/532.47.6 (KHTML, like Gecko) Version/5.0.1 Safari/532.47.6'
