
Language et_EE
===============

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

::

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

	fake.building_number()
	# u'28974'

	fake.street_address()
	# u'474 Kadri Points'

	fake.postalcode_plus4()
	# u'03641-0743'

	fake.city_prefix()
	# u'South'

	fake.military_ship()
	# u'USS'

	fake.city()
	# u'Lake Tatiana'

	fake.zipcode_plus4()
	# u'75838-1750'

	fake.state_abbr()
	# u'OR'

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

	fake.street_suffix()
	# u'Summit'

	fake.city_suffix()
	# u'shire'

	fake.military_dpo()
	# u'Unit 2618 Box 0369'

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

	fake.country()
	# u'Egypt'

	fake.secondary_address()
	# u'Suite 316'

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

	fake.postalcode()
	# u'48642'

	fake.address()
	# u'469 Sarapuu Courts Suite 862\nEast Sergei, GU 04687-9602'

	fake.state()
	# u'California'

	fake.military_state()
	# u'AP'

	fake.street_name()
	# u'Andrus Ville'

	fake.zipcode()
	# u'31482'

	fake.postcode()
	# u'67029-9690'

	fake.military_apo()
	# u'PSC 2529, Box 4817'

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

::

	fake.license_plate()
	# u'PXL 582'

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

::

	fake.bban()
	# 'AHQY5523716672553'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB88TJNK3537836697745'

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

::

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

	fake.ean13()
	# u'2773671985270'

	fake.ean8()
	# u'84316011'

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

::

	fake.rgb_css_color()
	# u'rgb(72,50,132)'

	fake.color_name()
	# u'DarkOrchid'

	fake.rgb_color()
	# u'216,212,217'

	fake.safe_hex_color()
	# u'#44cc00'

	fake.safe_color_name()
	# u'fuchsia'

	fake.hex_color()
	# u'#2a6e28'

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

::

	fake.company()
	# u'Salu, Michelson and Saar'

	fake.company_suffix()
	# u'Inc'

	fake.catch_phrase()
	# u'User-centric zero-defect core'

	fake.bs()
	# u'transform dynamic paradigms'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'American Express\nNiina Ojaste\n379459954644168 07/23\nCID: 6497\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'BC'

	fake.currency_code()
	# 'PKR'

	fake.currency_name()
	# 'Pound sterling'

	fake.cryptocurrency_name()
	# 'Feathercoin'

	fake.cryptocurrency()
	# ('USDT', 'Tether')

	fake.currency()
	# ('LKR', 'Sri Lankan rupee')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 9, 7, 22, 15, 57)

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

	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(1996, 11, 8, 5, 37)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2014, 9, 8)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 9, 3, 5, 10)

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

	fake.day_of_week()
	# 'Wednesday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2011, 12, 4, 23, 16, 1)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(2014, 1, 13)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2000, 10, 9, 15, 33, 31)

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

	fake.am_pm()
	# 'PM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1991, 3, 12)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2004-04-15T15:21:05'

	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(2002, 1, 25)

	fake.month()
	# '04'

	fake.year()
	# '1975'

	fake.day_of_month()
	# '10'

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

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

	fake.century()
	# u'III'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(2014, 3, 24)

	fake.time_object(end_datetime=None)
	# datetime.time(19, 21, 57)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 6, 1, 10, 57, 34)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1980, 7, 18, 17, 45, 50)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '06:38:13'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 13, 6, 31, 29)

	fake.month_name()
	# 'December'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1963, 1, 5, 11, 51, 27)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(2098, 73461)

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

