Language he_IL

faker.providers.address

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

fake.street_name()
# u'\u05d6\u05d9\u05ea'

fake.address()
# u'\u05e9\u05db \u05d4\u05d9\u05d5\u05d1\u05dc 32, \u05e6\u05d5\u05e8\u05d9\u05ea, 2000848'

fake.street_address()
# u'\u05e2\u05d5\u05d2\u05df 93'

fake.postcode()
# u'3036000'

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

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

fake.country()
# u'Comoros'

fake.city_name()
# u'\u05e2\u05d9\u05df \u05d0\u05dc-\u05d0\u05e1\u05d3'

fake.street_suffix()
# u'Street'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'15'

fake.street_title()
# u'\u05d1\u05e9\u05de\u05ea'

fake.city()
# u'\u05de\u05d2\u05df'

faker.providers.automotive

fake.license_plate()
# u'TXB 311'

faker.providers.bank

fake.bban()
# 'PDWY0121656922624'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB86PEWB6730817719312'

faker.providers.barcode

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

fake.ean13()
# u'7725043533485'

fake.ean8()
# u'93452748'

faker.providers.color

fake.rgb_css_color()
# u'rgb(98,53,49)'

fake.color_name()
# u'DimGray'

fake.rgb_color()
# u'147,140,0'

fake.safe_hex_color()
# u'#667700'

fake.safe_color_name()
# u'purple'

fake.hex_color()
# u'#845702'

faker.providers.company

fake.company()
# u'\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc Ltd'

fake.company_suffix()
# u'LLC'

fake.catch_phrase()
# u'Triple-buffered optimizing policy'

fake.bs()
# u'orchestrate holistic action-items'

faker.providers.credit_card

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

fake.credit_card_provider(card_type=None)
# u'American Express'

fake.credit_card_full(card_type=None)
# u'JCB 15 digit\n\u05d9\u05d5\u05e0\u05ea\u05df \u05d1\u05e8\u05e7\u05d5\u05d1\u05d9\u05e5\n213180471129596 01/28\nCVC: 574\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'DOGE'

fake.currency_code()
# 'ALL'

fake.currency_name()
# 'Yemeni rial'

fake.cryptocurrency_name()
# 'Cardano'

fake.cryptocurrency()
# ('AUR', 'Auroracoin')

fake.currency()
# ('VND', 'Vietnamese \xc4\x91\xe1\xbb\x93ng')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 31, 14, 20, 40)

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

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, 6, 16, 8, 36, 15)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2011, 7, 28)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 16, 4, 49, 43)

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

fake.day_of_week()
# 'Thursday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2015, 5, 27, 0, 52, 10)

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

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2003, 1, 2, 8, 55, 58)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2014-09-15'

fake.am_pm()
# 'AM'

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

fake.date_object(end_datetime=None)
# datetime.date(2002, 9, 17)

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

fake.iso8601(tzinfo=None, end_datetime=None)
# '1973-07-29T09:26:35'

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(2001, 10, 25)

fake.month()
# '08'

fake.year()
# '2009'

fake.day_of_month()
# '03'

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

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

fake.century()
# u'XV'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1978, 5, 7)

fake.time_object(end_datetime=None)
# datetime.time(0, 22, 53)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 1, 19, 7, 25)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1998, 10, 9, 10, 15, 31)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '03:14:47'

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 24, 19, 7, 41)

fake.month_name()
# 'January'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(615, 12, 13, 15, 45, 7)

fake.time_delta(end_datetime=None)
# datetime.timedelta(10750, 22039)

faker.providers.file

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

fake.mime_type(category=None)
# u'image/svg+xml'

fake.file_path(depth=1, category=None, extension=None)
# u'/\u05d1\u05dc\u05d9\u05e0\u05da/\u05e0\u05e9\u05d5\u05d0\u05d9.numbers'

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

fake.file_name(category=None, extension=None)
# u'\u05d4\u05d5\u05e2\u05e0\u05d9\u05d1.html'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'shmvl54@gmail.com'

fake.image_url(width=None, height=None)
# u'https://dummyimage.com/680x957'

fake.tld()
# u'com'

fake.email(*args, **kwargs)
# u'rvnykhn@shshvn.com'

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

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

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

fake.uri_extension()
# u'.htm'

fake.uri_page()
# u'index'

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

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

fake.ascii_email(*args, **kwargs)
# 'shyrhrvznbrg@rgb.org'

fake.ipv4_network_class()
# u'c'

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

