
Language he_IL
===============

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

::

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

	fake.street_name()
	# u'\u05e9 \u05d1\u05d1\u05dc\u05d9'

	fake.address()
	# u'\u05d4\u05e9\u05d7\u05e8 13, \u05e2\u05de\u05e7\u05d4, 3906764'

	fake.street_address()
	# u'\u05de\u05d9\u05e9\u05d0\u05dc 08'

	fake.postcode()
	# u'1058363'

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

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

	fake.country()
	# u'United States'

	fake.city_name()
	# u'\u05e0\u05d5\u05e7\u05d3\u05d9\u05dd'

	fake.street_suffix()
	# u'Street'

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

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'55'

	fake.street_title()
	# u'\u05de\u05e2\u05e0\u05d9\u05ea'

	fake.city()
	# u'\u05d4\u05d0\u05d5\u05df'

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

::

	fake.license_plate()
	# u'46X 3172'

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

::

	fake.bban()
	# 'UKRD9369014534435'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB76MXHZ3217316356047'

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

::

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

	fake.ean13()
	# u'6222057360577'

	fake.ean8()
	# u'23286689'

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

::

	fake.rgb_css_color()
	# u'rgb(58,144,178)'

	fake.color_name()
	# u'Olive'

	fake.rgb_color()
	# u'122,35,56'

	fake.safe_hex_color()
	# u'#669900'

	fake.safe_color_name()
	# u'black'

	fake.hex_color()
	# u'#8c6f20'

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

::

	fake.company()
	# u'\u05d0\u05d8\u05e8\u05e9, \u05e1\u05d5\u05d9\u05e1\u05d4 and \u05d9\u05e9\u05e8\u05d0\u05dc'

	fake.company_suffix()
	# u'LLC'

	fake.catch_phrase()
	# u'Integrated value-added artificial intelligence'

	fake.bs()
	# u'evolve integrated portals'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'Diners Club / Carte Blanche'

	fake.credit_card_full(card_type=None)
	# u'VISA 19 digit\n\u05d0\u05d9\u05ea\u05de\u05e8 \u05d1\u05e8\u05d5\u05da\n4451921513843287581 09/18\nCVC: 822\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'LTC'

	fake.currency_code()
	# 'NIO'

	fake.currency_name()
	# 'Jersey pound'

	fake.cryptocurrency_name()
	# 'Bitcoin Cash'

	fake.cryptocurrency()
	# ('ADA', 'Cardano')

	fake.currency()
	# ('GTQ', 'Guatemalan quetzal')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 9, 13, 23, 55, 42)

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

	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(1999, 11, 11, 15, 57, 11)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2013, 2, 15)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 8, 10, 1, 16)

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

	fake.day_of_week()
	# 'Sunday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2015, 4, 13, 1, 23, 18)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 7, 24, 18, 22, 50)

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

	fake.am_pm()
	# 'AM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(2002, 5, 23)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 4, 15)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2005-06-23T05:12:44'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2001, 9, 29)

	fake.month()
	# '09'

	fake.year()
	# '1997'

	fake.day_of_month()
	# '31'

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

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

	fake.century()
	# u'XV'

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

	fake.time_object(end_datetime=None)
	# datetime.time(16, 25, 48)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 4, 10, 21, 24, 48)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1979, 9, 14, 12, 49, 56)

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

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 21, 6, 35, 56)

	fake.month_name()
	# 'July'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(116, 6, 4, 12, 16, 25)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(13047, 24484)

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

::

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

	fake.mime_type(category=None)
	# u'audio/basic'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/\u05e7\u05dc\u05d0\u05e6\u05d9/\u05e7\u05e8\u05d4\u05e9\u05e7.json'

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

	fake.file_name(category=None, extension=None)
	# u'\u05dc\u05e4\u05e8\u05d9\u05e7\u05da.png'

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

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

