
Language hu_HU
===============

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

::

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

	fake.street_address_with_county()
	# u'Debreceni utca 48.\nZala megye\nH-2766 Kunmell\xe9kk\xf6vesd'

	fake.street_name()
	# u'Mosonf\xfcrd\u0151i utca'

	fake.address()
	# u'Egeri utca 230.\nH-4791 ny\xedrgy\xf6rgyb\xe1nya'

	fake.street_address()
	# u'B\xe9ke utca 107.'

	fake.postcode()
	# u'H-7706'

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

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

	fake.country()
	# u'Grenada'

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

	fake.city_part()
	# u'sz\xe9k'

	fake.street_suffix()
	# u'utca'

	fake.city_prefix()
	# u'hajd\xfa'

	fake.city_suffix()
	# u'h\xe1za'

	fake.building_number()
	# u'126.'

	fake.frequent_street_name()
	# u'Szabads\xe1g'

	fake.county()
	# u'Csongr\xe1d'

	fake.real_city_name()
	# u'Eger'

	fake.city()
	# u'Miskolc'

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

::

	fake.license_plate()
	# u'FJA-873'

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

::

	fake.bban()
	# 'ENZO7304121035085'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB97BMHM0136689015234'

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

::

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

	fake.ean13()
	# u'6107098406265'

	fake.ean8()
	# u'21007774'

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

::

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

::

	fake.company()
	# u'Balogh \xe9s t\xe1rsa Kft.'

	fake.company_suffix()
	# u'Kht.'

	fake.catch_phrase()
	# u'Total asynchronous open architecture'

	fake.bs()
	# u'mesh revolutionary interfaces'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'VISA 19 digit\nErika Juh\xe1sz\n4015984666720988916 08/25\nCVC: 136\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'ETH'

	fake.currency_code()
	# 'LRD'

	fake.currency_name()
	# 'Netherlands Antillean guilder'

	fake.cryptocurrency_name()
	# 'Namecoin'

	fake.cryptocurrency()
	# ('SRN', 'Sirin Labs')

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

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 9, 13, 16, 0, 40)

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

	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(2010, 1, 16, 11, 16, 17)

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

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 6, 0, 18, 55)

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

	fake.day_of_week()
	# u'h\xe9tf\u0151'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2014, 5, 21, 21, 29, 56)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(1998, 5, 28)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2008, 1, 1, 10, 53, 32)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1988-07-29'

	fake.am_pm()
	# 'AM'

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

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

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1976-04-01T16:09:17'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2011, 10, 26)

	fake.month()
	# '06'

	fake.year()
	# '1980'

	fake.day_of_month()
	# '15'

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

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

	fake.century()
	# u'XXI'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1981, 4, 18)

	fake.time_object(end_datetime=None)
	# datetime.time(19, 55, 58)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 5, 15, 18, 12, 4)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1979, 9, 22, 11, 34, 25)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '07:17:53'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 28, 17, 15, 50)

	fake.month_name()
	# u'janu\xe1r'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(12, 4, 24, 19, 6, 15)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(6780, 63469)

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

::

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

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

	fake.file_path(depth=1, category=None, extension=None)
	# u'/soluta/placeat.csv'

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

	fake.file_name(category=None, extension=None)
	# u'illum.csv'

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

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

::

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

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'bertalan67@kovacs.com'

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

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

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

	fake.uri_extension()
	# u'.php'

	fake.uri_page()
	# u'post'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'irenszilagyi@yahoo.com'

	fake.ipv4_network_class()
	# u'a'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'martontith@nemeth.info'

	fake.domain_name(*args, **kwargs)
	# u'vincze.org'

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

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

	fake.slug(*args, **kwargs)
	# u'enim-inventore'

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

	fake.company_email(*args, **kwargs)
	# u'llukacs@sois.com'

	fake.uri()
	# u'https://halasz.net/'

	fake.ipv6(network=False)
	# '1b92:b2d8:d7b2:3cd5:9a83:9e1a:95e0:e079'

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

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

	fake.mac_address()
	# u'5e:e5:e8:36:95:86'

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

