
Language sk_SK
===============

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

::

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

	fake.street_name()
	# u'Ulica Pri ga\u0161tanovej'

	fake.address()
	# u'Schody pri starej vo 9/4\n008 41 Galovany'

	fake.street_address()
	# u'Gagarinova 5/4'

	fake.postcode()
	# u'285 02'

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

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

	fake.country()
	# u'Eti\xf3pska federat\xedvna demokratick\xe1 republika'

	fake.city_name()
	# u'Lenartovce'

	fake.street_suffix()
	# u'Street'

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

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'8516'

	fake.street_suffix_long()
	# u'ulica'

	fake.street_suffix_short()
	# u'ul.'

	fake.city()
	# u'L\xe1tky'

	fake.state()
	# u'Trnavsk\xfd kraj'

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

::

	fake.license_plate()
	# u'M30 9AT'

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

::

	fake.bban()
	# 'TFZH2324138424607'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB67PELI9063697883358'

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

::

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

	fake.ean13()
	# u'8769900598179'

	fake.ean8()
	# u'26906768'

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

::

	fake.rgb_css_color()
	# u'rgb(3,8,203)'

	fake.color_name()
	# u'PaleGoldenRod'

	fake.rgb_color()
	# u'197,97,26'

	fake.safe_hex_color()
	# u'#11ff00'

	fake.safe_color_name()
	# u'olive'

	fake.hex_color()
	# u'#5cc1f8'

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

::

	fake.company()
	# u'Sanchez'

	fake.company_suffix()
	# u'v.o.s.'

	fake.catch_phrase()
	# u'Customer-focused zero administration functionalities'

	fake.bs()
	# u'grow dynamic metrics'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'JCB 16 digit\nJames Snow\n3581726543238449 02/25\nCVC: 198\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'MZC'

	fake.currency_code()
	# 'RSD'

	fake.currency_name()
	# 'Falkland Islands pound'

	fake.cryptocurrency_name()
	# 'Namecoin'

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

	fake.currency()
	# ('SLL', 'Sierra Leonean leone')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 19, 6, 35, 53)

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

	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(2009, 4, 12, 13, 55, 8)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2010, 5, 8)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 2, 11, 32, 35)

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

	fake.day_of_week()
	# 'Monday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 5, 1, 18, 56, 16)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2014, 9, 23, 6, 3, 14)

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

	fake.am_pm()
	# 'PM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(2012, 9, 2)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 6, 24)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1995-06-16T05:24:42'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2014, 3, 16)

	fake.month()
	# '05'

	fake.year()
	# '2016'

	fake.day_of_month()
	# '24'

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

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

	fake.century()
	# u'XXI'

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

	fake.time_object(end_datetime=None)
	# datetime.time(1, 30, 46)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 3, 18, 9, 30, 57)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2006, 10, 2, 20, 5, 5)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '19:56:32'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 15, 1, 39, 40)

	fake.month_name()
	# 'April'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1131, 11, 8, 6, 36, 41)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(2939, 76198)

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

::

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

	fake.mime_type(category=None)
	# u'text/javascript'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/mollitia/facilis.mp3'

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

	fake.file_name(category=None, extension=None)
	# u'dolores.jpg'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'santiagotheodore@post.sk'

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

	fake.tld()
	# u'sk'

	fake.email(*args, **kwargs)
	# u'staceyharris@centrum.sk'

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

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

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

	fake.uri_extension()
	# u'.php'

	fake.uri_page()
	# u'main'

	fake.free_email_domain(*args, **kwargs)
	# u'centrum.sk'

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

	fake.ascii_email(*args, **kwargs)
	# 'jenkinssusan@zoznam.sk'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'cookanthony@perry.com'

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

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

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

	fake.slug(*args, **kwargs)
	# u'commodi-sequi'

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

	fake.company_email(*args, **kwargs)
	# u'sierracarter@matthews.com'

	fake.uri()
	# u'https://www.howe.com/explore/categories/blog/search.htm'

	fake.ipv6(network=False)
	# '11e1:e96a:bd98:d200:9c72:3c8c:3072:3d58'

	fake.free_email(*args, **kwargs)
	# u'lisabenjamin@inmail.sk'

	fake.ascii_safe_email(*args, **kwargs)
	# 'mackmelissa@example.com'

	fake.mac_address()
	# u'00:c8:52:9e:65:a7'

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