::

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

	fake.mime_type(category=None)
	# u'multipart/form-data'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/sit/dignissimos.flac'

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

	fake.file_name(category=None, extension=None)
	# u'ratione.js'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'ylumi@yahoo.com'

	fake.image_url(width=None, height=None)
	# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=720x196&w=720&h=196'

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'ossipovpriit@gmail.com'

	fake.url(schemes=None)
	# u'https://kokk.com/'

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

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

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'about'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'ainoraud@hotmail.com'

	fake.ipv4_network_class()
	# u'a'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'reetlumi@laine.org'

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

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

	fake.domain_word(*args, **kwargs)
	# u'teder-treier'

	fake.slug(*args, **kwargs)
	# u'at-quas'

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

	fake.company_email(*args, **kwargs)
	# u'oviks@allas.biz'

	fake.uri()
	# u'https://kolk-sirel.com/tags/wp-content/wp-content/register/'

	fake.ipv6(network=False)
	# '929a:3d75:4d3b:aec6:6eb3:17a9:5d38:f080'

	fake.free_email(*args, **kwargs)
	# u'reetfomin@yahoo.com'

	fake.ascii_safe_email(*args, **kwargs)
	# 'anneromanov@example.net'

	fake.mac_address()
	# u'89:04:c0:4d:2b:6a'

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

::

	fake.isbn10(separator="-")
	# u'1-124-59510-4'

	fake.isbn13(separator="-")
	# u'978-1-5284-9522-6'

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

