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

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

::

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

	fake.street_name()
	# u'Prie\u010dna'

	fake.address()
	# u'Krupinsk\xe1 9/4\n325 32 Lipn\xedky'

	fake.street_address()
	# u'Prievozsk\xe1 0016'

	fake.postcode()
	# u'256 21'

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

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

	fake.country()
	# u'\xcdrsko'

	fake.city_name()
	# u'Podhradie'

	fake.street_suffix()
	# u'Street'

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

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'5'

	fake.street_suffix_long()
	# u'ulica'

	fake.street_suffix_short()
	# u'ul.'

	fake.city()
	# u'\u0160\xfatovce'

	fake.state()
	# u'Ko\u0161ick\xfd kraj'

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

::

	fake.license_plate()
	# u'R00-44K'

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

::

	fake.bban()
	# 'FHOT0148631856774'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB34JXLS4880283916399'

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

::

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

	fake.ean13()
	# u'5557616495515'

	fake.ean8()
	# u'65540190'

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

::

	fake.rgb_css_color()
	# u'rgb(204,46,227)'

	fake.color_name()
	# u'Azure'

	fake.rgb_color()
	# u'96,15,238'

	fake.safe_hex_color()
	# u'#aa7700'

	fake.safe_color_name()
	# u'purple'

	fake.hex_color()
	# u'#a74fbc'

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

::

	fake.company()
	# u'Fleming Lam v.o.s.'

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

	fake.catch_phrase()
	# u'Organic fresh-thinking standardization'

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

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Discover\nChristopher Johnson\n6011883634435096 12/27\nCVC: 408\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'USDT'

	fake.currency_code()
	# 'BHD'

	fake.currency_name()
	# 'New Zealand dollar'

	fake.cryptocurrency_name()
	# 'Burstcoin'

	fake.cryptocurrency()
	# ('MZC', 'MazaCoin')

	fake.currency()
	# ('TJS', 'Tajikistani somoni')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 25, 20, 57, 34)

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

	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(2015, 7, 8, 4, 41, 10)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2015, 5, 4)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 5, 15, 55, 11)

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

	fake.day_of_week()
	# 'Saturday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 10, 1, 19, 58, 9)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2014, 8, 24, 3, 59, 26)

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

	fake.am_pm()
	# 'PM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1999, 12, 29)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1983-10-28T00:41:22'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2013, 4, 26)

	fake.month()
	# '06'

	fake.year()
	# '1983'

	fake.day_of_month()
	# '26'

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

	fake.timezone()
	# u'Africa/Maseru'

	fake.century()
	# u'XI'

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

	fake.time_object(end_datetime=None)
	# datetime.time(4, 56, 49)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 7, 4, 6, 14, 41)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1993, 12, 13, 4, 19, 24)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '04:48:23'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 6, 1, 12, 34)

	fake.month_name()
	# 'July'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1586, 3, 17, 11, 45, 1)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(5288, 82368)

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

::

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

	fake.mime_type(category=None)
	# u'model/mesh'

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

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

	fake.file_name(category=None, extension=None)
	# u'illo.png'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'haynesomar@azet.sk'

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'allenashley@zoznam.sk'

	fake.url(schemes=None)
	# u'http://www.sanchez.sk/'

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

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

	fake.uri_extension()
	# u'.php'

	fake.uri_page()
	# u'category'

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

	fake.safe_email(*args, **kwargs)
	# u'moorebethany@example.net'

	fake.ascii_email(*args, **kwargs)
	# 'jarvisbrenda@chello.sk'

	fake.ipv4_network_class()
	# u'a'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'skelly@sparks.com'

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

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

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

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

	fake.uri_path(deep=None)
	# u'category/categories/tags'

	fake.company_email(*args, **kwargs)
	# u'bradleyselena@jones.sk'

	fake.uri()
	# u'https://www.burns.sk/'

	fake.ipv6(network=False)
	# 'd8fa:9a31:60a8:3e03:51a4:e766:a846:9c23'

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

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

	fake.mac_address()
	# u'0c:26:f2:0e:6a:96'

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