::

	fake.isbn10(separator="-")
	# u'0-85430-040-6'

	fake.isbn13(separator="-")
	# u'978-0-519-76144-9'

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

::

	fake.job()
	# 'Graphic designer'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Corrupti nemo nobis rerum beatae.\nVero quasi quasi dolorum doloremque. Libero voluptatum praesentium molestias odio optio veritatis.\nDignissimos esse atque corporis mollitia ipsam eveniet.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Eaque officia a minima. Dolores ipsam tenetur quisquam doloremque.',
	#     u'Aperiam molestiae accusantium officiis necessitatibus. Facilis est amet eos temporibus unde.',
	#     u'Earum et libero beatae tenetur incidunt quod. Praesentium quos pariatur totam magni harum.']

	fake.words(nb=3, ext_word_list=None)
	# [u'odit', u'alias', u'harum']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Laborum distinctio error.',
	#     u'Adipisci consequuntur iste quod.',
	#     u'Minus quam ipsum quae.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Deserunt reiciendis dicta unde quo ea. Quae corrupti aliquid.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Cupiditate at officia possimus reprehenderit.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'%513F(m0_#'

	fake.locale()
	# u'ig_NG'

	fake.binary(length=1048576)
	# bytearray(b'\x7fx\n\xa2\x01\xfbZ\xa7\xe0\xac_\xc5\xf3\\\x87\xce> \t\xefq\xe5\xd3\x8c-\xf57\x7f\x93\x98\xad\xd4\x91\x93\xf6\xdaQ\t\xa2\xc6\xb7k\x1646\x8e\x95\x1a\xa6\x9b\xd1iP\xc7\x10\xe6p\x0e\xf0\x98%/\xb8\x97\x0c\xb0\x02\x06\xbaD\x982\x94\x89\x8c\x9f\x9c\x0bV\xdf\x17\x1eF\xf6-\x13\x97\xc9T\xde\xad\xd0ka\xb9\xbd\x8fU\xd4&\xb97\x15\xfe\xd7;x\xf8\xdd3\x95\xf3F\x05\xbe\x96Mh\xa4\xa5\xd26\xb3\x84\xd1\x8dG\xa6\xc8+\x1d\xd5\x13&:\xf1\xf2z\x0cA\x9b\x94\xaa\xd6\x01\xc0\xcb\\\xf3\xac$\xc0,\xeb\xfcROY\xa8r$@\x92\xc1u\xec^\xb1\xb1\xdc\x06c\xe6\xe1[c\xe6*.\xad\xc0U\x81Je\xca\xfbg\x19\xf3\xc7\x9f\x16j\xe59C\x8a\x90c8\xb7\\`\xc2\xbf\xbbO\x11\xf2\xd1\xaf)\xfc?\nL\xd15\xfaG=I\'\xac\xe9\xb6\xe4\x1a\xe4#\x9a\x8e\x076\x0b\x82Y\x96\x97`0\xdd\x1cfB\xc2\xf8P\xad~T\rd\xfd\xc8z7\xa6\x9e\xd7\x00h~\xe1\xa6Ju\xd4\xe9\xaa\xc0\x82\x00\xde\xe0\xe8\x98\x98\xc6\xb4\xf2\xac\xc5)\x10\x1fn\xc8.\t\x99\xe8kX\x99\x8c^\xf2\x89\xc5\xf41%r\xf6\x9e\xbf\t\xb9\xfb\x9f-x\xfcS\xcf\xcf\x99\\\xa7\xb0w\xce\x9d\x97O\xfb\x00\x80\x87j\x0c?\xa0Q\x9a2r\xba\x16b\xeaf\xdc\xb1y,\xcfVe\xd3\x96/=]\xf9C\x11\xc9r!\x91K|\xcd5\x12\x05\x89\x8c]\xa9)\xbe\xb8\xfb\xa9jPr\xb5\xb9\xa8\x05{N\xcb6\x10w\xc8\xf6V\x08\xa74Y\xb8O\xd5\xee\xc8\xab\x83>\xd2*\x81\x90N|\xb6uS\xca\x8a0>`\x15\xb8\xa6\xef\xc6\x85\xdc\xf1\xacA\xee \x06\'\xd7t\\r\xc3\xdc]\xc3\x9f\xb5\xd5\xd8?\xab\x99*\xe8\x05hj\xe4*\x07Ct\x90\xfe\xe5\xc9\x94\xda\xa2\x19\x91o\xa1.\x1a\xad\x8dGf\nN\xd821\x05w]:\x8cP\x96E)\xf7wH\xddzG\xb0\x1b\xd26~\xe6V\xf6\xdc .z<L\xd5\xf3\xd0a+\xce\xa1RPZD\xee\xe1\xaa\xd2Q\x9a\x92\xd9mk\xc9kzG]\'\x8f\x84c[#[\xd9\xe6\xae|x\xa6\x94\xd1A-\xc2 \t\xdel.c\xe6#z\xad$]\x0e\x1c\xe8h\xedI-\x14\xda\xbf\r\'\xff1\xe3\xc0\xd1\x00\x1e\x9c\xcb{\x8bK\x00\x92\xc5J8$\xab\x1a\xe4g\x990\xbb\x12\xdf#\xac\xea\xf69A\xf7X\xbe\x89\xfc\xc2\xc22\x8b&\x146\xa6\xf7\x13^w\xa8\x9c\x97\xceW\xc6\xd5\xe08IARns\x92\x97\x02\xf7\xb2\xc0AW\x94\xc3\x93\x9dMh\x8ds\x04\x9a\xb5\x08\xa9\xb9\xbb\xff\xc6\xe92\xc4\xaabd^\xa7\xac\xadG"9\xf2=\x8e\x14\x88\x8ab\xd6\xdf\xbc\x99L\x1b\xe08e\xe6\xb8\xd2\x98\x17\xdek\x17\xa4\x1d\x85\x18-.\xf2{5,ER;i\xfdI<\xdf\xd3\x0b\xfc\x9ex\xedo\xa5\xaa\xfb$\x8b\x04\x97\xc8\x0f\xc4\xca\xef\x9e\xcd\x92\xf3\xa1\xe9\x9a\xcb\xa8\xb6\xda2>\x1e.Hi\xe6\x96x\xf4\x9f!\xb2y\x0cY\xb2\xfd\xea\x82\xd8\xcf\xcb\x94\x01\xcf>jo\xd7\x94D\x0e\x10\xed\xec\xcfxdh\x8b?I\xe7L\x1e\xbcC\x00\x8b\xb5\x1c\x16ll\xa2=\x8c\xbdt^\xae\x08m\xe6\xbf\x97\x8a6M\x7f\xfe\xf4\xf2TB\xc5I\xef*w\r\xddT\xc1G\x98\xd49\x16\xf1]\xf8\xbd\x9c1C\xb4\xf6-\x1ed\xba\x94Cz\xfbK\xf7\xaba\x83\xf2C\x0c\xdcY\xae0\x98hA\x8eb\xb0\xe6c4X\x8fL\xce\x98\xb7\xa0\x9a\x98VnJ\x9c\xcfjC\tWA\xf1\'\x03\x9a\xfd\xd7\xe17\t\xb0h\xf5\x17\xd5\x90\x0f\xa0\x9a9\xd1\xeb\xc2o\xc2\x1d\x03r\x13\xcc0\x8av\x90\x0b\x99"Z\xa5\xcf)\'b\x0c>\xd7Wq-3n\xccw\x92\x17I\x04\xa3\xab\x11\xa1\xffA\xf4(\x1d\xa7\xd1\xdbt\x91N\xeaa\xd7\x89EJ\x1f\xb8.\xfbR~O\xf6W9\x0bCRb\xba\xbaB\x83\x84\x8f\x9d\x9a\x85=\x19\x82\xc52\x1f\xee\x93\xdc6\x19\x01\xb6\xd0z\x11\xb0Lt\x02\xfc\x943\xe7m')

	fake.md5(raw_output=False)
	# '1680b28d8dd65941bf2add7a0670709f'

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

	fake.null_boolean()
	# False

	fake.sha256(raw_output=False)
	# '132facc88487c8664f9dff8a4ab140b9e60fb58437dd3e71d0a5d893e9af3419'

	fake.uuid4()
	# '8f170c26-b049-5fb2-743c-ea5e428f3f77'

	fake.language_code()
	# u'an'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Chavez'

	fake.name_female()
	# u'Andrea Diaz'

	fake.prefix_male()
	# u'Dr.'

	fake.prefix()
	# u'Mr.'

	fake.name()
	# u'James Maxwell'

	fake.suffix_female()
	# u'DDS'

	fake.name_male()
	# u'Daniel Robinson'

	fake.first_name()
	# u'Tammy'

	fake.suffix_male()
	# u'DDS'

	fake.suffix()
	# u'DVM'

	fake.first_name_male()
	# u'Christopher'

	fake.first_name_female()
	# u'Cheyenne'

	fake.last_name_female()
	# u'Griffith'

	fake.last_name()
	# u'Gilbert'

	fake.prefix_female()
	# u'Dr.'

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