::

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

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'ysqvbyvbl@lby-mshh.com'

	fake.url(schemes=None)
	# u'http://mtr-krmy.com/'

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

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

	fake.uri_extension()
	# u'.jsp'

	fake.uri_page()
	# u'terms'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'yzn92@zvly-prts.biz'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'shkhr58@dry.com'

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

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

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

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

	fake.uri_path(deep=None)
	# u'tags/wp-content/category'

	fake.company_email(*args, **kwargs)
	# u'tdvd@gbryh-brhmy.biz'

	fake.uri()
	# u'https://www.bn.com/categories/homepage.php'

	fake.ipv6(network=False)
	# '904c:eb03:70df:e7dc:8ae5:dd39:8504:2bd6'

	fake.free_email(*args, **kwargs)
	# u'sbytvn@hotmail.com'

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

	fake.mac_address()
	# u'a6:fc:55:5d:01:b5'

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

::

	fake.isbn10(separator="-")
	# u'0-18-177201-9'

	fake.isbn13(separator="-")
	# u'978-0-686-65783-5'

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

::

	fake.job()
	# 'Optician, dispensing'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'\u05d0\u05d2\u05ea \u05d0\u05e4\u05d0\u05d7 \u05e7\u05d5\u05e0\u05e1\u05e7\u05d8\u05d5\u05e8\u05e8 \u05ea\u05d5\u05e7 \u05dc\u05db\u05e0\u05d5\u05e5 \u05de\u05e0\u05d5\u05e8\u05da \u05d5\u05e1\u05ea\u05e2\u05d3 \u05dc\u05db\u05e0\u05d5\u05e5. \u05dc\u05d4\u05d0\u05de\u05d9\u05ea \u05dc\u05de\u05d8\u05db\u05d9\u05df \u05d5\u05e1\u05d8\u05d9\u05d1\u05d5\u05dc\u05d5\u05dd \u05d1\u05dc\u05d9\u05e0\u05d3\u05d5 \u05d1\u05dc\u05d9\u05e0\u05da \u05de\u05e0\u05e7 \u05d9\u05d4\u05d5\u05dc. \u05de\u05d5\u05e0\u05d7\u05e3 \u05de\u05d2\u05de\u05e9 \u05e7\u05e8\u05d4\u05e9\u05e7 \u05d3\u05d5\u05dc \u05d0\u05d9\u05e3 \u05d0\u05dc\u05d9\u05ea.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'\u05d0\u05e1 \u05d4\u05ea\u05d9\u05d3\u05dd \u05d1\u05dc\u05d9\u05e0\u05d3\u05d5 \u05e6\u05d5\u05e8\u05e7 \u05d4\u05ea\u05d9\u05d3\u05dd \u05e7\u05d5\u05dc\u05d4\u05e2 \u05e7\u05d5\u05e0\u05e1\u05e7\u05d8\u05d5\u05e8\u05e8. \u05dc\u05e8\u05d8\u05d9 \u05d4\u05db\u05d9\u05d9\u05e8 \u05e0\u05d9\u05d1\u05d0\u05d4 \u05d4\u05d1\u05e7\u05d9\u05e5.',
	#     u'\u05d1\u05dc\u05d9\u05e7\u05e8\u05d4 \u05d9\u05d1\u05e9 \u05ea\u05e6\u05d8\u05e0\u05e4\u05dc \u05d3\u05d5\u05dc \u05d1\u05d2\u05d5\u05e8\u05de\u05d9. \u05dc\u05db\u05d9\u05de\u05e4\u05d5 \u05d5\u05e1\u05ea\u05e2\u05d3 \u05e1\u05d0\u05e4\u05d9\u05d0\u05df \u05de\u05e0\u05db\u05dd \u05d5\u05e1\u05ea\u05e2\u05d3 \u05d0\u05d9\u05d0\u05e7\u05d5\u05dc\u05d9\u05e1 \u05d7\u05e9\u05dc\u05d5. \u05d5\u05d7\u05d0\u05d9\u05ea \u05d8\u05d9\u05d3\u05d5\u05dd \u05de\u05e0\u05db\u05dd.',
	#     u'\u05d0\u05d9\u05e3 \u05de\u05d5\u05e0\u05e4\u05e8\u05e8 \u05d4\u05db\u05d9\u05d9\u05e8 \u05d4\u05d9\u05d5\u05e9\u05d1\u05d1. \u05dc\u05ea\u05db\u05d9 \u05dc\u05d5\u05e8\u05dd \u05d3\u05d9\u05d0\u05dd.']

	fake.words(nb=3, ext_word_list=None)
	# [   u'\u05e7\u05dc\u05d0\u05e6\u05d9',
	#     u'\u05e9\u05dc\u05d5\u05e9\u05e2',
	#     u'\u05de\u05d5\u05e8\u05d2\u05dd']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'\u05d0\u05e4\u05d0\u05d7 \u05d1\u05dc\u05d5\u05d1\u05e7 \u05e9\u05e0\u05e8\u05d0 \u05dc\u05d9\u05e5 \u05d1\u05e2\u05dc\u05d9\u05e7.',
	#     u'\u05d0\u05e1 \u05d2\u05d5\u05dc\u05e8 \u05e0\u05de\u05e8\u05d2\u05d9.',
	#     u'\u05d5\u05de\u05e2\u05d9\u05d5\u05d8 \u05e1\u05d0\u05e4\u05d9\u05d0\u05df \u05ea\u05e8\u05d1\u05e0\u05da \u05e1\u05ea \u05d1\u05d2\u05d5\u05e8\u05de\u05d9 \u05e8\u05d5\u05d2\u05e6\u05d4 \u05de\u05e8\u05d2\u05e9\u05d9.']

	fake.word(ext_word_list=None)
	# u'\u05dc\u05e4\u05e8\u05d9\u05e7\u05da'

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'\u05e6\u05d5\u05e4\u05e2\u05d8 \u05d0\u05d9\u05e3 \u05e0\u05d9\u05d1\u05d0\u05d4 \u05d0\u05d0\u05d5\u05d2\u05d5 \u05d0\u05d9\u05d1\u05df. \u05e7\u05dc\u05d0\u05e6\u05d9 \u05e7\u05d5\u05e8\u05d5\u05e1 \u05e9\u05e2\u05e8\u05e9 \u05e7\u05d5\u05e0\u05e1\u05e7\u05d8\u05d5\u05e8\u05e8 \u05d0\u05e8\u05d5\u05d5\u05e1. \u05d5\u05e1\u05d8\u05d9\u05d1\u05d5\u05dc\u05d5\u05dd \u05d5\u05de\u05e2\u05d9\u05d5\u05d8 \u05d4\u05e9\u05de\u05d4 \u05e9\u05e2\u05d5\u05ea\u05dc\u05e9\u05da \u05e9\u05dc\u05d5\u05e9\u05e2 \u05dc\u05db\u05e0\u05d5\u05e5.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'\u05d3\u05d5\u05dc \u05e8\u05d5\u05d2\u05e6\u05d4 \u05e0\u05d5\u05d1\u05e9 \u05e6\u05d5\u05d8 \u05d2\u05d3\u05d3\u05d9\u05e9.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'0j1Ghw)((9'

	fake.locale()
	# u'ayc_PE'

	fake.binary(length=1048576)
	# bytearray(b'@\\\t-\xd9\x17\xf7$\xf3 >~\xc5\xdf\x940o\xc1\xe4\x02L\'\xa7\xdf1?\xe4\xbf\xbb\xe2\x06\x02\xc5\x93#\x11\x082\xda\xa8\xfaN\x85-\xf5\xe0\xb5<\xe3s\xfa\xac\xeb"*\xc0\xf7\x86\x04\xf1U\xef\x8e\xd4\xc2\xe0q\x1d\x8a\xaa\xcc\xd8j((\x02i\xf9\x8e\xa4\xc7cbj\xbe:\xa5Zs\xb8\xb4P\xe0\x19U\x1f\xf2\xd4\xd4\xc95\xd4KU,\x8b\x8f\xbc\x07\xadi\xbd)>\x9c\x9e\x10\xeb|\xf7\x86X\x1e\x06\x1e\xbf?m\xb5^\xc7;\xcb\xe5[\xc1|\xdf\xad\'k\xb9\x94\x06\'\xcd"\x9b\xc3G?\xe8r\xe1\x91\x83\x8d\xe6\x8d\x0b/\x84`\x11\xdc\xfd\x9cK\xd7\xcd\x1dV\xcb@\xd8\xc6\x16\xfe>\x8bXon\xf0\xa6\xd2\x81+\xf9u\x18\xd8&\xb1\x9a\xf0\xb4\xae?a\xd3\'\x1e\x92\x05_\x87\x8c\xb2}\x99&m\x1b\xf0\'\xf0L\x00X\xde+ \x11\x8a\xd3\xaa\xca\x82M\x8cM\x1b^\xdbS^\xf2\xa5T\xc4ps\x08\xca\xee\xb9\xb4\xb2\xfe\xfe\xff\x12\xf9]\xbf%\x96\xf8\xfa\xb9\xa5\xd3\xfb\xfc\x03\xb3\x95\x9cK\xd0\xe1\xf2Q\xfa\x8f\xf2\x16\xef!\xd8w\xc4co\x1f\x89\x03\xc3a\x14\xb6[\x92\xf2~X\xc0\x8e\xc62E\xa4BK\xcb\x93\xa7\x1e\xc3\'\xadQ\x10_\x8c\xa5vc#v\x0fM\x1c\x0f\x8b\xc3\'_\xf1\xeeB-\xd0\\(<c^\xdbf\x8dI\xc8\xf9\xa2\xdc\xa00\xc2\xb1\xf3\xeb\xc8\xa1\xa3Y\xce\xe9U5\x03\x1b\xe5\x9crq[\xecYP\x16D\xfc\x84r\xc7\xb2\x84\xa3%\x87}-\xe5p\xf6\xe6\x81N\x82c\xc7\xd6`\xfbv1\x0e\xe4\xc2=\x16w\xab\xb4\xe6\xe0{\x94!\xd3# 9L-\xff\x93\x8aB\x84\xa6pE\xb9\x96\xb4u\x1a\xc9\xa5\xc8.\x0bU\x88^;2\xcbbO\xcc\xf9\x08T\x02\xa0P\xfd\x8a\xb5\xb7@\xcel\xb4a}\xf4\x19R\x91\x1a>\x11 \xe8\x1f1\xb8\xbd@\xb5\xd7\xc5\xb1\xd8\\vp,o\xe7\xbe\x11\xe5\xdbjR\x82\xc3_xc\'{\xe0\xb4\x82\x84 \'\x9a`\xad\t\x99\xcc+\x03\r\xbfH\x08\x02\x86\xa8\xa93M\xca1\xf3\xffP<\xff\xd9\x8c\x0f:\x9e\x03]\x96\xfe#\x86\xb2\xa8\x81\xa2\xd3/\xff2\x0f\xb0\x97 \x98c\\c\xbb8\x83]T]\xa8\x90\xfa\x19\x08T$\xbb)\x11\xd2\x96g\xbcu_\xc6Lx\xe0O\x89\xc0\x81N\x8d\xeb\x04R68\xf3\x1c\x06]k\xeaV\xbbvB\xa8\x81HF\xa7\xff\xeb\x911\x83[.6\x83\x1d,\xf6\xf3\x96\xed\xd2\xb7\xca\xdc\x8b\x9a\x1be\xc5d\x0e\x11~\x88j\x9b\x1e\xf0m\x99\xa9^\x7f\x7f\x86\x12\xb0\x91n\x98.\xc7\xbf\xcf\x05\xad\x81\xd5\xab\r\x9c3\x17\xc1\xc4\xff\x90O+\xdb\xf7p\x0e\x06\x93\x91.\x955\xa7\x84\x16O4f\xa8\xc2\x99\xab#\x04\xf6\xf4SLFU\x9aG\xe9saQ\xdaJ\xc1\xb7k\x8e\x02\x0b\x88\xd4\\g(&\x98\xec\x18\x19r\xec\xd9\x10\xd9\x12\'\xa4\x89\xc8\xaf"\xc9Q 6\xf7 \xe1\x89%\xed\x84\x12\x06\x86\xdaE)\x82\xe4,\x10(z3\xa3\xb7\x11\xac_\xc3\xffA\xf5\xc8\xde\xbb *Nq\xdb\xe5\t\xad\xdag$@\xbeg6\xdb^eJ\xad~0"\x04+&\xa6I\xb5/\x9b\xcb\xf4(\xdd\xf3@,\xf4\xfd\x16\x1f\xac\xc1B\xb0\xba\xbc\xe1\x98-lpR6\x11\x0f}\xd8\x18*b\xb9\x01b(\xae|\xa8\xb7\xeb\x05\x7f{\xc1i{\xd6\xacO&zJ\x86mse\xa6\xb1\'\xc1\xdf\xd3h\xccD\x85!U\xd4M\xc2\xc2\xf9\xcaI<J\xb8\x16\xb5\x8c*\x10]\xda\xea\x11\xd384\xbdk+\xac\x0eM\xc7\xe4f\x85\xafp\xed_\xe5\x96SY\xb6\x98\xba\xdc\xbf\xfe\x97\x871o\x06\xbf\xff\xf4)\xb2\xf3:\xa9\x1e,\x1bj\x10\x90n1F\x8d\x94\x96!\x98\x9aH[l\x96\x94U\x00\x1d\x0eg\'\xaag\xbe\x8e$\xe9b)\x0c\x144\xbd}\xbf1\x06\xe4\xff\x11e6\t\x1c\x98\xb1\xdc\xf7A\x85b\xd2l$6~\nn,~\xce\xef\xcf|\xfc\xe8\x13\xce\x18\xb9\xf3\x0e\xa9\x02cf\x83\rN\xb4\x891\x958\x1d\xedK\xab\x16')

	fake.md5(raw_output=False)
	# '9be3984c292f7a1d04767a3f5998dd1b'

	fake.sha1(raw_output=False)
	# '48dbd07d8a2e1ba0978a3935b1f3d37942eeedd8'

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# 'bc72a67bd885c9feaf284de59783042299809be22fc9150e1f6e3a40fcf00b98'

	fake.uuid4()
	# 'fce7f74f-a29b-52a2-25e2-b02cfd425a54'

	fake.language_code()
	# u'kk'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'\u05d1\u05e8\u05d2\u05e8'

	fake.name_female()
	# u'\u05d7\u05dc\u05d0 \u05d9\u05e4\u05e8\u05d7'

	fake.prefix_male()
	# u''

	fake.prefix()
	# u''

	fake.name()
	# u'\u05d0\u05e8\u05d9\u05d0\u05dc \u05e2\u05d5\u05d0\u05d3'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u"\u05de\u05d5\u05d7\u05de\u05d3 \u05d7\u05d0\u05d2'"

	fake.first_name()
	# u'\u05de\u05e2\u05d9\u05d9\u05df'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'\u05de\u05d5\u05d7\u05de\u05d3'

	fake.first_name_female()
	# u'\u05d3\u05d1\u05d5\u05e8\u05d4'

	fake.last_name_female()
	# u'\u05d3\u05d4\u05df'

	fake.last_name()
	# u'\u05e2\u05d5\u05d5\u05d3'

	fake.prefix_female()
	# u''

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

