Language he_IL¶
faker.providers.address¶
fake.latitude()
# Decimal('-21.2940675')
fake.street_name()
# u'\u05e1\u05de \u05e2\u05d9\u05df \u05d2\u05e0\u05d9\u05dd'
fake.address()
# u'\u05d1\u05e8\u05d5\u05e8\u05d9\u05d4 54, \u05d2\u05d3\u05d5\u05ea, 8847119'
fake.street_address()
# u'\u05e7\u05e8\u05dc \u05e0\u05d8\u05e8 22'
fake.postcode()
# u'2849477'
fake.country_code(representation="alpha-2")
# u'CA'
fake.longitude()
# Decimal('-69.207281')
fake.country()
# u'South Korea'
fake.city_name()
# u'\u05e2\u05de\u05d9\u05e8'
fake.street_suffix()
# u'Street'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('-50.916856')
fake.city_suffix()
# u'Ville'
fake.building_number()
# u'41'
fake.street_title()
# u'\u05de\u05e0\u05d6\u05e8 \u05d4\u05de\u05d0\u05e8\u05d5\u05e0\u05d9\u05dd'
fake.city()
# u'\u05e2\u05de\u05d9\u05e8'
faker.providers.automotive¶
fake.license_plate()
# u'MSR 071'
faker.providers.bank¶
fake.bban()
# 'NRVF1963966369834'
fake.bank_country()
# 'GB'
fake.iban()
# 'GB43YGKD2625938930487'
faker.providers.barcode¶
fake.ean(length=13)
# u'1811561303733'
fake.ean13()
# u'7908394381237'
fake.ean8()
# u'19450117'
faker.providers.color¶
fake.rgb_css_color()
# u'rgb(52,117,103)'
fake.color_name()
# u'SkyBlue'
fake.rgb_color()
# u'135,65,126'
fake.safe_hex_color()
# u'#99dd00'
fake.safe_color_name()
# u'white'
fake.hex_color()
# u'#833e8d'
faker.providers.company¶
fake.company()
# u'\u05e4\u05d7\u05d9\u05de\u05d4, \u05db\u05d4\u05df and \u05d0\u05d1\u05e8\u05de\u05d5\u05d1'
fake.company_suffix()
# u'Inc'
fake.catch_phrase()
# u'Robust responsive knowledgebase'
fake.bs()
# u'engineer leading-edge communities'
faker.providers.credit_card¶
fake.credit_card_security_code(card_type=None)
# u'510'
fake.credit_card_provider(card_type=None)
# u'JCB 16 digit'
fake.credit_card_full(card_type=None)
# u'VISA 16 digit\n\u05e8\u05d5\u05de\u05d9 \u05d0\u05e1\u05e8\u05e3\n4274047573295468 02/23\nCVC: 516\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '10/20'
fake.credit_card_number(card_type=None)
# u'502040516085'
faker.providers.currency¶
fake.cryptocurrency_code()
# 'NEO'
fake.currency_code()
# 'KPW'
fake.currency_name()
# 'Nigerian naira'
fake.cryptocurrency_name()
# 'Tether'
fake.cryptocurrency()
# ('MZC', 'MazaCoin')
fake.currency()
# ('LRD', 'Liberian dollar')
faker.providers.date_time¶
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 5, 16, 14, 36, 23)
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0x7fff9660f2d0>
fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2019, 5, 15)
fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2015, 2, 12, 7, 27, 9)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2015, 3, 12)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 5, 7, 13, 5, 34)
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2019, 4, 20)
fake.day_of_week()
# 'Wednesday'
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 10, 25, 22, 17, 33)
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2000, 12, 10)
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2010, 5, 21, 1, 34, 19)
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1986-08-26'
fake.am_pm()
# 'AM'
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2019, 5, 15, 4, 21, 18)
fake.date_object(end_datetime=None)
# datetime.date(1993, 8, 5)
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 3, 20)
fake.iso8601(tzinfo=None, end_datetime=None)
# '2004-09-25T03:37:41'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2019, 6, 7)
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2019, 5, 4)
fake.month()
# '11'
fake.year()
# '1988'
fake.day_of_month()
# '09'
fake.unix_time(end_datetime=None, start_datetime=None)
# 309585448
fake.timezone()
# u'America/Guyana'
fake.century()
# u'V'
fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1981, 11, 8)
fake.time_object(end_datetime=None)
# datetime.time(20, 35, 15)
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 1, 30, 0, 50)
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1983, 9, 27, 20, 55, 45)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '02:36:25'
fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 5, 13)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 5, 1, 8, 0, 21)
fake.month_name()
# 'June'
fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(58, 8, 16, 8, 6, 17)
fake.time_delta(end_datetime=None)
# datetime.timedelta(13893, 38967)
faker.providers.file¶
fake.unix_device(prefix=None)
# u'/dev/sda'
fake.mime_type(category=None)
# u'text/plain'
fake.file_path(depth=1, category=None, extension=None)
# u'/\u05ea\u05d5\u05e7/\u05e8\u05d5\u05d2\u05e6\u05d4.avi'
fake.unix_partition(prefix=None)
# u'/dev/xvdn2'
fake.file_name(category=None, extension=None)
# u'\u05de\u05d9\u05d7\u05d5\u05e6\u05d9\u05dd.mp4'
fake.file_extension(category=None)
# u'wav'
faker.providers.internet¶
fake.ascii_free_email(*args, **kwargs)
# 'mkhgnhmvkhmd@gmail.com'
fake.image_url(width=None, height=None)
# u'https://dummyimage.com/749x476'
fake.tld()
# u'com'
fake.email(*args, **kwargs)
# u'myrzvhr@khn.com'
fake.url(schemes=None)
# u'https://www.brmvb-mkhmyd.biz/'
fake.ipv4_private(network=False, address_class=None)
# '10.84.86.142'
fake.user_name(*args, **kwargs)
# u'pyshryvntn'
fake.uri_extension()
# u'.htm'
fake.uri_page()
# u'login'
fake.free_email_domain(*args, **kwargs)
# u'gmail.com'
fake.safe_email(*args, **kwargs)
# u'hrlmr@example.net'
fake.ascii_email(*args, **kwargs)
# 'jprydmn@shlby.net'
fake.ipv4_network_class()
# u'c'
fake.ipv4_public(network=False, address_class=None)
# '40.185.128.7'
fake.ascii_company_email(*args, **kwargs)
# 'shpyryylh@khvry.info'
fake.domain_name(*args, **kwargs)
# u'tsdvq-msry.com'
fake.ipv4(network=False, address_class=None, private=None)
# '78.135.203.1'
fake.domain_word(*args, **kwargs)
# u'bn'
fake.slug(*args, **kwargs)
# u''
fake.uri_path(deep=None)
# u'tags/tags/app'
fake.company_email(*args, **kwargs)
# u'lvylh@pr.com'
fake.uri()
# u'http://nkhmny-khdd.com/register/'
fake.ipv6(network=False)
# '7ba0:4625:4bec:df8a:1b1f:bf41:a371:846a'
fake.free_email(*args, **kwargs)
# u'lvyshyrh@hotmail.com'
fake.ascii_safe_email(*args, **kwargs)
# 'ylbn-mshh@example.com'
fake.mac_address()
# u'43:75:ba:87:ed:fd'
faker.providers.isbn¶
fake.isbn10(separator="-")
# u'0-89314-621-8'
fake.isbn13(separator="-")
# u'978-0-9754517-2-4'
faker.providers.job¶
fake.job()
# 'Translator'
faker.providers.lorem¶
fake.text(max_nb_chars=200, ext_word_list=None)
# u'\u05ea\u05e6\u05d8\u05e0\u05e4\u05dc \u05e9\u05d4\u05db\u05d9\u05dd \u05de\u05d5\u05e0\u05e4\u05e8\u05d3 \u05d9\u05d4\u05d5\u05dc \u05e7\u05dc\u05d5\u05d1\u05e8 \u05d0\u05e8\u05d5\u05d5\u05e1. \u05d0\u05d9\u05d0\u05e7\u05d5\u05dc\u05d9\u05e1 \u05dc\u05d5\u05e8\u05dd \u05d4\u05e9\u05de\u05d4 \u05d4\u05d1\u05e7\u05d9\u05e5 \u05e6\u05d5\u05d8 \u05e9\u05d1\u05e6\u05e7 \u05e9\u05dc\u05d5\u05e9\u05e2 \u05d1\u05dc\u05d9\u05e7\u05e8\u05d4.\n\u05e7\u05dc\u05d5\u05d1\u05e8 \u05de\u05e0\u05db\u05dd \u05d4\u05d3\u05e9 \u05e7\u05d5\u05dc\u05d4\u05e2 \u05d2\u05d5\u05dc\u05e8 \u05e7\u05d5\u05e0\u05e1\u05e7\u05d8\u05d5\u05e8\u05e8 \u05db\u05d0\u05e0\u05d4 \u05d5\u05d5\u05d0\u05dc. \u05dc\u05de\u05e8\u05e7\u05dc \u05ea\u05d5\u05e7 \u05dc\u05e4\u05ea\u05d9\u05e2\u05dd \u05e0\u05d9\u05e6\u05d0\u05d7\u05d5 \u05d4\u05db\u05d9\u05d9\u05e8.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ u'\u05dc\u05d9\u05d0\u05de\u05d5\u05dd \u05d9\u05d4\u05d5\u05dc \u05e1\u05d5\u05dc\u05d9\u05e1\u05d9 \u05d3\u05d9\u05d0\u05dd \u05e7\u05e8\u05d0\u05e1 \u05d4\u05d9\u05d5\u05e9\u05d1\u05d1. \u05d1\u05d5\u05e8\u05e7? \u05de\u05d5\u05e8\u05d2\u05dd \u05dc\u05db\u05d9\u05de\u05e4\u05d5 \u05e2\u05de\u05d7\u05dc\u05d9\u05e3.',
# u'\u05d1\u05dc\u05d9\u05e7\u05e8\u05d4 \u05e1\u05d9\u05dc\u05e7\u05d5\u05e3 \u05d0\u05d9\u05e3 \u05d0\u05e7\u05d5\u05d5\u05d6\u05de\u05df \u05d5\u05d5\u05d0\u05dc \u05e7\u05d5\u05e0\u05e1\u05e7\u05d8\u05d5\u05e8\u05e8 \u05dc\u05e4\u05e8\u05d9\u05e7\u05da. \u05e7\u05e8\u05d4\u05e9\u05e7 \u05d0\u05d9\u05d1\u05df \u05d3\u05d5\u05de\u05d5\u05e8 \u05e2\u05e8\u05e9\u05e9\u05e3.',
# u'\u05d5\u05e1\u05ea\u05e2\u05d3 \u05d0\u05d0\u05d5\u05d2\u05d5 \u05d0\u05e7\u05d5\u05d5\u05d6\u05de\u05df \u05de\u05d5\u05e1\u05df. \u05d0\u05e4\u05d0\u05d7 \u05e7\u05e8\u05d4\u05e9\u05e7 \u05e9\u05e2\u05e8\u05e9 \u05e9\u05e2\u05e8\u05e9.']
fake.words(nb=3, ext_word_list=None)
# [ u'\u05d3\u05e1',
# u'\u05de\u05d5\u05e8\u05d2\u05dd',
# u'\u05e9\u05e0\u05e8\u05d0']
fake.sentences(nb=3, ext_word_list=None)
# [ u'\u05e7\u05d5\u05dc\u05d4\u05e2 \u05e0\u05d9\u05e6\u05d0\u05d7\u05d5 \u05d3\u05d5\u05de\u05d5\u05e8 \u05e7\u05d5\u05dc\u05d4\u05e2 \u05de\u05d5\u05e1\u05df \u05d3\u05e1.',
# u'\u05e0\u05d5\u05dc\u05d5\u05dd \u05dc\u05e7\u05d8\u05d5\u05e1 \u05d0\u05d9\u05e4\u05e1\u05d5\u05dd \u05dc\u05ea\u05d9\u05d2.',
# u'\u05e9\u05d1\u05e6\u05e7 \u05e1\u05d5\u05d1\u05e8\u05d8 \u05d4\u05d3\u05e9 \u05d4\u05ea\u05d9\u05d3\u05dd.']
fake.word(ext_word_list=None)
# u'\u05e7\u05e8\u05d0\u05e1'
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'\u05e2\u05e8\u05e9\u05e9\u05e3 \u05d0\u05dc\u05d9\u05ea \u05d5\u05dc\u05ea\u05d9\u05e2\u05dd \u05e1\u05ea\u05e9\u05dd \u05d1\u05e8\u05e9\u05d2 \u05ea\u05e6\u05d8\u05e8\u05d9\u05e7. \u05e8\u05d5\u05d2\u05e6\u05d4 \u05e7\u05d5\u05e8\u05d5\u05e1 \u05d6\u05d5\u05ea\u05d4 \u05d0\u05e7\u05d5\u05d5\u05d6\u05de\u05df.'
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'\u05e7\u05d5\u05e0\u05e1\u05e7\u05d8\u05d5\u05e8\u05e8 \u05d1\u05dc\u05d5\u05d1\u05e7 \u05e0\u05d5\u05e0\u05e1\u05d8\u05d9 \u05e9\u05e2\u05d5\u05ea\u05dc\u05e9\u05da \u05e7\u05dc\u05d5\u05d1\u05e8 \u05d3\u05d5\u05dc\u05d5\u05e8.'
faker.providers.misc¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'!A9LwMpJp6'
fake.locale()
# u'ku_TR'
fake.binary(length=1048576)
# bytearray(b'\x91;\x15\x18 \xee\x02L\xd4ruT\xcc\xda\xce\x15\xaa\x92\xe3\xaf\x909P\xa85\xc6\xc73\x011\xde\xd8\xde\x05\xf8cF\x8c\xf7\xe6\xa6#\x8c\xda\xf4\xe0I\xaft^(\xf7M~\xf4\xf9W\xed\x01\x0f\xc5\xearuH\xd1\xbf\x08\x91\xee\xe2-\t\x04\xd42\xf9\xd6\x05h\x90G\xa1\x00\x10\xf31\xcd]\xa5\xba\xacR\xb9\nE\xc2+jP\xd1\xe2/TV\xd9\xde\x94\xcdl!v\xc8\x1a\xb1\xbf\x11\\6\xbf"\x81r;A\x9aM\xf4\xe1\x8b\xfc@n\xe4\xb1\xb2\xb5\xa2Jcy\xe6m#\xb5\xf8\x9e\x959\x85\xd9G\xcd\x9aK\xd3m\xcf\xe5\xb2\xd3\x93\xa7\xab\xb2\x0c\x7f\x96\xa1\xc0\x83\r\x8a\xce\x10=c\xdaa\x10p/\n[\x92\x9a\x96\x0f\x99G\x8d++\xb5!A\xd6XL\xcc\x92\xd8\xbb#M\xc1\x85Go}\xc0\x91\xec\xc7\xd3\xbd\x91\xece\xea#\xc9e\x07\x80\x00v|9\x84!~\x15\xef3\xd5\x8a\xfa\xeb@\x13\xe4\xe7\xab\xc4\x97\xee\xd1\xec<\xb6\x17\x90\xf7\xfd\xeae\xde\'\xd6\x99;K\xa8y\x9dcf#\x89\x067\x976\xc75\xa5\x03\x9by\xe3\x80W\x98\x9f\xe8\x80\x13\xdc=\x98\x84\r\xe6\x8b\\&8x[\x91\r\xc6S\xa2\x1f:^\x134\xef\xa6\xf0\xe2e\xed\xda\x10&i#0\xc0e5\x0eFO\x961\xca1\x0f\xa3?\x94\xe0\x08\xa9\x89\xafv\x95\x1d%\x16\xc0JiL\x8f\x80~\xa0?\x0c\xad\x87\xdc\xeaO\xaa\xb2s6\x7f\x8d\x9e]H\x90f\xad\x90\xd9zeP2%t>\x1e$\xe1+\'\xf0\xb4w\x9e\xa4\xa9=\xe3\x9d\x1f\x0c\x9c\xa9<\xff\xc3B\xec\x9f\xc9>\xef\xa8"\x0c<I\xdd9\xe7\xc9\x91>\x04PN\xe92\x82\xd7\xe9\x8c\x93\xb6@\xfc\xd4\xda\xdb\xa6\xaa\x7f\xb1\x1c\xcc%\x14q\x14\xb4\xabK(K\xc5\xac\xaf\x8a\xaeg\xfc\xac\xbe\xe9YjR\xebNR1\xb4#\x1b\x05\xc5\xe8N\xbcM\xf5\x9cD\x8e\x84:\x9fG\x93_{s\xa7\xe8\xd7c\xd9\x8e-\x898\x97=\xfc\xf0b\xbc\xec\x8e3\xec\x94<8(\xe6\xfd\xe1\xaf\xa7\xd0M"\'Z3\x07\xfc\xfc\x06\x95o\xf5=\xe6\x03\xeb\xc6T\x8e\xa2\xf9\x8a\x8e\xb7}_\x9eE\xc3\x9dr\xa8wIIeP\xb0\x87o\x1e\xb6[\xaa\xbd/K\xed\x98uR\xb9\xdc\\b\xa7\x1e`\xa3\xf7\x1b\x80\xa1i\x988 Q\xdd\xd5\xa7\x94\xb9\x11@\xe1\x97\xd0\\\x18\x7f\xa4U\xd5\xe7uD\xf4b\xbb\x06\x15\x93\x85\x1a}s\xd6\xe6(\xb6\xe1AE\xa1\xd9*\xb5\x88=N\xca/$Z\xd1\xecw\x92\x94\xe4xo5Sj}6\x97\xc2\xeb}\x86>J\xf3d\xac\x1e%\x94\x1e\xd1\xb4Om\x19<X\xc0\xc1|\xf4\n\xcdr9\xd4A\x06_\xaf\n\xbd\xa2\xbf\x02\xba\x08x\xd0\xb7\xe97\xa8\x0f\xfa_\xb6\x15\x9f~\xdb\x9a]\xcb\x9d\x94\x7f\xd0\x97\x12d\xd1\xcf\x00\x83\xe2\xef\xd5z\xc8\xaeF\x0c\xf8!\xa7\xd7\xde 6dh\x87\x93\xe0\xdcY\xd1;\x9f4\xb1H\xa3WLo\x1c\xc3k.\xc1D\x06\x9d\xe1\xd2\xf8\x9f\xbe\x8e\x9c/\xda\x0cY\x88j6RDS\xc7\xc9\xb8_N\xd8w\x8d\xc7\x04E\x84?!b+\xbe\x80\x15\xf9\xd5q5\x95Xs\x9e\x8fFAM\xdb9\xf2\xea\x13_\n\x85\xdd\xe2w\x1c\xc1\xa4\x82\xc8\x8b&\'\x8c\x7f\xef\xc8\xaa!\xc1\x8b\xf5\xd5\xa4\xc4\x11\xca\xe7\x16j,\x8a\x8c\x84\xcf\xf5\xac\x9d^\xf0\xd5\xa8A\x00\x00\xc6\x84k\xf8\x99\xb1\xe3]\x85\x97\xda,G\xcd\x1f|`r\xd9\xe1\x1f\xf0Y\xaca\xb8\xde)nF*\x82\xbe\x0ey\xdb\x93\x1a\x9d\xaeB>\x92q\x94\xbfPS\x9e%\x0b\xb5j@\x18\xdf{\xa6\xddh`\n\x9c~B\x9d\x12\x94\xa9t.\x84i\xb9\x02)f\xb8X\x18#\xb9oZ\x80\xfa\xf80q\t\xa1\x92\x18\x97\x84{\xdf:\xa1\xc7\xed\xccoPK\x8a<L\x98\xe5Z\x08\x14Q\xed\x9bh\xf0pGLn\x85\xfb\xad\xd2\x05\xa9\xf4\x10\xa6an\x98\x92p]\x85\xfe\xe6\xc3)j\x0c\xf0\x96\xf8\xac\xa9<M\xc7\xf9\xb6\x9e\xaf\x81q\x07_\x03\xe3;\xdd^E\xa5\x8c\xeb\xf9')
fake.md5(raw_output=False)
# '6b747decf4437edd558f9e47e950c0bc'
fake.sha1(raw_output=False)
# 'ad0ef6aaa1b525f5b1d36d16e4fab95e9c0e0a91'
fake.null_boolean()
# None
fake.sha256(raw_output=False)
# '9260dc9bcda9c8ed88cdfba22017571dd52604924015b63d2f65cffe0fe5af2f'
fake.uuid4()
# '3629b236-f1f3-5042-2f51-b320fcb004f7'
fake.language_code()
# u'km'
fake.boolean(chance_of_getting_true=50)
# False
faker.providers.person¶
fake.last_name_male()
# u'\u05d0\u05e1\u05d5\u05dc\u05d9\u05df'
fake.name_female()
# u'\u05e1\u05d0\u05e8\u05d4 \u05d2\u05d5\u05e8-\u05e9\u05d8\u05e8\u05df'
fake.prefix_male()
# u''
fake.prefix()
# u''
fake.name()
# u'\u05e9\u05d9 \u05d0\u05d1\u05e8\u05de\u05d5\u05d1'
fake.suffix_female()
# u''
fake.name_male()
# u'\u05de\u05ea\u05df \u05dc\u05d5\u05d9'
fake.first_name()
# u'\u05de\u05dc\u05d0\u05e7'
fake.suffix_male()
# u''
fake.suffix()
# u''
fake.first_name_male()
# u'\u05d7\u05d9\u05d9\u05dd'
fake.first_name_female()
# u'\u05e2\u05d5\u05e4\u05e8\u05d9'
fake.last_name_female()
# u"\u05de\u05d7\u05d0\u05d2'\u05e0\u05d4"
fake.last_name()
# u'\u05d1\u05df \u05d3\u05d5\u05d3'
fake.prefix_female()
# u''
faker.providers.phone_number¶
fake.phone_number()
# u'09-2364-525'
fake.msisdn()
# '4745051694755'
faker.providers.profile¶
fake.simple_profile(sex=None)
# { 'address': u'\u05d3\u05d5\u05dc\u05d1 88, \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc, 3829392',
# 'birthdate': datetime.date(1932, 9, 28),
# 'mail': u'lvnmyyn@hotmail.com',
# 'name': u'\u05d0\u05d5\u05d3\u05dc \u05d1\u05df \u05d3\u05d5\u05d3',
# 'sex': 'F',
# 'username': u'gn50'}
fake.profile(fields=None, sex=None)
# { 'address': u'\u05e7\u05e8\u05d9\u05ea \u05e2\u05e7\u05e8\u05d5\u05df 58, \u05e2\u05d6\u05e8, 4074106',
# 'birthdate': datetime.date(1917, 7, 25),
# 'blood_group': 'A-',
# 'company': u'\u05de\u05d7\u05d0\u05de\u05d9\u05d3 and Sons',
# 'current_location': (Decimal('3.411799'), Decimal('139.911005')),
# 'job': 'Pharmacologist',
# 'mail': u'rvtm63@gmail.com',
# 'name': u'\u05d0\u05dc\u05d4 \u05e9\u05e4\u05d9\u05e8\u05d0',
# 'residence': u'\u05de\u05e6\u05d3\u05d4 97, \u05d1\u05d9\u05ea \u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9, 7676812',
# 'sex': 'F',
# 'ssn': '459307625',
# 'username': u'mlqshny',
# 'website': [ u'https://mr-vkhyvn.info/',
# u'http://hrn-pyntv.org/',
# u'http://shtryt-qdvsh.com/',
# u'http://www.bytvn.com/']}
faker.providers.python¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([Decimal('2.883'), u'JxkQgKDToRXOZnVYdyea', 3626, datetime.datetime(2005, 1, 11, 14, 29, 17), u'NTOXcjTNMeZSHDsBvezl', u'http://www.sgl.com/main.html', u'BIwbbiuqsFvJNdClxvPU', u'osZHqgyMjIrlBkEjuwCQ', u'dGLmXMalcRzbDWfTZwIl'])
fake.pystr(min_chars=None, max_chars=20)
# u'HYbKbVDFTMctjxLncyzA'
fake.pystruct(count=10, *value_types)
# ( [ u'ShfjIVbUoAzjnImHlooN',
# Decimal('6.69417833066E+12'),
# Decimal('3.69255252012E+13'),
# u'dy79@yahoo.com',
# datetime.datetime(2011, 2, 9, 5, 29, 30),
# datetime.datetime(1988, 10, 12, 22, 35, 59),
# u'owWSJlmfhsBGOuonTnkx',
# datetime.datetime(2012, 3, 30, 21, 1, 48),
# u'https://yprkh.biz/list/category/list/privacy/',
# u'jkhn@gmail.com'],
# { u'\u05d0\u05d3\u05e0\u05d3\u05d5\u05dd': 8814,
# u'\u05d0\u05d9\u05e4\u05e1\u05d5\u05dd': u'TKnixShklgymrGyVSVis',
# u'\u05d5\u05d5\u05dc\u05d5\u05e4\u05d8\u05d4': 9417668768906.4,
# u'\u05dc\u05d9\u05d1\u05dd': 8390,
# u'\u05e0\u05d5\u05df': -579765609.3,
# u'\u05e0\u05d9\u05d1\u05d0\u05d4': u'wybwGozBXWqiwQYNpOtW',
# u'\u05e1\u05db\u05e2\u05d9\u05d8': 9005,
# u'\u05e7\u05dc\u05d5\u05d1\u05e8': u'oNFeVKYSTFFSSqnhTCgX',
# u'\u05e9\u05d4\u05db\u05d9\u05dd': u'PpuuMpNOTYyITseQEIFf',
# u'\u05ea\u05e6\u05d8\u05e8\u05d9\u05e7': 1660},
# { u'\u05d3\u05d6': { 3: 92717220633235.0,
# 4: [ u'https://shpyr.biz/tags/list/main.php',
# u'https://www.bv.com/',
# u'https://lrnr-yph.com/terms.html'],
# 5: { 3: u'nvhshkhr@hotmail.com',
# 4: -6631238086.8,
# 5: [ u'iyXKZaWWVVmeMotEuiWA',
# u'gQOSlHATRubckDonkxJK']}},
# u'\u05d4\u05db\u05d9\u05d9\u05e8': { 1: Decimal('-25639.9653564'),
# 2: [ Decimal('4.28872995151'),
# u'EIVLnCxbICvupwzaEEaY',
# Decimal('394360792347')],
# 3: { 1: datetime.datetime(1977, 11, 13, 6, 46, 20),
# 2: u'UtNneUTFsSYIEszBILSn',
# 3: [ u'vplshy@yahoo.com',
# u'tTlBxyZKOCLcCCnYLpYI']}},
# u'\u05dc\u05db\u05e0\u05d5': { 0: datetime.datetime(1982, 12, 15, 20, 47),
# 1: [ u'prl51@gmail.com',
# -6055562747.25915,
# u'GDNgOkmXpcKEfYcbtnfy'],
# 2: { 0: u'xLCUxybeDrVzsINwcZfc',
# 1: 231250022088.0,
# 2: [ Decimal('820.992'),
# u'https://qpln.com/']}},
# u'\u05de\u05e0\u05d5\u05e8\u05da': { 4: 7.67,
# 5: [5485, 4277, 6896],
# 6: { 4: 75964253.4995,
# 5: 3500,
# 6: [ 907,
# u'rvmbr@gmail.com']}},
# u'\u05e1\u05d5\u05dc\u05d9\u05e1\u05d9': { 8: u'qCPDjbcNKZGdgnCtOBMQ',
# 9: [ datetime.datetime(2008, 9, 9, 8, 55, 20),
# u'https://www.svd.com/list/list/categories/login.asp',
# Decimal('975864970.337')],
# 10: { 8: u'https://khgzy-grvsmn.net/wp-content/list/category.html',
# 9: 3765,
# 10: [ -77532007137.463,
# u'rbFNrjZbCXengJqqikeZ']}},
# u'\u05e2\u05e8\u05e9\u05e9\u05e3': { 9: datetime.datetime(1973, 6, 9, 12, 18, 7),
# 10: [ 81370.15230324,
# datetime.datetime(1989, 10, 2, 22, 40, 19),
# u'avCCBSxlaeGjtTGAACos'],
# 11: { 9: u'WtEzqdvJSZviTMaJTpwO',
# 10: u'gvloANFIfkBskvLoSgsp',
# 11: [ Decimal('-2362.8327'),
# Decimal('307.5903')]}},
# u'\u05e7\u05d5\u05d5\u05d9\u05e1': { 5: u'shlvmmyr@vkhnh-tmyr.com',
# 6: [ 8602,
# u'kzbrgh@gvln.com',
# u'vsRAvXQGOBfNNofwDUCn'],
# 7: { 5: u'lmh00@hotmail.com',
# 6: -994648857924488.0,
# 7: [ 6660514153.0,
# -2960282999.2]}},
# u'\u05e7\u05d5\u05e0\u05e1\u05e7\u05d8\u05d5\u05e8\u05e8': { 7: u'srkhnmyh@slh.com',
# 8: [ u'TozAhTWPsjSMlYIFmwbE',
# u'ftjJoTSigGgQJQHRLwmH',
# u'wlOITErOhFpbeDdGnZOa'],
# 9: { 7: u'JiGhPpCQeAMIEPylNjkM',
# 8: -23906213135629.5,
# 9: [ u'dniGBVFqAuWmkXISQucx',
# u'xJdkSVqmetlVIJjHeKks']}},
# u'\u05e7\u05dc\u05d5\u05d1\u05e8': { 2: 13916036365.57,
# 3: [ Decimal('-4515367483.5'),
# u'dl11@yahoo.com',
# Decimal('-53743467.538')],
# 4: { 2: datetime.datetime(1970, 6, 11, 19, 45, 5),
# 3: u'seSVLETUtzDaokYCxGfH',
# 4: [ u'nPYYqQGECDYqTvAnLxQJ',
# 8.1871221]}},
# u'\u05e9\u05e2\u05d5\u05ea\u05dc\u05e9\u05da': { 6: 5591,
# 7: [ 2822,
# u'vpFCYrJTwmhOHYBLUxUS',
# u'nyrlyry@gmail.com'],
# 8: { 6: u'npTrLhfeluaLjqJSsyDF',
# 7: -5762.29041019789,
# 8: [ u'qgbryn@yahoo.com',
# 7798]}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# 3541928.1526
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('88205934.0')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 6057,
# u'khg-ykhyvbdyh@gmail.com',
# u'ykhn@hotmail.com',
# 1937,
# datetime.datetime(1977, 10, 26, 16, 47, 24),
# 1634,
# u'RmchJbENdPDbjQspAsfN',
# 2067,
# u'rvny60@prydmn.net',
# 2785]
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'https://www.spyr-gvldnbrg.net/blog/wp-content/main.html',
# 4426,
# u'jsd@hotmail.com',
# u'MNcuokEZxbVuZrHOfXWv',
# u'https://www.mshykh-myr.com/main/',
# datetime.datetime(2006, 10, 1, 16, 4, 25))
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([2722, u'zvbyzvhr@hotmail.com', Decimal('-85972505.5'), u'lmlkhlmh@brdh.com', -25857038.7, 728, u'CstvcfWDLOqDKUGLvuFG'])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'\u05d0\u05dc\u05d9\u05ea': u'hmGVrDyqLHoBGluXXtAZ',
# u'\u05d1\u05d2\u05d5\u05e8\u05de\u05d9': u'PNHjRRXRXSaTBlEgxlxE',
# u'\u05d1\u05dc\u05d9\u05e0\u05da': 6449,
# u'\u05d1\u05e8\u05e9\u05d2': 769,
# u'\u05d2\u05e7': u'wFkOBCERRUvvondEFibM',
# u'\u05d5\u05de\u05e2\u05d9\u05d5\u05d8': u'FSRlaGGGNhzyjLKWIOgR',
# u'\u05d9\u05e9\u05d1\u05e2\u05e1': 9091.9,
# u'\u05de\u05d5\u05e8\u05d2\u05dd': datetime.datetime(1977, 5, 27, 21, 45, 28),
# u'\u05de\u05e0\u05e7': u'nBjUumFhbzmcybVZtnzB',
# u'\u05e9\u05d4\u05db\u05d9\u05dd': -57868810.214,
# u'\u05ea\u05e6\u05d8\u05e0\u05e4\u05dc': -8597.761845,
# u'\u05ea\u05e6\u05d8\u05e8\u05d9\u05e7': 68412892858155.1}
fake.pyint()
# 1371
faker.providers.ssn¶
fake.ssn()
# '826299356'
faker.providers.user_agent¶
fake.mac_processor()
# u'Intel'
fake.firefox()
# u'Mozilla/5.0 (Windows NT 5.01; pt-PT; rv:1.9.1.20) Gecko/2015-11-21 14:38:04 Firefox/9.0'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/8.31.(Windows NT 5.2; bs-BA) Presto/2.9.171 Version/10.00'
fake.windows_platform_token()
# u'Windows NT 6.2'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows 95; Trident/3.1)'
fake.user_agent()
# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2018-10-13 23:33:28 Firefox/4.0'
fake.linux_processor()
# u'x86_64'
fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Windows 98) AppleWebKit/5352 (KHTML, like Gecko) Chrome/56.0.822.0 Safari/5352'
fake.mac_platform_token()
# u'Macintosh; PPC Mac OS X 10_6_7'
fake.safari()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_5 rv:3.0; te-IN) AppleWebKit/531.41.3 (KHTML, like Gecko) Version/5.1 Safari/531.41.3'