fake.ascii_company_email(*args, **kwargs)
# 'byhth@tl-shgy.com'

fake.domain_name(*args, **kwargs)
# u'yqb-ryn.com'

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

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

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

fake.uri_path(deep=None)
# u'explore/wp-content/list'

fake.company_email(*args, **kwargs)
# u'mrylyl@gbryh.com'

fake.uri()
# u'http://www.yqvbvb.com/login.html'

fake.ipv6(network=False)
# '4528:9544:770b:79cb:6fd0:988a:b993:a31d'

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

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

fake.mac_address()
# u'81:3f:3c:91:b9:25'

faker.providers.isbn

fake.isbn10(separator="-")
# u'0-8413-3353-X'

fake.isbn13(separator="-")
# u'978-0-933358-33-1'

faker.providers.job

fake.job()
# 'Mechanical engineer'

faker.providers.lorem

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

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

fake.words(nb=3, ext_word_list=None)
# [   u'\u05d0\u05dc\u05d9\u05ea',
#     u'\u05e0\u05d5\u05d1\u05e9',
#     u'\u05d6\u05d5\u05ea\u05d4']

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

fake.word(ext_word_list=None)
# u'\u05d6\u05d5\u05ea\u05d4'

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'\u05d0\u05d0\u05d5\u05d2\u05d5 \u05e7\u05d5\u05e0\u05d3\u05d9\u05de\u05e0\u05d8\u05d5\u05dd \u05e7\u05e8\u05d0\u05e1. \u05e7\u05d5\u05e0\u05d3\u05d9\u05de\u05e0\u05d8\u05d5\u05dd \u05d3\u05d9\u05d0\u05dd \u05d5\u05dc\u05ea\u05d9\u05e2\u05dd \u05dc\u05d5\u05e8\u05dd \u05d0\u05e1 \u05e0\u05d9\u05e6\u05d0\u05d7\u05d5.'

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

faker.providers.misc

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

fake.locale()
# u'cv_RU'