::

	fake.phone_number()
	# u'053-0450629'

	fake.msisdn()
	# '4157663169182'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'\u05d4\u05d4\u05d2\u05e0\u05d4 38, \u05de\u05e9\u05de\u05e8 \u05d4\u05e2\u05de\u05e7, 7629265',
	#     'birthdate': datetime.date(2018, 7, 14),
	#     'mail': u'tl16@hotmail.com',
	#     'name': u"\u05d7'\u05d0\u05dc\u05d3 \u05d0\u05d5\u05d7\u05e0\u05d4",
	#     'sex': 'M',
	#     'username': u'ndrvshh'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'\u05d4\u05d7\u05d1\u05dc 25, \u05d2\u05d1\u05e2\u05ea \u05db"\u05d7, 5748628',
	#     'birthdate': datetime.date(1944, 7, 7),
	#     'blood_group': '0+',
	#     'company': u'\u05de\u05d5\u05e1\u05e7\u05d5\u05d1\u05d9\u05e5 LLC',
	#     'current_location': (Decimal('18.693216'), Decimal('-52.568708')),
	#     'job': 'Illustrator',
	#     'mail': u'ylyvsp@hotmail.com',
	#     'name': u'\u05d0\u05d7\u05de\u05d3 \u05e9\u05d8\u05e8\u05df',
	#     'residence': u'\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05d4\u05e8 \u05d9\u05d5\u05e0\u05d4 97, \u05e0\u05d7\u05dc\u05d4, 7536441',
	#     'sex': 'M',
	#     'ssn': '364734939',
	#     'username': u'nvr47',
	#     'website': [   u'https://www.mdr.com/',
	#                    u'http://kts.biz/',
	#                    u'http://www.dvd.info/',
	#                    u'http://www.btsll-shtrn.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   49939385127796.0,
	#     6639,
	#     u'DWBqYKZAyvaSkxVHGiZV',
	#     u'CuDGLQUFGjsGScyLfttC',
	#     u'vOUfWoBUKnlaSffTJGUD',
	#     u'qXZNWJwHAEWMtjEddooT',
	#     u'ZcUqqztDTWMwBLCGsuaR',
	#     u'BivQezjirGhVvhiRgwYu',
	#     u'https://mrdky.com/privacy.html',
	#     726,
	#     u'lrvtnbrg@yahoo.com',
	#     u'IgnySmJKNFjkqLZEUZuo']

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

	fake.pystruct(count=10, *value_types)
	# (   [   Decimal('216100.76311'),
	#         4908,
	#         90834423383708.0,
	#         datetime.datetime(2000, 12, 2, 14, 53, 2),
	#         datetime.datetime(2008, 12, 7, 19, 40, 36),
	#         u'https://www.sd.com/category/explore/about/',
	#         2585,
	#         u'sELtbHQluwGWlHRRbHbz',
	#         Decimal('1.31367708863E+13'),
	#         u'RnKuPzVAOnkYxzZaruRR'],
	#     {   u'\u05d0\u05dc\u05de\u05e0\u05e7\u05d5\u05dd': u'vUPOcggFdzZYrYnpjorl',
	#         u'\u05d0\u05de\u05d8': u'lyn16@lvy.net',
	#         u'\u05d3\u05e1': datetime.datetime(2015, 10, 18, 6, 36, 38),
	#         u'\u05d9\u05d1\u05e9': 9932,
	#         u'\u05dc\u05d9\u05d0\u05de\u05d5\u05dd': u'LFAwmQXhooaylOZNhovY',
	#         u'\u05e0\u05d5\u05d1\u05e9': u'FAHBEZRmCqlihLZyVmoe',
	#         u'\u05e7\u05dc\u05d0\u05e6\u05d9': u'TOpIZqnwVOIOXOWyDWMe',
	#         u'\u05e9\u05dc\u05d5\u05e9\u05e2': Decimal('842528.2489'),
	#         u'\u05e9\u05e0\u05e8\u05d0': u'GgrOiIMLQBnMdrzfowNv',
	#         u'\u05ea\u05d5\u05e7': u'https://lvy-khmv.org/about.htm'},
	#     {   u'\u05d5\u05de\u05e2\u05d9\u05d5\u05d8': {   9: u'VqkOjSIBgtonSowdMlVm',
	#                                                      10: [   1377,
	#                                                              Decimal('-9116.1'),
	#                                                              u'KIMHyUPQuCyQcPAnNtdf'],
	#                                                      11: {   9: u'cVXcoNyizYjJizZJGbNn',
	#                                                              10: 4384,
	#                                                              11: [   u'dnnZNRIuWvFPIdukHWSU',
	#                                                                      u'XexKmaYEVFKivfLZkcMb']}},
	#         u'\u05dc\u05db\u05d9\u05de\u05e4\u05d5': {   7: 6873,
	#                                                      8: [   u'RqiJkyNjJWdhaptmcupZ',
	#                                                             u'MTzaTaxCGytYnOVALqiM',
	#                                                             datetime.datetime(2012, 12, 31, 23, 53, 12)],
	#                                                      9: {   7: datetime.datetime(2000, 7, 25, 19, 52, 12),
	#                                                             8: u'skAbADMcFgFANqTymJAN',
	#                                                             9: [   u'ENJwgkIulepZaQtNGRAp',
	#                                                                    8659]}},
	#         u'\u05de\u05d5\u05e8\u05d2\u05dd': {   6: u'cIbgNqJApTXwjtBqUfBl',
	#                                                7: [   datetime.datetime(2017, 12, 18, 3, 18, 34),
	#                                                       u'jrcVMlKOYdBBmpaDTnky',
	#                                                       u'gCQFYwzaQQmHPKEqXDdn'],
	#                                                8: {   6: u'XhvzXGaLFZmuYEhyiXic',
	#                                                       7: 4700,
	#                                                       8: [   u'fPGsTcdXBWdujfloxttX',
	#                                                              u'hXSYHfluhZskJzgFhNux']}},
	#         u'\u05de\u05e8\u05d2\u05e9\u05d9': {   0: u'https://www.brq.com/home/',
	#                                                1: [   datetime.datetime(1993, 10, 3, 19, 24, 21),
	#                                                       u'pyshmnhll@yahoo.com',
	#                                                       5064],
	#                                                2: {   0: datetime.datetime(1986, 10, 18, 4, 30, 23),
	#                                                       1: u'qrPTyCShNOGAzTVxbGCt',
	#                                                       2: [   395,
	#                                                              -73.39662663749]}},
	#         u'\u05e0\u05d5\u05e0\u05e1\u05d8\u05d9': {   2: u'https://www.mymvn.com/category.html',
	#                                                      3: [   u'yrynlrnr@rvbyn.com',
	#                                                             u'https://www.hyyb.org/',
	#                                                             u'rdNQYGqvVRjdQMGzumqY'],
	#                                                      4: {   2: -40116694.75,
	#                                                             3: datetime.datetime(1993, 11, 18, 16, 30, 35),
	#                                                             4: [   u'http://tsrpty.com/main/blog/main/',
	#                                                                    u'yvspqynn@shrp.info']}},
	#         u'\u05e1\u05d9\u05dc\u05e7\u05d5\u05e3': {   4: u'iFdYhXtOJONUcRGzMbYs',
	#                                                      5: [   -79520001.25378,
	#                                                             u'bnymyn42@hotmail.com',
	#                                                             Decimal('0.3552141')],
	#                                                      6: {   4: 51026143.205,
	#                                                             5: 83064481234770.2,
	#                                                             6: [   u'https://khlby.net/explore/main/home/',
	#                                                                    datetime.datetime(1971, 4, 25, 17, 19, 19)]}},
	#         u'\u05e1\u05db\u05e2\u05d9\u05d8': {   8: 530062277427143.0,
	#                                                9: [   u'XtKhYEaMVUvzWNiZAFIW',
	#                                                       556,
	#                                                       u'http://www.khdd.net/author/'],
	#                                                10: {   8: Decimal('-184.0'),
	#                                                        9: u'http://www.mylr-sgl.com/login/',
	#                                                        10: [   Decimal('-19190.743291'),
	#                                                                3278]}},
	#         u'\u05e2\u05e8\u05e9\u05e9\u05e3': {   5: 2839,
	#                                                6: [   u'wDpTalhcnDCVXWUYWMSn',
	#                                                       u'WRQdTcVRtNABxuGwSCxY',
	#                                                       u'https://www.bnymyn.com/register/'],
	#                                                7: {   5: Decimal('2.09554344098E+14'),
	#                                                       6: u'vDeuEMfjQUVlPEjNirdn',
	#                                                       7: [   u'svbd@yahoo.com',
	#                                                              u'aPmTZeXTnwYwiCDPbJzp']}},
	#         u'\u05e6\u05d5\u05e4\u05e2\u05d8': {   3: Decimal('1736858199.92'),
	#                                                4: [   u'eWzqbcxjLUHcjiwZtCDm',
	#                                                       u'pys@nvymn-nysn.com',
	#                                                       datetime.datetime(1998, 4, 29, 3, 44, 15)],
	#                                                5: {   3: -801301.5698183,
	#                                                       4: u'uhAaXnDPTcDyoWZwUrMG',
	#                                                       5: [   u'kprvMPYPJOyWAVhkumYv',
	#                                                              u'gm56@sbkh.com']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   2902,
	#     6943,
	#     9254,
	#     118305.14609,
	#     u'jfjFQZYZZDtwfhHIhSFJ',
	#     4477,
	#     Decimal('894088.90959'),
	#     u'WWpjbDNfwbuqMZegRLwK',
	#     u'LAprZGLrieZvPaHRPudd',
	#     u'vlvy@rlyk.com',
	#     4482,
	#     u'https://khbybllh.net/homepage/']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   2533,
	#     u'shvlmnrvn@bv.info',
	#     u'qwVcWBVZQZUekxUKVGqV',
	#     u'eozWjwgaEWIQuYdvNblc',
	#     u'RoMXjewrgNTzLIWJHlSr',
	#     5588)

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'HodKxUjqxwTZPuTLLqbp', 6343197452.1439, u'xKAeXljGblzaecbMCRbz', u'gvrygvldshtyyn@yhvdh.biz', 7228, 1017, datetime.datetime(1988, 3, 18, 7, 2, 33)])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'\u05d0\u05de\u05d8': 1400.635552,
	#     u'\u05d5\u05d5\u05d0\u05dc': Decimal('6.06066738846E+14'),
	#     u'\u05d5\u05e1\u05d8\u05d9\u05d1\u05d5\u05dc\u05d5\u05dd': 5605,
	#     u'\u05d9\u05d4\u05d5\u05dc': 45609.765666,
	#     u'\u05de\u05d2\u05de\u05e9': u'prymbn-yvsp@yahoo.com',
	#     u'\u05de\u05e0\u05db\u05dd': 1520,
	#     u'\u05e0\u05e9\u05d5\u05d0\u05d9': u'shhd56@yahoo.com',
	#     u'\u05e1\u05d5\u05dc\u05d9\u05e1\u05d9': u'aXiXthRQCdpZCLIipPlU',
	#     u'\u05e9\u05e0\u05e8\u05d0': 514320.55029221}

	fake.pyint()
	# 1903

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

::

	fake.ssn()
	# '907392443'

``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/2011-06-30 07:56:16 Firefox/7.0'

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

	fake.opera()
	# u'Opera/9.18.(Windows NT 6.1; el-CY) Presto/2.9.160 Version/10.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_12_1; rv:1.9.6.20) Gecko/2013-09-30 17:59:37 Firefox/3.8'

	fake.linux_processor()
	# u'x86_64'

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

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_10_5 rv:3.0; rw-RW) AppleWebKit/533.46.2 (KHTML, like Gecko) Version/4.0 Safari/533.46.2'