::

	fake.job()
	# 'Engineer, drilling'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Rem adipisci et dolore quam tempora architecto doloribus. Tempore quos quae cupiditate suscipit expedita.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Dolores quod voluptatum tenetur animi. Aliquid inventore accusamus delectus aliquid. Cumque beatae voluptatibus nostrum nam aperiam.',
	#     u'Provident enim vero iusto quos. Aperiam exercitationem minus eos animi deserunt.',
	#     u'Illo officia culpa debitis odit. Perferendis autem rerum quos minima.']

	fake.words(nb=3, ext_word_list=None)
	# [u'praesentium', u'animi', u'porro']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Accusantium laboriosam sapiente architecto.',
	#     u'Eligendi voluptate architecto reiciendis.',
	#     u'Laborum alias eos cumque.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Atque natus cumque distinctio sed aspernatur sed. Temporibus molestias quaerat beatae aliquam consequatur mollitia consectetur.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Dolore cupiditate quos pariatur accusamus cum quis doloribus.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'M_FY1Qxc!('

	fake.locale()
	# u'eu_FR'

	fake.binary(length=1048576)
	# bytearray(b'\xe8{\xc2\x00\x0fG\xba]\xca\x1cB\xcb\x0c\xbe\xe04\xd1\x11\xeab\x97~\r\xa8\x8d\x80\x85CiR\xec\x1b\xef\xc2\x13GX\x04\xe8\xd7\xe0G\xb9\t:\x856\xda\xf7\x9c\x13\x19\x7f\xbbg+A\x81\xbd\xc6\xb3,\xe8\xb30\xbd\xef\x1ezI\xa6\x1a\xa5;\xc6\xd8\xca\x05Ux\xa2\xd3\xa6\xb6l\xa0\xd9\x8d\x92\x1a8D\\dK\x87_Urs\x07\x16\x86\xf7\xde\x08\xfa\xba+laF\xa0\x84\xef\xc1PZ\x1e\x85)\xefp\x1e\xa4\x92\x18\x98\xcdt\x19FG\xa8,\x02X\xef\xd7\xca\xbfM\xec\xc4\x85)Q^?_,\x88\x13H\xdeKL{\xa5T\x9cj\xd9\xfb\xb4zc\x83\x8e\x80\xf7\x92\x1c\r\x02a\x93BX\xae\xa1\x1281\xden\\\xac\x19qi\x93\xadp.})\xef_\xc0\x84\x94\xf72l3\x84\x827\r\xbdg\xd1\xb7vx\xcc\xf7$\xe2Z\xa1\'\xb7\x04\x9c\x0e\x1b\xf2w\x0chZ\xacb\x9ei?\x05d\xdc\xaf\xa4g\x13\xa9\xec\x99\xd7\xc3mD\xe7\xbc\xab\xac&\x15=\xf9\xbaQ{\x12\xebl\x87b~\xe1\xdc\xe3+\x90&;\x89\x7f\xeb\xc1\x98y\x83\xdf\ncW\x9c\xfcooc\x82\xd3\x1a$\xc4\xfbE\x7f\xd7_\xdc\x13\xd7\x9d\xc4\xf0U\xd3\xd6g\x8fYf\xe5jQ\\\x85\xde\xfb\x12\xc7\x12\'\x87\x9fD\x8c\xcb\xfc5l\x0bc\x14\x0c \x88\xde#ID\xe2\xed\x03\xde>\xca\x93)\x90z\xa0\xcc}\xd1\x89\xe0\xa1\xc2\xd1\xf5\x85\x03OH\xe7\x8e\x1cq7\x85\xa4\xb7}\xb1\x8f\xfd\\\x93\xe6\x91\x8b\xb3\xa0\xb4n\xb4\xc9pSJ\xad\xc5J\xbe\xe3\x94\x95\x8a\xfe\xda7\xaf\xb9\xb2\xb2\xcf\x86\x07\x0b\x9b\xfb\xd6\xbf\xf4\xb9\xc4%\xb7\x9bB\xdc\x7f\x8d\xf2\xb3\xdbb\x99Mloi\xcc\x7fs\xc5n\xbc\xb4\xd0?\xf6\xd2\xa0\x8c4\xe5\xc5\x13\xb8\xa6\xbd\xf4\x10\x8e\xa8r\x93\xbbs\xfe\x89\x87x\x15Z\xa5Us\xb7#\x8f\xc7\xff\xa1\x99\xb3\x1b\x038\xd9T\x9f\xad?\x13j6\xf3\xf3\\\x19j\xda\xdc9\xaa\xb2\xa2\x9d,\xf6\xe8u\xf0\x1f\xb0\xe3i\xf0m\xf9\x89\xce\xf8\xa2O\x1f\xdf\xc3\xba\x86{W\x86\xe6\xcd\xf9\x0e\xd6 \xea\x93@\x15\xe0\xc2V\x1c\xb7![kS\xe5\xb1\xd7\xbc3RJ\x92$a{0> f\xda\x12\x85.\x0b\xb7,\x8d\xd7\xf3\xd0I\xec\x13\xa4\xf4\x14\xe0\xfd\xe9\xda\xae\xfa\xf6\xa8\xbc\x9d\xca\xaf\\\xd2\xd6\xbc\n\xd2\x1c\xc7Vh\xf5$\xa8vJ;\xbe\xd2\xc5\x82m\x06\xee\x17{\xc4F\xff\xd5\x94\x9bD\xc5 \xe7\xb4.8\xcb\x18\x8c\xbc\x16\xbd\xc1\xca\xc1\xcfC\xfcjfD(\x05\xcf\\\x91\x8b\xcb\xa9\x9b%\n,\xab\x89\xe4\x15\xd23\xf4\xd7\xfc\xb1"\x19\xfb\x95\xa0\n\nO\xcb\x18\x90\xbe\xe7fr\xe5Q\x95\x86&a\x0b\t\x97N\xa6\x969\x1a\x07=?\xbd$1Z\xa2\x8e\xf6[U\x8e\x00W@@\x8d\xf7#\x9dC#\xb0t5\xd2K\x94A{\xf8ep72\x12\xf9s\x0c\xd5\xaf\xe4\x1d\x02~\xbc|\xa3\xaa\x1b|\xd0\xe6\xccg_<n#J>Ek\x01\xe7vj$\xb6\xd5U2d\x90\x1ah\xc7\x0e\xdb\xd1\xfacS%\xc1\xa4\xd1\x03=\xbf\x1e\x99\xc9\xb1\xf09\xfa\x97\xca\x19c\xfdX4\x80\xf8\xa9T(\xddy\x97/G\xda\xb7{\xb5a\xfek\xf6\xb8/\xf4\xe6\xbeW\t\xf0\x16\xd5\x0f\xf3\x9aK\x88\x12;\x1a\xff\xec\x1d\x1c\x0b\xae\xb6\xc5\xd7\xd4\xc1kj\xd8:0\x1d\xc5\\^\xcb\xfa\x05\xc5_\xfe\t\x03\x85D\xb1\xde\x80\xac\xd1W\x07\rj\xeb\xd1\xab7\xfd\x0eD~\xe7TN\xd9\x1d\xb6\xe3\xf6\xde\xb9HK\xfe\x95\xe4\x00\x92\x1c\xa6\xea9\x9e\xa4\xfb\x0f^\x00K\xca\xb92\xce\x05\xe7@\x1a\xe3\xfb\x9fn\xca`\x03(\xba\xd0-\nM\xc3I\xf79\x8e\xc3\x84\x12\xde\x1cf\xc7>\x7f\x15\xf5:dG\xcd\x1b)6i\x92u\xdf\xe5#j+ij"\xf4\n$\x02)e\xf3\x11\x86\xed\xb6>\x9c\xcfu?\x99\xc1/b`}e^\x8a\xffd_d\x90\xd3\xd3h\x1b\xc2c\xb5\x06\xdb\xc0\x80\xc2o\xa6\xd4\xf5\xe52\xd0\xa4T\xadsH\xfd\xee\x90')

	fake.md5(raw_output=False)
	# '483a48548a206960b993cb900b026821'

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

	fake.null_boolean()
	# False

	fake.sha256(raw_output=False)
	# '0e0cbacdddbf848a1575b3b7c7f2b2250f2d484d2843f9b74f32f2a7b08a87d3'

	fake.uuid4()
	# '97632a57-9ab0-5dde-b177-81db747f9410'

	fake.language_code()
	# u'ja'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.first_name_male_rus()
	# u'Vladimir'

	fake.prefix_male()
	# u'doktor'

	fake.suffix_female()
	# u'BSc'

	fake.name_male()
	# u'Aleksander Aru'

	fake.first_name_rus()
	# u'Natalia'

	fake.first_name()
	# u'Andrei'

	fake.suffix_male()
	# u'PhD'

	fake.first_name_est()
	# u'Anneli'

	fake.first_name_female()
	# u'Natalia'

	fake.first_name_male()
	# u'Roman'

	fake.prefix_female()
	# u'dr'

	fake.name()
	# u'Andres R\xe4tsep'

	fake.last_name_rus()
	# u'Gorbunov'

	fake.first_name_male_est()
	# u'Marko'

	fake.suffix()
	# u'MSc'

	fake.prefix()
	# u'hr'

	fake.first_name_female_est()
	# u'Diana'

	fake.name_female()
	# u'Malle Kurvits'

	fake.last_name_male()
	# u'Roos'

	fake.first_name_female_rus()
	# u'Svetlana'

	fake.last_name_est()
	# u'Erik'

	fake.last_name()
	# u'Kroon'

	fake.last_name_female()
	# u'Trofimov'

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