::

	fake.isbn10(separator="-")
	# u'1-5024-7302-X'

	fake.isbn13(separator="-")
	# u'978-0-7646-4962-2'

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

::

	fake.job()
	# 'Quarry manager'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Fugit repellendus mollitia ex maiores tempore provident ut. Sed maiores atque. Odio quas vel necessitatibus amet.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Sint sapiente doloremque voluptatem rem totam.',
	#     u'Quae quod omnis. Perferendis magnam non incidunt quidem iure ex similique. Nulla labore eligendi sed nesciunt.',
	#     u'Magnam voluptas dignissimos ut sed reprehenderit soluta corrupti.']

	fake.words(nb=3, ext_word_list=None)
	# [u'eum', u'vitae', u'unde']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Dolores nobis reiciendis quisquam expedita atque quasi ipsam.',
	#     u'Adipisci vero consectetur dignissimos.',
	#     u'Consequatur quibusdam commodi molestiae suscipit voluptate reiciendis.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Explicabo ea tempora quasi quaerat. At aperiam aspernatur rem quasi.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Sapiente adipisci similique rerum tempora laudantium vel.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'^DsQm*AGv9'

	fake.locale()
	# u'bhb_IN'

	fake.binary(length=1048576)
	# bytearray(b'\x96\\+\xad\x88\xcf\x1ct\x9av\xdd~[y@\x8c\xcc\xd3\xde\xa6\xb8\xcb\xd9\xeb\xd7\x1bX\x87\xc6\xf8%\xca\xeaJe\x88\xd8pc\x92\x82\xdbH\xd0\xe0\xa0\xc5\xf6\x98@$\xb3\xfc\t\xe1o\x9de\xd5o\xea\xb6vBU\xdaUl\xc9\xea\x87\x92Y\xe2q\x1dK\xe3\xa4\xa8\xd4q=\xc3A \xf1\xf3\x9c5\x03["\x05\xc4^.\x1c\xc82\x13V\xe1\x97\x0f\x11|\xea)\xa2\x7f\xd3\x92(\xd0\x84+\x8e\x16\x17k\xc1\xe8u\xfe\xc1\xdfa\xe7d*\\\xac\xa0\x94\xe66\x86\xe5\xe36z\xebB\xf3\x8d\xf2\xab\xaf\xb6\xd9\xb6]9\x07\x9a\xee\xa7\x14\xccZ\x1f\x95\xbcX\x1f\x1d\x18\xd8\x97\x99\x17\xee\x00\x95^L\xe1\xe4\xb5\xc7\xa1\xb9K\xc8\xa3G\xcd\x18\xb6J-i\x15&\x15\xe0\x9eG\x1b\x91G,\xa5\xb9\x1a\x15K\x9a\xc7\xa5\xfdu/\xaa\x1a)\xb0\x97L\x90\xfa\x02\xda2\x14\x88$^\xb4\x10n\xf11\xf7\xc6\xa2"b8N\xd8\xb2\'\x18p\xfc\xd4\x19\x85\xf4\xcf>\x016\xc4j\xc1q:\xe9\x12\xd1l\x07\xe9\xb1\x8c<i\x11\xc6\x98\xbbr\xe8\xffw[&+\xd8s.\xc4P%38+\xa3 v^D\xe8\x02\x9e\')\xac0\xacO\xf7\x86[\x9c\xec\x08r\x88\x1a\x9d\xd9\x0b\x9ci\r|\x92\x089\xde^8\xd6\x8c\xab\xd5:\xb9\x95\xd4\xc12F\xa2(\xb6x\xb4u\xb9\xb6\xc4U\xc3&/\xa8\xd1\xef\x96:|\xb7\xcb\x7ffl\xcb\xeaN\x81\x7f4A\xc3u\xdd\x93\x97\xce9\xc1*u\xa2\xec\x1ct\xbc\x0f8L\xe1\xcb\xa6\xdd<\x95\xf9\xfe\xa60\xee9\x9d\xe9Z\xa9\xab)qb\xfd\xdf\x93\xf1|\x15\xfd\xe7\x88M\xb6\xd6\xf0\x1f}$"9\xe2\x90\xbfC\xe5=\xfe(\x83O(O\x0b\x90-\xc9b%)\xe5\x03zY\xa9}\xfd\x8b\xc0\xd7\x12I\xb0\x88\xc1Y1"5\xcd\xd2\xc4\xff\x1a\xb2\xa5?\x97\xcf\x14I\xf4\x02\xc2\xd1"\xa8~Y\x01F\xd0\xb8\xd1\xaa\xde\xad\x9dp\x00mf%\x8aR}\x80\xd6\x8d\x07F)\xa5\xfaq\x11\xac\xd3dJ\xa4\x94\x12\xcd?\xf4m\x12\xea\x9b\xd0\xd2\xf8\xca\xcf\x9f\xa4\xac\xef\xe3FA\xe1/\xa0\x96\xa2\t\xc9\x14\xf1\x17\xf4\xd1\x1dW\x05\'^\x01\xac\xad\x7f(s\xadP<q\x19w(\xc3\x8b~<\xd4\xb8!t\xbc\xbb\x15\x9f\xe8\xfdN\xaf\x1a\x10u#\xbe4\x8dv\xe7{P)\xacwNX5?\x17pW\xa4\x9e\x0b\xc3\x88\xf4\xd1\x1b\x05\xc2\xdb\xb1U%bEz|\x98A3l\x1a^\x19\xb8\x00u\xdfR\x1c\x8f\xa5\xf1\xedE\xca5\xd5\xf3\n{\x18r\xf5Z\x03W\xc7\x1f\xa9\xb4-\x8a@+\xb7\xe6\xd10~\x1f*4$\xf2\xb8\xb1\xe4\xc7a\x11$\x98\xbaI\xd0N!\xb4\xea,\x02\xea\xb1\xf8|\xdcbZ\x10\x83N6\xd6\x86K[u\xde3L\x80\xf9\xc1c\xd4\x82\x990\x07\xac\x1dn\x0f\xeaG1\xa9\xd1\xfa\xbb\x95m\xc1\xc2\xb1\x97H\xc7\xde\x86\x94\x88\r\xd1 ~\xf7\x89\xce\xd5F{\xa19\xe4\x84\xe2\xff\x82$\x89\x07\x1e#\xae\xe3\x18,\xa6\xf6,\xa3\xafZBx\xa2L\x8c\xdc\xe395\xe2\x8a\x9c\x83\x8e\xd2h\xe9\xe4\xdc\xfa\xb9\x86\xb4f\xa4]FP*\xb8\xe8\\\x84\xbf\xbf\xeer\x03Yx\xcdC\xd8\x9d\x85\x12F\xe4\x9d"\x18\rRy\xfd\xcc\xd2\r"A\xbe\xef8Tu\xc8:\xee\x97L\x90\xeb\xca\x1fg5\x07@15yz\' K\xfdI\x8e\x90\xeeP\xb9t\x99\xe0\xf7\x8d\xe9\xacTr\xbc\x1b\x1d\xa7\x13|\xeb\xfa?\x8d\xd8\xc3\xe2\xcc)\xc8\x07\xc6\x83\xf3\xa2\xd1\x13{\xa6\xeaG~d1q:\xb1\x11\xe5\xe5o\xb8\x8d\x9eL\x87\x9b\xdf\x9a\nN\x85\xd5v\xd1\xa99%\t\xdc\xf4\x9ch\xb0G\x105\xb3\x98h.\x10Jy]t\x0cU\xe0\xec\xa0\x11)\xbaK\x84\xf1\x9a\x0f\xd3\x8fY\x91\x061\xcf\xbc\xce_\xfb8\x885\x95\xbb\xd7\xa9\x03\xda\xfav|\xb6\xa7\xda\xa8Ok\xea\xfb\x97|p\x10\xcf\xc1\xa604\x9cARip<\xba\xb8\x93\x927\x90\xcf\x81\xdd:\xd5\xdc:^\x83\x15@\xae\x9c\x04\x9e8 \x83')

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

	fake.sha1(raw_output=False)
	# '1d829468932b56c984593d2b26f21f700a2c1f70'

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '106b9dc79811cdfe04f48611e204127eb7e2a2f42acb65aaa5a90c9bb98d2318'

	fake.uuid4()
	# '47c5d6f3-6eb0-64cf-678f-80e51dda52fa'

	fake.language_code()
	# u'ko'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Washington'

	fake.name_female()
	# u'Crystal Allen'

	fake.prefix_male()
	# u'Mr.'

	fake.prefix()
	# u'Dr.'

	fake.name()
	# u'Rachel Peterson'

	fake.suffix_female()
	# u'DVM'

	fake.name_male()
	# u'Samuel Miller'

	fake.first_name()
	# u'Kyle'

	fake.suffix_male()
	# u'MD'

	fake.suffix()
	# u'DVM'

	fake.first_name_male()
	# u'Paul'

	fake.first_name_female()
	# u'Katherine'

	fake.last_name_female()
	# u'Blackwell'

	fake.last_name()
	# u'Nelson'

	fake.prefix_female()
	# u'Ms.'

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