fake.binary(length=1048576)
# bytearray(b'\xc4+\xfb\xd8\xa6\xa8\xfa\x05\xec\xe4h 9\x02\x84- @\xe1.\x9b\x05\x8a\x18\xfb\x1a\n5\x15[a\xbf7Y\x983\xdaB\x87\xe6\xe9\xf6\x02\x05\xda\ns!ot\x98,\xa7\x952\xb3\xf4.F\x16L\xb3q\x03\xb8\xbdvk&\x8a\xc8\xab\xdabv~\xe4\xb5l\xf0\x0f}2lx\xe5\x94Z\xad\xef\xb6U\x1aO\'\x7f\x96\x9b8\x07\x1eJ\xc6\xa4\x87g\x9dS\xffi\xdb\xe6L=S\x04\xfe\xbe\xe5\xc8\x14\xb9\xf8\xbe\x14\x06D\x98\x8f\xb9\xd1\x15\x08O%j\xe60\xd6Y\x87\xe4+k"\xb2\x15\xd6u\x13\xb9\x95,\xc25\xe2\xa8"\xecx\n\xe9Q\x89w\x0b1\xa8?\xc4g\x9do"\x95\xe5S\xa6d\t\xd9\xc9\xff-7N\xbc\xfa\x83v2\xa8\xfc\x8d\x8c\xe0\x83\x12E\xd5\xd5\xb85\xcbk\xc8\xde\xed\xc8X\x92S\xd0\xe1Z$\x02\xd7\x01\xd1\xd8\x86$\xc8\xb1\xf6mR\xba%\x19\xb3\r\xe8\x12\x1c\xef\xf8\x95\xa5\xae\x89\x86\x80\xc2)\x90\xaa}\xc8V]Q\xc9\x99\x9d\xb1s\xb5t\x15\x19B\xa6\xdb\xc9C\x9c%\x0b<$F\x81Z\xa5\xf9M\xea\x01\xd1\xf9\xabG\xe9k\n\xb4C\xb7\xec\xed}V\x0e\xdf\xa3lfiB\x87\x1a\xb4_\xe5\xa2\x8da\x0eL\x8a9n(f\xcc\x99\x99[o\x0e\x9f\xa6\n\xbd\x95\xcaX;l\xaf\xcb\xf7:r_\xf1\x9c\x80\xe9*D \xa6\x7f\xfd\xa3\xfe\x8f\xf5\xc2\xc8\xa9A\xc9\xcfd\xe0\x8b {\x01\x1c\xd8\x0e\x12gK\x96Y\xb3\xdc-(\xa6\xe1\x91\xe9\xac\x07\x10"\r=\xaa\xd6w;\x16b\xb7\x16|\n\xf2\x13K\xb0HB\x99\x0e5\x1e\xf5\x19$`\x96e\x94\xf8\xdd\x15\xa3[vI\xeb\xf2\xb2\x9b\xb1\xd1\xd8>]\xe7\xf4N\xa5\x9a \xc3{A\x16@\x89Ex\x0e\xae\x85;\xcbS\x87.\xa5fa\x93\xe7\xc29\x8d"\x8d\xca$L\\\xdc\xf4\xda>\xefY\xacvS\x9a":\x06\xcf:\t\xf9\x1bY+\x8a9\xc8[\x9c\xd3 p\xdd6}\xf5\x12\xc1M2\x87\xad\xa9]\xbd\xc2\xcb\xa0\xe7\x9c\xfd\x1b\xa8\xba\xac\x94\xd5\x04\xfd9\x8e\xce*?]\x14\xed\xe2\xf9G!Q\xe1\nz\xbc\x07\x89\xbb\xa2\xce7f\'\xb1Cc\x88n\xd5\xee\xca!\x9b\xad\xdeP\x0b\x87\xd0c\xf4\xc2b\xbb\xdc\xfb7\x8a\x84\xa5\xc8k\x00\x8f\x82JD\xadR\xf8\xca7L\xfa?\x8aU\xf1\xec \xf6\xe30\xc3\ro\x04\x89hd\xa9Ok\xb9\xa5n\xd3\xa3\xcb\xbe\x8e\xf8\x9ap\xc9\xc5\xf1M\x17\xccg\xdemz\xce\x03\xf7y\xc1b\xdd\xf3\x19Z\xe5bs_/\xe9+\x9e\x0c\xc6\x02\xf8\xe0\xddp)\xb2\x8e\xa3g\x08\x07\x9bj\xcc\xf1\xb9\x16\xd1$\xd7\x91?0r2\xf4\x079\x82\xe7\xe2\xe1\x18R\x8e\x9d\x83\xc2\xc4\xff6\xa4\x83\x12\xe2i\xb3\x87\x93\x01\x03s\xca.\x8c\xaeK\xa5\x89\xca{L\xb1 \xd0\xa1\xc9E\x9a\xca\xd7B\x8d\xd3s\tZ!\x8b\xe4\x9d\xcd\xa7d\x03K\xc1z\x14\xd7\xd4\xbczE$\x85\xe7Fj\xdb\x17<l\x9c\xe8\x08\xc6X\xda\x94\x7f\x82\x16\xbdn\xf8\xb4\xae\x85)F~\x17\xcd.U\xc9\xc0O\x8c\x06v\x08\x89A\xec\xe4\xe3\xffD[?\xba\xc1C\x9d\xdc\xc5\xac]O\xb7\x97\xf7\x97\xf7\xdeWV\xde\xa7\x9f\xb2\xd2\x86\x18N\xc6\x8f<F\x86\'v$\x1c\x87\\\x8fg\x1dB\xa9u\xc6\x99\x87\x08\x10 \x1a\xc5\xfcs\xa4hC\xf6r\xfe\xfa\xa0\x86\xccM\xeb\x14\x8d\x0e?S|\xa0\x81@\x01`Pd\x9c\x9c\x81\x94\x17\xad\xb4\xd7\xc8\xd5L\xed\xc5\xfdA\xd4\xee\xf42\xfc:\xe2yE\xe8\xe4\xd1\xcdVl\xb0\xad\x8bO\xbf\xd7\xc60\xe3\x16N\x9a\xc2v\xa0D=gp\xf6n\xec\x01\xbb\x12Jp\xe5\x95Ag^\xe7L%{m\xe1\xfaq\x81x\xe48\xb6\x10\xca\t\xd9\xb8}WMQ_j*7_\xc2\x06&\xed\x82\x95:$M\xa7\xd1^\xe8\x9b\x9b\xf7\x07\xd2S\x99\xdd\xf8\xa3\xcb\xb1\xa6\x00\xec\xe5\x98\x92&\xb3F\x95\x15%\x8f#\xa2\xf2b\xfe\x89Q^\x9e\x98w\x91\x92\xf9P\xb3\x90i\x89\xf5g\x8dG\xcc\x19\xfc\x8fY\x1fQ\x0c=')

fake.md5(raw_output=False)
# '8b39c6faa60ae76adaefe30bb7b0f8ad'