::

	fake.isbn10(separator="-")
	# u'1-81225-349-4'

	fake.isbn13(separator="-")
	# u'978-0-473-98025-2'

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

::

	fake.job()
	# u'K\xf6rnyezetfelm\xe9r\u0151'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Libero ipsum veniam accusamus sunt commodi quo perferendis. Libero odit vel quae consequatur incidunt. Officia consequuntur eaque magni animi.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Odio possimus enim officia expedita est ducimus. Magni voluptatum odio aliquam pariatur. Sunt sequi eaque minus ipsa.',
	#     u'Eaque reprehenderit eos explicabo. Maiores similique enim maxime perspiciatis nobis.',
	#     u'Ea nemo dolorum libero asperiores impedit. Provident iste sit voluptatum ipsa odio numquam. Occaecati quod totam ut ipsam. Commodi libero nam dolorem quisquam corporis sunt.']

	fake.words(nb=3, ext_word_list=None)
	# [u'nisi', u'tempore', u'illum']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Id qui repudiandae.',
	#     u'Omnis ducimus itaque nostrum.',
	#     u'Ex fuga ea a eos tenetur.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Magnam soluta dignissimos labore. Praesentium illo possimus quaerat porro.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Veritatis consequuntur nemo illum magnam.'

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

::

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

	fake.locale()
	# u'eo_US'

	fake.binary(length=1048576)
	# bytearray(b'\x1bm\xb6\xd0\xfe\xc4z\x06\xd5J\xe1\x8e\xdb)I\xa9\xacH\x05\x1e0\xd3\xbe\x9a\xa7\xa8\xc9\xe0\x8a\xd01|$\x8b\xbe\xb2\xf5~./\x02\xf2\xd7\xf4`\xcf\xad\xa5\xe5>\x87\xea\x04\xde\xee\xbaaK\xcf\xaa{\xff\xb2\xe1l\x95\x06g\xe4\xc8E\xb8`P\x83\x1dFc\xb0I\x98N\xbdX\x88-\xea\xc3\\\xc8\x82\x1c\x01\xbeRr\xabl\xac\r\x1e\x94H\xc1;\xe1\x1dj~Wp\xbb\xdc\xd0y\x10\xa9\x19\x83@0N \xb2Y\x9e\x98\xaa\x02W\xeb\xc8\x9a\xa0\x18$\xb3\xce3\xbe\xcd\x850\xf6\x92\x0cp\x1f\xae\x19\x87\xc2\xc8\xf0>89\x7f\xe0\xff\xe2\x92\x93\x136\xe7\'\x1b\xb3V\x0c4F6x,\x01\xc4\x8d\xde\xb9\xe4\xb1\xf24\x8a\xcbC\xe4kk\x8e-TIk3)\xa8L\x02\x0b\xbbFl\xa2\x99\xb7\xa1\xd4?\xdd\xb2\x04\xc7w\xd2\xea\xbe\x9f\x1f{u\xd0\x15\xa1l\x84\xa9\xf6P\xef\x1a5\xf9\xb61\xc5\x032\xef|w`v\x90\xa6bU\xe5\x88\xe7\x95#\xe4%?<\xad\xb4\xad\xe7=.a\x97\x87~`\xbaL\x83\\cn8\x7f\xc5k\xebI\xb9\xc7\xa6\x9f\x84_\xd3\xb7\xcc\xceM\xa6W\x8b\xc6\xcb+\x97\xac\xc4\xfb=\xb4\x1e\xd3\xd5\xa7\xf5\x00\xa6\x89\x0e;\x8dw\xfe\tC\xee\xf7($&\xf2\xc1@$\x95\xde\xb1}\t\x02\x16\xf8\x1dr\xf4nP\xa4\xdb\xe4\xbc\xdag\xdc\xb7\\\xd9\xe53\xccq+\xa3\xf7\xd5\xeak\xd2n\\\xcay6\xf8z~\xb1pA\xb7\xd5C\x07p\xfc\x8d\x11#\x19&~\x1c\r\x0c\xa9\xfa\x9f\xce.\x05\xa2\xe30p\x04I\x9eUU\x91R\xe3\x1c\xbdRv\x7f\x8eZ=B\xba\x93_\xd4I\xf8c\x14\x9d\x87\xd0-\xde\x08\xd2\xc5J#\x96\xcd\x9c1\xe2Q\xa7\xc3\xfd3\x92\x15\xd1\xbf\x04cf-$\xb2\x8f\xedQH\xf7\xa0\x85\x14\xd6L`\xb4\x12\x02+\xfcS\x949\xad\x9b\xb9Zx\xee\x9du\xb5\x96$\xbb\x06\'q\x103\xa5\x8bS\xd7\xb8\x16\tk\x1dj\x98\xda^\x97\xa9s%\xf8\xca\xb9\xb4v6\x96\xec\x1f\xe7\xf7\x03\xbfJ\xde\\\x1e\xb1\x9d*\x1bIX\xeb\xa4\x8f\x06\xdb\xba\x80\xe7\xe8m\x99\xc4y\x90\x86\xea\xd2e\x94\x12\xf25\xbf\xbf\xca>\x00-\xb8\xd8i\x7f\x14\x97\xa7\xe6OQ\x16j\x01\xf1D\x18C\x93\x02&\xff\xfd>\xb9\xef\xda\x8bZ\xfb\x98\xc8,\xa3\x19\xbe\x8d\xf6u\xa20\xf4Kc&\xa7 \x88JL$\xfb\xbf&lI\xa8\xe4\x1d\xefl\xb1\xaf9]\x99\t\xd6[\xfa\xba\xb0`\x8d\xeb\x1c\x97\xbc\xb5\x120\xc5\xc6\n\x96\xed\xca\xebH\\\x08\xd1\xbf\x07n\x9f\x11\xf2\x07\x05\xe2\xea\xe81\x0cx\xa2x\x9d\xfcUR\x8ew\x1eA\xf9\x9f\x9a\xe8\xc7\xdeq\xe4\xff\x84\x0c\x87\xda\xd9\xa4a\x9ai\xc4\xceQ\x8b\xa4\xde\x7f\xfe\n\xd4I\xbfO\x03\x03P\xb9\x81z@e\xf9\xccp\xabV\x0c\x9e7\x93\xbf\xf3?\xd9*:aPy\xd2\x03\xf0i\xdb\xb3\x0b*\x86\x19#;\xcb\x08\x87\xc6\x18k\x93\xd5Y\xe2\xddj\x9fW\xbd\xfe\xa8\xe0?\x9ay.3\x8a\\\r%@\xea\x14\xdf\x18\xcc\x1e\x9e\xd6NP7\xf6s\xcd\xfe\x1c\x05\xac\xd1\xe9\xb4~\x0f{\xcb\'h\xe6\xb5\xd3\x90_\x7fO\x05T\xa33\x07\xcfg\\g\xfcy\xa7\xf5\xf7\x92>h\xa6\x7f\xcc\xdc\x91\xeat~\xca\tJ\x9b\xe7\xcc\xdc\xce/#\xb1\xd6&\xa0\x89w*\xd3\xce\xd5\xd8\xbc\xf5O\x899^\x06`\xa9\x16\xfc>\x88_-\xe1j+\xa2\xa6\x1e\xe4~[\x01\xa9\xabZ\x03"\x8e\x01\xc4pY"\xc3\xcb\x7f(\xb2"\xe5\xc9k\x00\x02\x7fzF\xb1\xef\xf2\x01,\x9f\xa1\x92\x8a\x9d\x97\x8c&k\x85\x0b{\xed\xa5%\xca\xc7"\x9eabb*\xb3~\xfe\xfa?z\xe0\xf0\xd2\xcet\x7fZ\x10\xd8K\x8d\rjV\xd0\xec\xf9>\x8c\xc5r\xca\x03(\xf9Y*\'l\xb7\xdd+.\xfcn\xf3O\xed\x86\x0b\xdbg\x1es\x97\xccT^])\xa1\xdbF\xcfu\r\x00Wu\xbf\x00\xbf\x12\xb87\xcc=WAe/Y\xc8\xb4,\x9e\xc0}"\x16_\xdc\xca\x9f\xe9\xdf\xc7\xdc\xbeG\xf0')

	fake.md5(raw_output=False)
	# '48b5728dd9bde376594c9c4f36139dd1'

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

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '91452c37d5bd9305f1c0dadf7475320ef45a7af745348807cea515eb4be99d99'

	fake.uuid4()
	# '78e86d28-27f1-ed18-8c5f-1ec24bd02485'

	fake.language_code()
	# u'iw'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Jakab'

	fake.first_name_female_abbreviated()
	# u'G.'

	fake.name_female()
	# u'A. Balogh Vir\xe1g'

	fake.prefix_male()
	# u'Dr.'

	fake.prefix()
	# u'Dr.'

	fake.name()
	# u'Dr. Szil\xe1gyi J. Zsuzsanna'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Kov\xe1cs I. Dominik'

	fake.first_name_male_abbreviated()
	# u'Z.'

	fake.first_name()
	# u'\xc1rp\xe1d'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.last_name()
	# u'Horv\xe1th'

	fake.first_name_female()
	# u'Ter\xe9z'

	fake.last_name_female()
	# u'Ol\xe1h'

	fake.first_name_male()
	# u'Istv\xe1n'

	fake.prefix_female()
	# u'Dr.'

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