::

	fake.phone_number()
	# u'+421 50 669 0147'

	fake.msisdn()
	# '5209171939961'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'\u013dadov\xe1 241\n313 78 B\u017eany',
	#     'birthdate': datetime.date(1907, 2, 18),
	#     'mail': u'qmiller@szm.sk',
	#     'name': u'Scott Baldwin',
	#     'sex': 'M',
	#     'username': u'bergjoseph'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Mlynsk\xe1 8351\n382 56 T\u0155nie',
	#     'birthdate': datetime.date(1999, 4, 17),
	#     'blood_group': 'B+',
	#     'company': u'Mack',
	#     'current_location': (Decimal('74.7961425'), Decimal('74.374360')),
	#     'job': 'Metallurgist',
	#     'mail': u'mckinneybrittany@chello.sk',
	#     'name': u'Dawn Matthews',
	#     'residence': u'Dohnalova 9459\n510 25 Pra\u0161ice',
	#     'sex': 'F',
	#     'ssn': u'787-74-8383',
	#     'username': u'drakejohn',
	#     'website': [   u'http://www.young.sk/',
	#                    u'http://carroll.sk/',
	#                    u'http://greene.sk/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   957677046944993.0,
	#     u'NYoJIFsGUULGstRtLmMd',
	#     -17602.66936,
	#     u'brooksjason@azet.sk',
	#     u'LsWxfKZJGUoXckcpsljf',
	#     u'mccoynathan@centrum.sk',
	#     u'http://www.soto.sk/tags/faq/',
	#     datetime.datetime(1989, 12, 9, 3, 21, 9),
	#     u'http://www.jackson.com/',
	#     u'goxTKwpRQvZuZjsQGikW',
	#     -399403063629412.0,
	#     8542)

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'mwpVlRHYlOspZYyKtNhF',
	#         datetime.datetime(2002, 11, 19, 13, 28, 19),
	#         u'uPmfSDqZbVAATPdVgBNd',
	#         u'https://www.mclaughlin.com/app/app/main/',
	#         3587,
	#         3050,
	#         Decimal('31414780.3332'),
	#         u'befnjLpVnfnrZIuMdqLZ',
	#         u'VMTYDCCSdjzOKNZUpDoE',
	#         u'LbdpqFaupONIOxlOWmzJ'],
	#     {   u'a': u'zKqbmViWYUDLVHdcnLuU',
	#         u'eos': u'bbrowning@zoznam.sk',
	#         u'iure': datetime.datetime(1974, 5, 17, 2, 31, 14),
	#         u'maiores': u'ZyAYPInxRiswWPhvAJlN',
	#         u'nemo': 3259,
	#         u'pariatur': u'ashleymack@post.sk',
	#         u'quidem': -26516577979.74,
	#         u'sequi': u'http://levine.com/',
	#         u'suscipit': 541,
	#         u'voluptate': u'pjSXnddioZXpljqzLyjE'},
	#     {   u'consectetur': {   5: datetime.datetime(2001, 7, 12, 7, 1),
	#                             6: [   Decimal('46.811'),
	#                                    8714,
	#                                    u'https://www.nguyen.sk/'],
	#                             7: {   5: u'trFznRgbeAmNqvsWpHfJ',
	#                                    6: 8927,
	#                                    7: [   u'mYbVjCfFevKhMdRFEXjy',
	#                                           u'https://bowen.com/author.html']}},
	#         u'deleniti': {   8: datetime.datetime(2006, 7, 6, 4, 7, 18),
	#                          9: [   datetime.datetime(1992, 3, 26, 7, 44, 24),
	#                                 Decimal('-595479946.0'),
	#                                 u'http://www.alvarez.com/homepage/'],
	#                          10: {   8: Decimal('-969209.2'),
	#                                  9: Decimal('823369193996'),
	#                                  10: [u'erinmills@chello.sk', 2848]}},
	#         u'et': {   6: u'ZyFijiGRmtPXjfRCfmzl',
	#                    7: [   u'daviskatherine@zoznam.sk',
	#                           Decimal('-4.04471839891E+13'),
	#                           datetime.datetime(2004, 7, 10, 21, 50, 14)],
	#                    8: {   6: -9931247.98,
	#                           7: u'josephdelacruz@azet.sk',
	#                           8: [   datetime.datetime(1974, 7, 18, 11, 12, 35),
	#                                  u'IAMOWmmgNHOenYcabOwU']}},
	#         u'fugiat': {   4: 1082,
	#                        5: [   datetime.datetime(1986, 6, 16, 21, 20, 49),
	#                               u'gWuHqGvaTsBLhParRNnC',
	#                               8284],
	#                        6: {   4: 9666,
	#                               5: u'wqXyIOFPniabsPRvIlqv',
	#                               6: [   -66298731603148.1,
	#                                      u'GVdLeFoxFptjAsczggYz']}},
	#         u'fugit': {   7: u'pQaBxYxFFmLvyrCQeems',
	#                       8: [   datetime.datetime(1988, 11, 12, 6, 39, 50),
	#                              u'christopherdavis@pobox.sk',
	#                              9619],
	#                       9: {   7: u'atmSNZefhcgMCoofsTLd',
	#                              8: u'HeBUKqhRUedOQCAspMxa',
	#                              9: [   u'rZvrCtvHrZkRIenQPzTD',
	#                                     u'zoghcFWIzzhvOzpuQhlp']}},
	#         u'maiores': {   1: -1809379813.5,
	#                         2: [6295649442776.0, u'WlpAMKyGWWiyMqmAAJrJ', 3515],
	#                         3: {   1: u'GvQkFKtVZZrBdUdewRNW',
	#                                2: 116021241413121.0,
	#                                3: [5992, -28224.8051]}},
	#         u'minus': {   0: u'nDIzSLjJVHJMcpjGYdOR',
	#                       1: [4271, -711.28651, u'uOXZjPJlfycLSSaBDsgY'],
	#                       2: {   0: 4077,
	#                              1: Decimal('9.8109441708E+12'),
	#                              2: [   u'GJugArTKdAgSzmeuZlRu',
	#                                     u'dviJbHNOZeqXoTiftQtD']}},
	#         u'nisi': {   2: u'dHSUDoZUQxGVPNDqjild',
	#                      3: [u'PrYiGkbRKcADlxrmpKxp', 3140, 1902],
	#                      4: {   2: u'ZvRnTbUURqkddYLAKxFp',
	#                             3: 7622,
	#                             4: [181, 840489797.2]}},
	#         u'soluta': {   9: u'OvbRraYIlwZlRHgYiECt',
	#                        10: [   u'http://www.vazquez.sk/search/author.php',
	#                                3365,
	#                                u'https://www.fisher.com/search.htm'],
	#                        11: {   9: u'melissatanner@post.sk',
	#                                10: u'rojasscott@atlas.sk',
	#                                11: [   u'http://www.sims.com/blog/main/home.htm',
	#                                        datetime.datetime(1979, 5, 28, 12, 41, 2)]}},
	#         u'voluptas': {   3: datetime.datetime(2001, 1, 11, 18, 35, 27),
	#                          4: [   u'hugheskathy@inmail.sk',
	#                                 3765,
	#                                 Decimal('915481.6')],
	#                          5: {   3: u'renee94@atlas.sk',
	#                                 4: -34617.99,
	#                                 5: [   datetime.datetime(2001, 4, 6, 11, 42, 34),
	#                                        Decimal('30763765505.2')]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   -943888585212.0,
	#     9146,
	#     u'vkivGHQOGpDITZElcdym',
	#     u'perkinstheresa@zoznam.sk',
	#     Decimal('-5.61832923344E+14'),
	#     u'sRXOnASlKBXQhBJMEZNG',
	#     Decimal('2565.51217892'),
	#     7349,
	#     5431,
	#     555389155573388.0,
	#     u'KjLyNgIMgjXYkxWmHIkH',
	#     223]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'dixtGnUkwybSuOjRqnvD',
	#     u'NbMHzILGzBqlIyrZXUUT',
	#     u'GkLdKWEeQvnsMzouijJQ',
	#     datetime.datetime(1980, 9, 21, 14, 51, 16),
	#     u'https://weber.com/',
	#     u'https://www.schroeder.com/category.htm',
	#     2609,
	#     u'ldean@szm.sk',
	#     4037)

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'JLceYnPRfNOxJjMNYQkG', u'vNpltvDuBVCWXgmOaZKy', u'evCivoSqjSQYVonpiZwr', u'dtorres@pobox.sk', u'AHALuGmRViGWBTGsEVmX', u'http://www.sampson.sk/', u'https://diaz.com/tags/tag/posts/about.asp'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'ab': 3229,
	#     u'ad': datetime.datetime(1976, 9, 2, 5, 43, 19),
	#     u'assumenda': u'cindysmith@azet.sk',
	#     u'dolor': Decimal('-1569220.43'),
	#     u'eaque': u'RcsucVkxuvQPgUKuZHle',
	#     u'inventore': u'fJIlGgUjHuOXYjaqUhee',
	#     u'magnam': Decimal('4562.11214931'),
	#     u'molestias': -2951.84777031,
	#     u'quis': Decimal('4.34255816917E+14'),
	#     u'quo': u'sfaLzHzbsRaHQmRcBvhl',
	#     u'voluptates': 393}

	fake.pyint()
	# 6509

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'493-52-8956'

	fake.ein()
	# u'64-1743985'

	fake.itin()
	# u'960-76-6486'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2010-04-16 23:46:19 Firefox/3.6.13'

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

	fake.opera()
	# u'Opera/9.47.(Windows NT 5.0; te-IN) Presto/2.9.188 Version/11.00'

	fake.windows_platform_token()
	# u'Windows 98'

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

	fake.user_agent()
	# u'Opera/9.87.(Windows NT 5.0; nn-NO) Presto/2.9.190 Version/10.00'

	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; Intel Mac OS X 10_11_9) AppleWebKit/5341 (KHTML, like Gecko) Chrome/20.0.850.0 Safari/5341'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; is-IS) AppleWebKit/533.22.5 (KHTML, like Gecko) Version/4.0.5 Mobile/8B116 Safari/6533.22.5'