fake.sha1(raw_output=False)
# '0cfe50102031dc3992a8dc7133fa86e1ed4d2b6e'

fake.null_boolean()
# None

fake.sha256(raw_output=False)
# '82ab95a5c21f900a8a635ca593e8eec090c21cf0a6e7fb34ac0516a96439ed26'

fake.uuid4()
# '34190172-7622-aedd-6bc0-0aec1f2caa7d'

fake.language_code()
# u'ig'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'\u05dc\u05d5\u05d9'

fake.name_female()
# u'\u05e2\u05d5\u05de\u05e8 \u05e0\u05ea\u05df'

fake.prefix_male()
# u''

fake.prefix()
# u''

fake.name()
# u'\u05d0\u05e1\u05e3 \u05db\u05d4\u05df'

fake.suffix_female()
# u''

fake.name_male()
# u'\u05e0\u05d8\u05e2 \u05d7\u05d5\u05e1\u05d9\u05df \u05de\u05dc\u05db\u05d4'

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

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'\u05de\u05ea\u05df'

fake.first_name_female()
# u'\u05dc\u05d9\u05d4'

fake.last_name_female()
# u'\u05d6\u05d9\u05d3\u05d0\u05df'

fake.last_name()
# u'\u05d9\u05e2\u05e7\u05d1'

fake.prefix_female()
# u''

faker.providers.phone_number

fake.phone_number()
# u'020514210'

fake.msisdn()
# '7040900616116'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'\u05d5\u05e2\u05e8\u05ea \u05e1\u05e2\u05d3 89, \u05d0\u05d1\u05d9\u05d7\u05d9\u05dc, 1148933',
#     'birthdate': datetime.date(2015, 9, 3),
#     'mail': u'pnynh88@yahoo.com',
#     'name': u'\u05d0\u05d7\u05de\u05d3 \u05dc\u05d1\u05d9\u05d0',
#     'sex': 'M',
#     'username': u'khnvpyr'}

fake.profile(fields=None, sex=None)
# {   'address': u'\u05d7\u05e8\u05ea \u05d0 \u05d1\u05d5\u05e1 46, \u05e0\u05d5\u05e8\u05d3\u05d9\u05d4, 6230709',
#     'birthdate': datetime.date(1947, 1, 31),
#     'blood_group': 'A+',
#     'company': u'\u05dc\u05d1\u05d9\u05d0-\u05e4\u05d3\u05d9\u05d3\u05d4',
#     'current_location': (Decimal('4.1711805'), Decimal('33.232906')),
#     'job': 'Clothing/textile technologist',
#     'mail': u'yvkbd89@yahoo.com',
#     'name': u'\u05e2\u05de\u05d9\u05ea \u05e9\u05d5\u05e8',
#     'residence': u'\u05e1\u05de 20 20 57, \u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd, 3566349',
#     'sex': 'F',
#     'ssn': '783920713',
#     'username': u'cshknzy',
#     'website': [   u'https://gdyr.com/',
#                    u'https://hrshqvbyts.com/',
#                    u'https://gbryh.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'wuHVFjjeIPiqoQCJotNp',
#     Decimal('2.13503997273'),
#     u'BhgxJdNqKsKgHDWUUZSu',
#     u'mcAnySfCINFpjbxqhlgN',
#     Decimal('-3524551.17'),
#     u'shqdbytn@gmail.com',
#     u'https://www.msrvh.com/',
#     datetime.datetime(1995, 11, 30, 14, 6, 16))

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