::

	fake.phone_number()
	# u'+421 53 002 3746'

	fake.msisdn()
	# '7505041964624'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'Kysuck\xe1 4\n691 41 Bunetice',
	#     'birthdate': datetime.date(1983, 2, 5),
	#     'mail': u'fgarcia@post.sk',
	#     'name': u'Rachel Morris',
	#     'sex': 'F',
	#     'username': u'andersoncassandra'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Or\xe1\u010dska 4\n802 36 Jahodn\xe1',
	#     'birthdate': datetime.date(1983, 7, 30),
	#     'blood_group': 'A+',
	#     'company': u'Riley',
	#     'current_location': (Decimal('-57.241844'), Decimal('161.318584')),
	#     'job': 'Teacher, special educational needs',
	#     'mail': u'ebyrd@chello.sk',
	#     'name': u'Timothy Salazar',
	#     'residence': u'Mostov\xe1 739\n224 12 Nov\xe1 Polhora',
	#     'sex': 'M',
	#     'ssn': u'301-65-4987',
	#     'username': u'jordanpark',
	#     'website': [   u'https://www.palmer.com/',
	#                    u'http://gonzalez.sk/',
	#                    u'http://www.thomas.sk/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'http://martin.sk/',
	#     u'https://www.henderson.com/search.htm',
	#     6544,
	#     6080,
	#     172,
	#     u'ZoRIrnTLVnwlNmAzPdUC']

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

	fake.pystruct(count=10, *value_types)
	# (   [   1469,
	#         u'fergusonkyle@atlas.sk',
	#         u'john73@zoznam.sk',
	#         u'http://meyer.sk/posts/tag/main/privacy/',
	#         8504,
	#         231,
	#         Decimal('-8.29152289761E+12'),
	#         datetime.datetime(2011, 5, 27, 3, 32, 10),
	#         Decimal('714161747.0'),
	#         u'jamessutton@zoznam.sk'],
	#     {   u'cupiditate': u'PDyMhBPzhdoAcoNYqEDQ',
	#         u'distinctio': datetime.datetime(1995, 11, 15, 21, 18, 25),
	#         u'dolorem': datetime.datetime(2008, 2, 13, 6, 23, 34),
	#         u'harum': u'ReFaIlPBohbZFHFOIqie',
	#         u'illo': u'heather10@pobox.sk',
	#         u'labore': u'http://durham.com/category/',
	#         u'modi': u'http://moore.sk/category/tag/login/',
	#         u'provident': 79996455534543.7,
	#         u'quisquam': 9045681.962,
	#         u'totam': u'SJVakXinxaEVJUqfPWsP'},
	#     {   u'consequuntur': {   4: u'COpzluGQlSBLPuCGsyWC',
	#                              5: [   5208,
	#                                     u'christian74@chello.sk',
	#                                     u'https://www.cook.com/search/faq/'],
	#                              6: {   4: -82291.23454,
	#                                     5: 4686,
	#                                     6: [   u'rebecca88@szm.sk',
	#                                            u'CnNbAboOHVyehEFEUxVi']}},
	#         u'dolore': {   9: u'ejHvfgSkDsEEsdSJrFYU',
	#                        10: [u'SJFnUEMceMOwLlnWhYRx', 6031, 2932],
	#                        11: {   9: u'qnkaNBQeqdUlCUmSKAfr',
	#                                10: u'http://wallace.com/homepage/',
	#                                11: [2440, u'LlttACQkShRFYUhhCAXm']}},
	#         u'doloremque': {   2: u'KHCCeLipoEHUjEkZfbfq',
	#                            3: [   Decimal('405863342404'),
	#                                   u'PmbYOYjAteRQMwdkuAOX',
	#                                   u'moorekyle@gmail.com'],
	#                            4: {   2: u'byWKgkqTcroaSenlbhgZ',
	#                                   3: u'yDYOtnZpGnPXBkTKsnPG',
	#                                   4: [   u'rwebb@zoznam.sk',
	#                                          u'TxthpiBvjZDPUBrsWKpe']}},
	#         u'ea': {   0: u'curtismichael@zoznam.sk',
	#                    1: [   u'jared09@azet.sk',
	#                           u'http://diaz.com/list/posts/terms.php',
	#                           Decimal('1.83593217298E+13')],
	#                    2: {   0: u'OlvIoHlvykbiQNjuJelg',
	#                           1: datetime.datetime(1981, 6, 17, 20, 6, 45),
	#                           2: [6287, 4546]}},
	#         u'modi': {   1: u'szflUEfLlPovvvlpLZQH',
	#                      2: [   Decimal('-4.70040616768E+14'),
	#                             6026,
	#                             u'http://ford.sk/wp-content/blog/privacy/'],
	#                      3: {   1: u'UVBvObHCsFeDfiNmsYdF',
	#                             2: datetime.datetime(1995, 11, 7, 22, 57, 59),
	#                             3: [   u'AcAynixqphaHMRpRlYho',
	#                                    datetime.datetime(2002, 11, 13, 18, 59, 40)]}},
	#         u'nihil': {   3: u'QxAEQtAQZByGqLznPrgS',
	#                       4: [   u'ONNoFznuRghQVAUttFxn',
	#                              u'TmhFyvYUQWAWLZLHMgva',
	#                              u'tNTtvjUnmUZQogjJMear'],
	#                       5: {   3: u'poKnhLKVFORWbppzRRWF',
	#                              4: u'FlRoUberczYzJuOLXLLx',
	#                              5: [u'suttonangela@szm.sk', 1401]}},
	#         u'praesentium': {   8: 5831,
	#                             9: [   u'https://pitts.com/category/wp-content/main.html',
	#                                    u'rQHpWwRQFOMkoMgyHRMj',
	#                                    u'ULJVCYDwSwlcltZGpZie'],
	#                             10: {   8: u'zEAYiBBajYrZVRhUnPwF',
	#                                     9: 9804,
	#                                     10: [   u'RcAoWOLFWqoqykipVfrU',
	#                                             u'VfiEvZFURJWYNyiWrVuW']}},
	#         u'quibusdam': {   7: u'uhQyQQsCmcJKttYLnWWm',
	#                           8: [   datetime.datetime(2010, 1, 14, 17, 40, 15),
	#                                  u'bergroger@azet.sk',
	#                                  u'rosariochristina@inmail.sk'],
	#                           9: {   7: 49059150.8139,
	#                                  8: u'UzGNEooMXFRNEfNktCmC',
	#                                  9: [   5859,
	#                                         datetime.datetime(1986, 7, 21, 20, 55, 33)]}},
	#         u'reprehenderit': {   5: u'svEBZLjultabURbhwNxP',
	#                               6: [   u'lrbDskruBgdFYsdiAMsx',
	#                                      datetime.datetime(1977, 1, 29, 22, 19, 21),
	#                                      u'ggYMPrHntuEgKIBbIAzN'],
	#                               7: {   5: u'ODgoWXgXzccXYeOHSnFv',
	#                                      6: 2309,
	#                                      7: [   u'riGYFPXhSbbYbNxEbnXC',
	#                                             u'http://hunter.com/']}},
	#         u'sint': {   6: Decimal('-37941748.8'),
	#                      7: [   u'kdavis@post.sk',
	#                             u'brendapatterson@atlas.sk',
	#                             Decimal('16955.4391688')],
	#                      8: {   6: Decimal('-809617767.432'),
	#                             7: u'AUiEYUslCdSkAORvzEXy',
	#                             8: [   datetime.datetime(2016, 4, 26, 15, 14, 56),
	#                                    4309]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   9905,
	#     u'UlSXsjTeBKnWDBDmNuRt',
	#     u'smPnxsPaJFdTHLSIajVz',
	#     436,
	#     1756,
	#     6277,
	#     u'eqJNzraxVPRGNeaqLurk',
	#     5801,
	#     u'NyWSIFiWVIANZSdWAQrR',
	#     u'tGbBfpjqzppjFSbIRCng',
	#     u'VZCdXVLQczPscaGdbfzG',
	#     u'PjznINGJEcWFofJWfHaO']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   -5.79987596,
	#     u'djRYYnOKZfDFCdynZsKn',
	#     u'hayeskayla@atlas.sk',
	#     7789,
	#     u'AwXXSuxYBKrVGzqZnyUz',
	#     8104510.82,
	#     u'hamiltonsean@pobox.sk')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([datetime.datetime(1980, 3, 11, 0, 0, 47), u'nLOnBdHGySTqfQtjigrC', datetime.datetime(1994, 7, 14, 2, 8, 57), u'kJRiNiBHRGfNViwJjlrD', datetime.datetime(1999, 7, 18, 1, 12, 51), u'ugtCIsqvvEoUuWOSBbQM', u'JVhsSqckVAQgtsOvueOS', Decimal('-2.16187'), 6747, datetime.datetime(2000, 9, 13, 17, 47, 49)])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'distinctio': u'vEYtrtWBFcpRcpcoylhz',
	#     u'doloremque': datetime.datetime(1988, 7, 18, 16, 7, 28),
	#     u'earum': 3834,
	#     u'eum': 7311,
	#     u'exercitationem': Decimal('-3.06112447449E+12'),
	#     u'illum': u'eSzzmkJWkJHgwysPuLVh',
	#     u'itaque': u'http://white.com/',
	#     u'praesentium': 8012,
	#     u'provident': 9272,
	#     u'quis': datetime.datetime(2009, 5, 17, 14, 12, 25),
	#     u'reiciendis': 5699,
	#     u'repudiandae': Decimal('-773920543774'),
	#     u'ullam': u'boydsarah@inmail.sk'}

	fake.pyint()
	# 572

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'623-77-3056'

	fake.ein()
	# u'38-5204353'

	fake.itin()
	# u'999-99-4762'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2015-11-07 19:31:57 Firefox/5.0'

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

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

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (Windows CE) AppleWebKit/5360 (KHTML, like Gecko) Chrome/17.0.849.0 Safari/5360'

	fake.linux_processor()
	# u'i686'

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

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

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