::

	fake.phone_number()
	# u'06-0/715 1285'

	fake.msisdn()
	# '8378880099280'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'J\xf3zsef attila utca 154.\nH-2848 egyh\xe1zasligethalas',
	#     'birthdate': datetime.date(2016, 9, 1),
	#     'mail': u'eszterorsis@hotmail.com',
	#     'name': u'Kov\xe1cs N. P\xe9ter',
	#     'sex': 'M',
	#     'username': u'cdeak'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Keresztv\xe1rosi utca 112.\nH-5069 egyh\xe1zasligethida',
	#     'birthdate': datetime.date(1946, 9, 30),
	#     'blood_group': 'AB-',
	#     'company': u'Kiss \xe9s t\xe1rsa Kft.',
	#     'current_location': (Decimal('49.9341585'), Decimal('159.700965')),
	#     'job': u'Z\xf6lds\xe9gtermeszt\u0151',
	#     'mail': u'janosnagy@yahoo.com',
	#     'name': u'Sz\u0171cs Kiss Imre',
	#     'residence': u'\xd3zdi utca 20.\nH-9526 h\xe1tv\xe9g',
	#     'sex': 'M',
	#     'ssn': u'16712085342',
	#     'username': u'kovacsjulianna',
	#     'website': [u'https://vincze.biz/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([datetime.datetime(1988, 11, 19, 18, 50, 8), Decimal('-769009008244'), 3731, 9300, u'http://www.tith.hu/search/main/', 3007])

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

	fake.pystruct(count=10, *value_types)
	# (   [   Decimal('1473.36772556'),
	#         Decimal('100.316616393'),
	#         Decimal('3734.0'),
	#         u'nTayYNgkhkvCuPufBVcp',
	#         5423,
	#         u'http://bodnar.com/login.html',
	#         u'oicUlfZbAOgtVevxvYse',
	#         u'tSlVgWmDSMsPGpVGIZGM',
	#         datetime.datetime(1971, 6, 21, 4, 49, 2),
	#         u'TxfmSixTXnAElkwWaTil'],
	#     {   u'cum': datetime.datetime(2008, 2, 14, 0, 1, 17),
	#         u'delectus': u'ADeXmZTkNKcYvtEhGowx',
	#         u'dolor': u'QrzBofDLnqZUyWbVtLIV',
	#         u'doloremque': u'NrQmmGijMlqwyudNZhyC',
	#         u'magnam': u'https://molnar.biz/categories/main/main/',
	#         u'similique': 6,
	#         u'ullam': u'sandor97@yahoo.com',
	#         u'velit': u'eMmvObbOSTVsADKHJvFj',
	#         u'vitae': 515711410593092.0},
	#     {   u'architecto': {   4: datetime.datetime(2013, 5, 18, 5, 48, 21),
	#                            5: [   u'sLDgdFFpmBSJuVpBPDDD',
	#                                   u'vdHHBQWjaKimWZlAZSCA',
	#                                   Decimal('-280708.8723')],
	#                            6: {   4: datetime.datetime(2016, 7, 30, 6, 0, 19),
	#                                   5: u'http://hajdu.info/posts/search.html',
	#                                   6: [   datetime.datetime(1979, 6, 5, 23, 10, 4),
	#                                          u'http://bakos.org/']}},
	#         u'consequuntur': {   2: 944,
	#                              3: [   u'gNrznAwtulHDnqpofuyu',
	#                                     u'CrJnYBwAtqkTaRKHhCFW',
	#                                     u'erzsebet89@voros.com.hu'],
	#                              4: {   2: u'KxQyrecZUBdhIYathgxz',
	#                                     3: u'UqOJBDgxtogAfLhYhiwz',
	#                                     4: [u'YnFehveigRirZrMfsFww', 8472]}},
	#         u'cum': {   5: 151,
	#                     6: [   u'RgZSNvnLQZNGCxouiibH',
	#                            u'HlymNeoEjLcbTsIPgNoZ',
	#                            7750],
	#                     7: {   5: 8966,
	#                            6: u'yEvXqgPzmbDngkMgbxCr',
	#                            7: [   u'https://tith.com/search/author/',
	#                                   -5050850.13787]}},
	#         u'cupiditate': {   7: -91473682.904,
	#                            8: [   datetime.datetime(1998, 4, 22, 10, 17, 11),
	#                                   u'GkTthnVAeZMXvqjzZVvT',
	#                                   datetime.datetime(1974, 6, 30, 3, 32, 21)],
	#                            9: {   7: 3022,
	#                                   8: u'yXgGKJRHSRzKxoYSCGVl',
	#                                   9: [Decimal('-743083768218'), 7775]}},
	#         u'debitis': {   9: u'TNFhZXQgknuxjCwRyrAN',
	#                         10: [   u'XZXaxLGjGJXURQYCjzXU',
	#                                 u'oYmJkbUnYXRNhMgPODDe',
	#                                 u'SAaxmNCqnmyisxwVtCHB'],
	#                         11: {   9: u'wKjOXPHaKrykSPLjaTUz',
	#                                 10: Decimal('8129479.56944'),
	#                                 11: [   25196966.0,
	#                                         u'zsuzsannahorvath@gmail.com']}},
	#         u'dolorem': {   0: u'https://www.olah.info/categories/privacy/',
	#                         1: [   448713739101.2,
	#                                u'wjpeeoWnkzammOnTVGTH',
	#                                u'LcuLHRhvfbPgDEbJQuDU'],
	#                         2: {   0: datetime.datetime(1980, 8, 21, 21, 39, 22),
	#                                1: u'cayEMCyBsbTqvtmdzdGS',
	#                                2: [u'janosnagy@gmail.com', u'mgal@gal.biz']}},
	#         u'eligendi': {   6: u'http://www.boros.hu/',
	#                          7: [   9985,
	#                                 datetime.datetime(1986, 7, 31, 18, 1, 47),
	#                                 Decimal('-7618.5')],
	#                          8: {   6: u'zxnVLbBLKfKeQWMfkmjW',
	#                                 7: u'http://www.tamas.hu/post.asp',
	#                                 8: [   u'TNnSOYZwdfjpQHmwTQVu',
	#                                        u'http://kovacs.biz/main.htm']}},
	#         u'numquam': {   1: 4.61836305,
	#                         2: [   7462,
	#                                22010347531.8197,
	#                                u'https://www.fodor.biz/login.htm'],
	#                         3: {   1: u'iEuGDmMrXkkqcDIfnLFv',
	#                                2: u'ilonajuhasz@yahoo.com',
	#                                3: [2281, u'ULJXDGpcuiboEAXxtNYr']}},
	#         u'quae': {   8: u'http://www.balogh.org/faq.html',
	#                      9: [   u'https://torok.org/',
	#                             datetime.datetime(2010, 6, 30, 12, 36, 51),
	#                             u'janos89@gmail.com'],
	#                      10: {   8: datetime.datetime(1976, 5, 18, 8, 3, 44),
	#                              9: 40073996439.7,
	#                              10: [86794.9040504, -31360519271178.6]}},
	#         u'quo': {   3: 6177,
	#                     4: [   Decimal('-7194.152894'),
	#                            u'AcAucyeCsdiSQbtGkrea',
	#                            u'kZVQsHfvbqMYPROctIVc'],
	#                     5: {   3: 3329,
	#                            4: u'JAUUJVSmFhJnNwPlJaRR',
	#                            5: [   u'andreamolnar@yahoo.com',
	#                                   datetime.datetime(1981, 12, 15, 5, 28, 3)]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   3124,
	#     u'TeLZifUgPkzyVLarZAnW',
	#     620701.39789,
	#     Decimal('38.65998'),
	#     9776506.758389,
	#     4134]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   datetime.datetime(2010, 9, 27, 9, 50, 9),
	#     datetime.datetime(1974, 12, 6, 19, 7, 46),
	#     u'opbPCpwIebfiHgQHyiRj',
	#     u'GjHBpKSHdRynmNqVSPHO',
	#     u'rSQnwIcxgSwwYuOyxoSC',
	#     9460,
	#     u'NzgshGHssIdXARViqLNs')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'vsPwzpKgQLYPUpZOxjmP', 963, 8839, Decimal('-5.74360693612E+12'), u'szilagyimaria@yahoo.com', Decimal('7011.3394754'), u'bSVTORCOARjGmkHcxmqN'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'ad': datetime.datetime(1987, 2, 13, 15, 12, 50),
	#     u'consectetur': datetime.datetime(1974, 7, 19, 18, 53, 30),
	#     u'dolore': u'UbuvoHMddBwqPAqJDmKP',
	#     u'dolores': datetime.datetime(2007, 11, 8, 12, 32, 50),
	#     u'fuga': u'WWaWzqtZbgnSYTcWgxgw',
	#     u'possimus': u'farkaslajos@gmail.com'}

	fake.pyint()
	# 4453

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

::

	fake.ssn(dob=None, gender=None)
	# u'229100320910'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (Windows NT 5.1; tn-ZA; rv:1.9.2.20) Gecko/2015-03-15 22:48:21 Firefox/7.0'

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

	fake.opera()
	# u'Opera/8.84.(Windows NT 6.1; mk-MK) Presto/2.9.189 Version/11.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows 95; Trident/3.1)'

	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 6.0) AppleWebKit/5362 (KHTML, like Gecko) Chrome/36.0.829.0 Safari/5362'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_7 rv:4.0; is-IS) AppleWebKit/532.27.6 (KHTML, like Gecko) Version/5.0 Safari/532.27.6'