fake.pystruct(count=10, *value_types)
# (   [   Decimal('-7.13728410988E+14'),
#         36.12707,
#         u'DlCWshWxlPndUcMmPbaP',
#         u'HsmGSPVLRuvCDqFeoJAt',
#         u'nEflabzGVuqbjAgUMloe',
#         u'jpmKfHgMaqtMOrSjIyuM',
#         u'https://www.rbyb-mklvp.com/',
#         u'aBTRLcEmrmXmXIUcvEEF',
#         154219330312.0,
#         u'tCtiSSOGAPXVtPxrZmWY'],
#     {   u'\u05d5\u05dc\u05d7\u05ea': Decimal('-977439.367994'),
#         u'\u05d8\u05d9\u05d3\u05d5\u05dd': u'pmfGALgMDUNTumsIpmUv',
#         u'\u05dc\u05de\u05d8\u05db\u05d9\u05df': u'bSQlhtxOYUdaFgpKUfTg',
#         u'\u05de\u05d0': Decimal('767628.4298'),
#         u'\u05de\u05d5\u05e0\u05d7\u05e3': datetime.datetime(1979, 4, 9, 5, 9, 23),
#         u'\u05de\u05d9\u05d7\u05d5\u05e6\u05d9\u05dd': datetime.datetime(2010, 12, 2, 10, 1, 20),
#         u'\u05e1\u05d5\u05dc\u05d2\u05e7': -852691971.1,
#         u'\u05e1\u05d9\u05dc\u05e7\u05d5\u05e3': u'vIOtOCVXybpLpkBuWvTR',
#         u'\u05e2\u05de\u05d7\u05dc\u05d9\u05e3': 5625},
#     {   u'\u05d0\u05dc\u05de\u05e0\u05e7\u05d5\u05dd': {   4: u'dvdprts@yahoo.com',
#                                                            5: [   u'wAeMvzzKFmoyCFrrgsQj',
#                                                                   83566197083470.8,
#                                                                   9688],
#                                                            6: {   4: 3486,
#                                                                   5: u'jXzXzZWJbxrWGtaRrbML',
#                                                                   6: [   Decimal('-7209488443.49'),
#                                                                          u'http://www.pld.org/main/main/tags/index/']}},
#         u'\u05d2\u05d5\u05dc\u05e8': {   6: datetime.datetime(2000, 3, 28, 15, 58, 13),
#                                          7: [   u'BqMrkDlfTjQrxubFWIEF',
#                                                 Decimal('-9.7'),
#                                                 u'dyLLzoVyqQVmhKjkxpKu'],
#                                          8: {   6: u'dLYWHWlJLfyriLmUJxzu',
#                                                 7: u'CfJijTvTCwAlluDTAexB',
#                                                 8: [   u'ryms31@mlvl-shytryt.com',
#                                                        u'iVicDDYfMmpfKeaSUdpX']}},
#         u'\u05d3\u05dc\u05d0\u05de\u05ea': {   8: u'kTRNDQQlWPrVpavqXCaG',
#                                                9: [   1665,
#                                                       u'nLBzDmPEtbCLudXcTUyX',
#                                                       u'HYIOyOpbscwCHUavoEYs'],
#                                                10: {   8: u'https://shrvn.biz/list/search/',
#                                                        9: u'YSzWZffFmCFIKJioNfrE',
#                                                        10: [   3375,
#                                                                Decimal('82736810277.6')]}},
#         u'\u05d3\u05e1': {   1: 7606,
#                              2: [   -37232337103293.5,
#                                     Decimal('-32.7408167439'),
#                                     datetime.datetime(1981, 10, 25, 6, 35, 59)],
#                              3: {   1: Decimal('40152.2125'),
#                                     2: u'bryvsp@lvy.com',
#                                     3: [7989, u'drvrymyr@lndv.info']}},
#         u'\u05d5\u05e1\u05ea\u05e2\u05d3': {   7: datetime.datetime(1992, 5, 13, 23, 27, 40),
#                                                8: [   datetime.datetime(2000, 3, 24, 16, 32, 21),
#                                                       u'qppzfvbjqyMThpuhQBbk',
#                                                       u'nysym31@prts.com'],
#                                                9: {   7: u'SStYPMDMsprorKlrxycy',
#                                                       8: u'hcBTbgUuXROyTkaNdxhj',
#                                                       9: [   6141,
#                                                              u'AQsROjZOjzUjihrkAzCw']}},
#         u'\u05db\u05d0\u05e0\u05d4': {   3: u'FaqPpdFAycAfPKQmlEVk',
#                                          4: [   -957487973498.2,
#                                                 u'NwLhYOGBiNlElTFutThD',
#                                                 84259329875729.0],
#                                          5: {   3: 6664,
#                                                 4: u'lPnCkODUcQaHSYkrQhin',
#                                                 5: [   u'http://www.khdd.com/',
#                                                        -610293885674421.0]}},
#         u'\u05e0\u05d5\u05e0\u05e1\u05d8\u05d9': {   9: u'mWizzcCdAlMIQOKghnuu',
#                                                      10: [   u'JrKVvyUidHqOynIycWay',
#                                                              u'BlhugshFvkyWkHpwtueK',
#                                                              u'pRxwquafzZgWnvHBRRWm'],
#                                                      11: {   9: 1716,
#                                                              10: datetime.datetime(1976, 1, 4, 19, 57, 41),
#                                                              11: [   u'mnkhm66@hotmail.com',
#                                                                      u'dEcKMcihVxmNnptAAUtW']}},
#         u'\u05e7\u05d5\u05e0\u05e1\u05e7\u05d8\u05d5\u05e8\u05e8': {   2: 9066,
#                                                                        3: [   4137,
#                                                                               Decimal('-52358441578.7'),
#                                                                               68049896034.0],
#                                                                        4: {   2: u'http://vkhnh.org/tags/blog/terms.html',
#                                                                               3: datetime.datetime(1990, 1, 14, 23, 30, 25),
#                                                                               4: [   u'gNsJnhuqwkUAXhEnoaix',
#                                                                                      u'plDfAfzeJGGNVRTvzXil']}},
#         u'\u05e9\u05e2\u05e8\u05e9': {   0: 9165,
#                                          1: [   Decimal('66.56'),
#                                                 u'OQZgyFzrfxuAoKPbQBUp',
#                                                 u'XwDEnmxcegJNRNarakyr'],
#                                          2: {   0: datetime.datetime(1978, 12, 28, 20, 47, 30),
#                                                 1: 962028396.7,
#                                                 2: [   u'WyMDbXTtPZhsHsXLYpRh',
#                                                        -74819.17]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   1531,
#     Decimal('23288760194.4'),
#     u'fIfUOZKtnDFmNPIqktnT',
#     u'YkKtRIgaoyULRVbkhzWg',
#     u'http://www.slh.org/category/',
#     u'NQooKDqvXOwroaKGCbYd',
#     u'bshlv@hotmail.com',
#     9211,
#     u'FFtsZEpUrAylbkAkLQKD',
#     -625897805241974.0,
#     u'https://brhym-qsm.biz/category/app/home.htm',
#     u'wFcUYhvPgOTvVHsvvQqf',
#     4823]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   datetime.datetime(2013, 11, 28, 18, 56, 28),
#     datetime.datetime(1971, 3, 10, 12, 20, 52),
#     106,
#     u'vdlyhslymn@yahoo.com',
#     u'shrbyshlmh@shktr.net',
#     -20226658879206.0,
#     895)

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'urvznbrg@nsr.com', u'iLeaPomldmooNFCQetZb', u'https://www.khmv.com/categories/wp-content/search/homepage.html', u'VcTnEwkIjXViroONhJPN', u'pVHrkVlLkVYyMGYUNylJ', 5310])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'\u05d0\u05d9\u05d0\u05e7\u05d5\u05dc\u05d9\u05e1': datetime.datetime(1979, 3, 3, 20, 57, 26),
#     u'\u05d0\u05dc\u05de\u05e0\u05e7\u05d5\u05dd': u'https://www.rvbyn-mymvn.org/author.html',
#     u'\u05d1\u05d2\u05d5\u05e8\u05de\u05d9': u'http://www.yhvdh-shkhdh.info/home.html',
#     u'\u05d4\u05d1\u05e7\u05d9\u05e5': 7243,
#     u'\u05e0\u05d9\u05d1\u05d0\u05d4': u'RmrtcWDgPLiDTVRbOteA',
#     u'\u05e1\u05ea': u'gbplg@gmail.com',
#     u'\u05e7\u05e8\u05d4\u05e9\u05e7': u'pokSHviQemDAsogwWJvW',
#     u'\u05e9\u05d1\u05e6\u05e7': 6026,
#     u'\u05e9\u05d4\u05db\u05d9\u05dd': u'AgQALnRjpHWYesPgoTQq',
#     u'\u05ea\u05e6\u05d8\u05e8\u05d9\u05e7': u'WqLvzogDhelcEhgfWICV'}

fake.pyint()
# 7452

faker.providers.ssn

fake.ssn()
# '011765450'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (Windows 95; pt-PT; rv:1.9.0.20) Gecko/2015-05-30 15:47:36 Firefox/14.0'

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

fake.opera()
# u'Opera/8.33.(Windows NT 6.2; or-IN) Presto/2.9.178 Version/12.00'

fake.windows_platform_token()
# u'Windows 98'

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

fake.user_agent()
# u'Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) AppleWebKit/531.43.6 (KHTML, like Gecko) Version/4.1 Safari/531.43.6'

fake.linux_processor()
# u'x86_64'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5361 (KHTML, like Gecko) Chrome/15.0.831.0 Safari/5361'

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

fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; apn-IN) AppleWebKit/532.32.5 (KHTML, like Gecko) Version/3.0.5 Mobile/8B115 Safari/6532.32.5'