::

	fake.phone_number()
	# u'(046)720-6159x451'

	fake.msisdn()
	# '1159086847211'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'69734 Toom Underpass Suite 005\nSiimton, LA 65960-4760',
	#     'birthdate': datetime.date(1909, 5, 26),
	#     'mail': u'juliavill@hotmail.com',
	#     'name': u'Svetlana Korol',
	#     'sex': 'F',
	#     'username': u'pavelpalu'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'5340 Jaan Cliffs\nEast Jevgeni, VA 95735',
	#     'birthdate': datetime.date(1968, 9, 22),
	#     'blood_group': '0-',
	#     'company': u'\xd5ispuu Inc',
	#     'current_location': (Decimal('82.2110285'), Decimal('-3.519635')),
	#     'job': 'Chartered loss adjuster',
	#     'mail': u'irinaholm@yahoo.com',
	#     'name': u'Mare Lepik',
	#     'residence': u'93765 Kasak Heights\nSouth Irina, ID 50600-4127',
	#     'sex': 'F',
	#     'ssn': u'36010133495',
	#     'username': u'rein50',
	#     'website': [u'https://loginov.net/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([datetime.datetime(1996, 12, 31, 22, 51, 31), u'xjakobson@yahoo.com', 8892, u'nTXtOvxjiRtGlCEIIetp', u'http://vahtra.biz/category/privacy.php', u'CohTOittmGsGdcivRLKp', u'https://www.kalmus.com/login/', Decimal('-3929110.65109')])

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

	fake.pystruct(count=10, *value_types)
	# (   [   datetime.datetime(2002, 8, 13, 20, 33, 10),
	#         u'http://sade.net/categories/category/main/',
	#         -123501689907.0,
	#         62.90777,
	#         3872,
	#         u'jsiim@kaur-gross.com',
	#         u'upUEwurTWirTfhkSCCSl',
	#         u'tDVnfSCsTOZwDkXMGnrO',
	#         u'LxcwZsHIeZdIDtgncZOW',
	#         datetime.datetime(1979, 6, 30, 12, 5, 23)],
	#     {   u'animi': 2058,
	#         u'aut': 5259,
	#         u'autem': u'WrVscZzrCwQoAjFsluJl',
	#         u'debitis': u'NioZvDAJPICouZjtQLWn',
	#         u'dolores': u'mihkel85@sarapuu.com',
	#         u'nesciunt': 5487,
	#         u'quasi': 6028,
	#         u'sit': u'OQsjbAvrJnFNYHfdBSRI',
	#         u'voluptatibus': u'tatianakalinin@mark-annus.info'},
	#     {   u'accusamus': {   3: 2610,
	#                           4: [   u'QJZMbbmhGewrOtQaGNKz',
	#                                  u'diana86@soosaar-kiil.com',
	#                                  u'igorjakovlev@tuisk.com'],
	#                           5: {   3: 2385,
	#                                  4: 82509363926.59,
	#                                  5: [   datetime.datetime(1977, 12, 20, 10, 39, 21),
	#                                         datetime.datetime(1980, 3, 28, 17, 43, 37)]}},
	#         u'autem': {   5: u'https://oun-mironov.com/explore/tag/search/main.asp',
	#                       6: [   datetime.datetime(2004, 5, 30, 15, 20, 44),
	#                              Decimal('526817674.805'),
	#                              u'https://koitla-parnpuu.com/register.asp'],
	#                       7: {   5: u'swSvhqwcZCjNrFMGuKsD',
	#                              6: u'uYwXigZpsiQBIjusIkJl',
	#                              7: [   u'bTWaAMfFVyLNFJoXjYfx',
	#                                     u'EjKjHIkHlywUVNDVdoVS']}},
	#         u'eaque': {   8: 7415,
	#                       9: [   8958,
	#                              u'yvfuUsUJHLAXUPCtVPoI',
	#                              u'zQhclrzndajdfHDAQTHt'],
	#                       10: {   8: u'wzvueDhOotvDlZowaiEq',
	#                               9: u'wEmSdzmvaQFEbVzVbcYY',
	#                               10: [   Decimal('151.0'),
	#                                       u'KzkdEZOsNrtJeRduEFMn']}},
	#         u'nemo': {   1: Decimal('463484445467'),
	#                      2: [   1675,
	#                             u'https://www.laht-tarassov.com/app/posts/wp-content/login.htm',
	#                             5112],
	#                      3: {   1: u'https://www.teesalu.biz/tag/search/search/',
	#                             2: u'maoBXXgplSUIcNWSPWIh',
	#                             3: [-77155892.266886, u'rVcMWuaLqbEOSpfkOiIT']}},
	#         u'neque': {   4: -166355.7,
	#                       5: [   u'http://www.titov.com/',
	#                              u'nataliamartinson@hotmail.com',
	#                              u'cLIcFFyNLBFCwkXpPsNL'],
	#                       6: {   4: 9569,
	#                              5: 508,
	#                              6: [   u'https://www.tammik.info/category/posts/faq.jsp',
	#                                     u'nAcZiyJTjACnlCfEwPSo']}},
	#         u'nostrum': {   0: u'https://lipp-pajula.com/',
	#                         1: [   u'LxXzqbzMwrRLokssoabb',
	#                                u'http://www.liivak-koval.com/list/list/index.jsp',
	#                                datetime.datetime(1986, 4, 9, 13, 44, 45)],
	#                         2: {   0: -5909924.0,
	#                                1: 9816,
	#                                2: [   u'http://allas.com/',
	#                                       u'https://mikk.com/tags/search/index.htm']}},
	#         u'omnis': {   9: 2593,
	#                       10: [   u'https://varik.net/category/',
	#                               4775,
	#                               u'PYGrqUItkDpQzDcZcDWu'],
	#                       11: {   9: -210235.49855,
	#                               10: u'kobiYxKsYkHGfxRoadQb',
	#                               11: [   u'gzuKSlhEGlJPVIdzelnk',
	#                                       u'RAizZFKuaCZtdPazKVBF']}},
	#         u'porro': {   2: u'lVFoCPGIvQsJMynbDiFn',
	#                       3: [   u'DvIeAhfBBpXPShrCDebd',
	#                              4502,
	#                              datetime.datetime(2016, 2, 18, 10, 52, 38)],
	#                       4: {   2: datetime.datetime(1983, 3, 24, 22, 17, 35),
	#                              3: u'http://www.unt-kiis.com/tags/index/',
	#                              4: [u'ZbjzEAmuPUAsCsxVNhYb', 1555]}},
	#         u'reiciendis': {   7: 2202,
	#                            8: [   u'vmedvedev@raag-kivistik.info',
	#                                   u'katrinvoronin@yahoo.com',
	#                                   datetime.datetime(1976, 4, 7, 23, 34, 15)],
	#                            9: {   7: u'jxLXyzvLtgupjAGTSwov',
	#                                   8: u'http://oispuu-pukk.com/homepage/',
	#                                   9: [   -95601577115482.6,
	#                                          Decimal('-20281079.0')]}},
	#         u'velit': {   6: u'vbTHQzvMGCFZCuwmMjIn',
	#                       7: [   u'HYTrUCqVFFxQyMcxIUIs',
	#                              u'hVzHsRXSjsjwwQMSfFkL',
	#                              5172],
	#                       8: {   6: u'naqOcggWvdzAGQRDQBMA',
	#                              7: datetime.datetime(1978, 10, 25, 22, 7, 41),
	#                              8: [u'lFmRRiweSvWcaPIatIhI', -2760753020167.0]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   -624855.99,
	#     u'http://www.hein-lill.info/posts/list/search/terms.php',
	#     3341,
	#     447,
	#     u'RcLmVRlAhNVjsEqXBWQc',
	#     113.2]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'ZKHzbYQtjbiDVxfoAlHR',
	#     u'sandertali@vahi-jaanus.biz',
	#     u'YbEoctUQnwgUzypQWDoy',
	#     u'http://www.meier.com/privacy.php',
	#     u'NqSreXobxfDxhrJDvuYr',
	#     u'QspKmjhXaebwliOmLOTz',
	#     datetime.datetime(1981, 11, 7, 20, 18, 24))

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'wcqnjmlOJSavGTwoojja', u'qoaflcUHmrnQAtvbazmw', u'PgrozjPtgwiQaAROjuQZ', u'PuLTFLPpSozgUGjhQCir', 6159, u'https://www.mannik.com/register/', u'aKwhGJChvABoQPbBJzmf'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'asperiores': 1519,
	#     u'at': 1472,
	#     u'consectetur': 7025.668446,
	#     u'ducimus': Decimal('-219828.8'),
	#     u'expedita': u'http://olesk-pukk.net/tag/post.html',
	#     u'maxime': u'https://kalinin.net/',
	#     u'modi': 8527,
	#     u'sunt': u'OrlRLXUVwUzZCcZbCjJn',
	#     u'vel': 0.191681,
	#     u'voluptatibus': u'UVqkldTjnFjIoVrcQJmp'}

	fake.pyint()
	# 5538

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

::

	fake.ssn(min_age=16, max_age=90)
	# u'39409062930'

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

::

	fake.mac_processor()
	# u'U; Intel'

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2017-10-13 08:12:32 Firefox/3.6.4'

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

	fake.opera()
	# u'Opera/8.39.(X11; Linux i686; os-RU) Presto/2.9.186 Version/12.00'

	fake.windows_platform_token()
	# u'Windows NT 6.2'

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

	fake.user_agent()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2011-02-26 15:14:27 Firefox/3.6.7'

	fake.linux_processor()
	# u'i686'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/5361 (KHTML, like Gecko) Chrome/51.0.887.0 Safari/5361'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; hu-HU) AppleWebKit/534.7.2 (KHTML, like Gecko) Version/4.0.5 Mobile/8B115 Safari/6534.7.2'
