Language ar_SA¶
faker.providers.address
¶
fake.longitude()
# Decimal('61.173318')
fake.building_number()
# u'44130'
fake.street_address()
# u'55504 \u0643\u062a\u0648\u0645 Oval Suite 088'
fake.postalcode_plus4()
# u'61325-5389'
fake.city_prefix()
# u'New'
fake.military_ship()
# u'USNS'
fake.city()
# u'East \u0643\u0627\u0645\u0644\u0629'
fake.zipcode_plus4()
# u'63967-0187'
fake.state_abbr()
# u'LA'
fake.latitude()
# Decimal('65.4516065')
fake.street_suffix()
# u'Terrace'
fake.city_suffix()
# u'ville'
fake.military_dpo()
# u'Unit 0561 Box 8412'
fake.country_code(representation="alpha-2")
# u'GR'
fake.country()
# u'Guernsey'
fake.secondary_address()
# u'Apt. 789'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('124.294162')
fake.postalcode()
# u'22584'
fake.address()
# u'82950 \u0622\u0644 \u0627\u0644\u0639\u0633\u0643\u0631\u064a Rest\n\u0634\u0627\u062f\u0646mouth, LA 50381-9078'
fake.state()
# u'New York'
fake.military_state()
# u'AP'
fake.street_name()
# u'\u0645\u0647\u0646\u0627 Loop'
fake.zipcode()
# u'86158'
fake.postcode()
# u'91796'
fake.military_apo()
# u'PSC 3374, Box 4201'
faker.providers.automotive
¶
fake.license_plate()
# (u'8933 DBL', u'\u0644 \u0628 \u062f \u0668\u0669\u0663\u0663')
fake.license_plate_en()
# u'3111 ZVU'
fake.license_plate_ar()
# u'\u0628 \u0633 \u0635 \u0664\u0667\u0660\u0666'
faker.providers.bank
¶
fake.bban()
# 'LNVK4470590000573'
fake.bank_country()
# 'GB'
fake.iban()
# 'GB29RDMR5366073691471'
faker.providers.barcode
¶
fake.ean(length=13)
# u'6855269063075'
fake.ean13()
# u'7193188118056'
fake.ean8()
# u'59412922'
faker.providers.color
¶
fake.rgb_css_color()
# u'rgb(107,0,114)'
fake.color_name()
# u'Cornsilk'
fake.rgb_color()
# u'62,202,176'
fake.safe_hex_color()
# u'#11bb00'
fake.safe_color_name()
# u'blue'
fake.hex_color()
# u'#58fbb6'
faker.providers.company
¶
fake.company()
# u'\u062d\u062c\u0627\u0631, \u0622\u0644 \u062c\u0639\u0641\u0631 and \u0627\u0644\u062d\u062c\u0627\u0631'
fake.company_suffix()
# u'LLC'
fake.catch_phrase()
# u'Stand-alone global complexity'
fake.bs()
# u'aggregate world-class action-items'
faker.providers.credit_card
¶
fake.credit_card_security_code(card_type=None)
# u'541'
fake.credit_card_provider(card_type=None)
# u'Discover'
fake.credit_card_full(card_type=None)
# u'JCB 16 digit\n\u0633\u0644\u0627\u0645 \u0645\u0647\u0646\u0627\n3583818091854723 04/24\nCVC: 820\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '12/23'
fake.credit_card_number(card_type=None)
# u'4593014354309946'
faker.providers.currency
¶
fake.cryptocurrency_code()
# 'EOS'
fake.currency_code()
# 'KRW'
fake.currency_name()
# 'Malagasy ariar'
fake.cryptocurrency_name()
# 'Titcoin'
fake.cryptocurrency()
# ('NMC', 'Namecoin')
fake.currency()
# ('NPR', 'Nepalese rupee')
faker.providers.date_time
¶
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 9, 5, 16, 21, 10)
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0x7f6bca1d4730>
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(1989, 6, 2, 10, 42, 1)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2013, 5, 13)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 5, 0, 2, 17)
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 7, 31)
fake.day_of_week()
# 'Monday'
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2011, 1, 25, 0, 18, 20)
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2008, 6, 11)
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2016, 10, 9, 22, 26, 40)
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2004-09-01'
fake.am_pm()
# 'AM'
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 9, 28, 13)
fake.date_object(end_datetime=None)
# datetime.date(2003, 1, 28)
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 2, 7)
fake.iso8601(tzinfo=None, end_datetime=None)
# '2005-08-31T04:17:25'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 9, 14)
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2006, 9, 12)
fake.month()
# '02'
fake.year()
# '1975'
fake.day_of_month()
# '25'
fake.unix_time(end_datetime=None, start_datetime=None)
# 795974569
fake.timezone()
# u'America/Boise'
fake.century()
# u'V'
fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1922, 11, 13)
fake.time_object(end_datetime=None)
# datetime.time(13, 58, 42)
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 4, 5, 7, 39, 2)
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1996, 6, 6, 1, 37, 24)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '21:33:23'
fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2018, 8, 11)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 22, 5, 30, 13)
fake.month_name()
# 'December'
fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(992, 7, 7, 3, 43, 3)
fake.time_delta(end_datetime=None)
# datetime.timedelta(260, 9765)
faker.providers.file
¶
fake.unix_device(prefix=None)
# u'/dev/vdy'
fake.mime_type(category=None)
# u'application/rdf+xml'
fake.file_path(depth=1, category=None, extension=None)
# u'/exercitationem/alias.webm'
fake.unix_partition(prefix=None)
# u'/dev/vdz8'
fake.file_name(category=None, extension=None)
# u'id.mp3'
fake.file_extension(category=None)
# u'mp3'
faker.providers.internet
¶
fake.ascii_free_email(*args, **kwargs)
# 'rytlllyn@yahoo.com'
fake.image_url(width=None, height=None)
# u'https://www.lorempixel.com/557/691'
fake.tld()
# u'org'
fake.email(*args, **kwargs)
# u'cbn-ldn@gmail.com'
fake.url(schemes=None)
# u'http://al.com/'
fake.ipv4_private(network=False, address_class=None)
# '192.168.178.69'
fake.user_name(*args, **kwargs)
# u'njwn14'
fake.uri_extension()
# u'.php'
fake.uri_page()
# u'terms'
fake.free_email_domain(*args, **kwargs)
# u'hotmail.com'
fake.safe_email(*args, **kwargs)
# u'nzmljln@example.com'
fake.ascii_email(*args, **kwargs)
# 'bthyn88@lmshwl.com'
fake.ipv4_network_class()
# u'a'
fake.ipv4_public(network=False, address_class=None)
# '198.1.168.129'
fake.ascii_company_email(*args, **kwargs)
# 'fknw@al.info'
fake.domain_name(*args, **kwargs)
# u'lmgwl.com'
fake.ipv4(network=False, address_class=None, private=None)
# '27.226.55.171'
fake.domain_word(*args, **kwargs)
# u'al'
fake.slug(*args, **kwargs)
# u'tenetur-rerum'
fake.uri_path(deep=None)
# u'categories/search/tags'
fake.company_email(*args, **kwargs)
# u'al-lskryzhyr@shrbtly-al.com'
fake.uri()
# u'http://www.lshy.com/tag/search/main/homepage/'
fake.ipv6(network=False)
# 'b9b5:5b09:66b0:6bb4:1ad2:8234:ac54:6065'
fake.free_email(*args, **kwargs)
# u'fsylmqdd@gmail.com'
fake.ascii_safe_email(*args, **kwargs)
# 'dhb78@example.org'
fake.mac_address()
# u'a2:03:0d:b3:d6:0d'
faker.providers.isbn
¶
fake.isbn10(separator="-")
# u'1-5096-2680-8'
fake.isbn13(separator="-")
# u'978-1-04-692164-1'
faker.providers.job
¶
fake.job()
# 'Curator'
faker.providers.lorem
¶
fake.text(max_nb_chars=200, ext_word_list=None)
# u'Unde rerum dolor vero asperiores doloremque. Commodi at nisi accusamus nulla aperiam laboriosam.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ u'Commodi iste atque repellat modi dolores. Minima nulla vel hic qui non expedita. Libero amet nemo dignissimos nam enim ea reiciendis.',
# u'Nisi magni voluptate. At ipsa ullam placeat inventore.',
# u'Modi libero a. Non ea nam fuga vitae eligendi dignissimos. Commodi minus laboriosam facere.']
fake.words(nb=3, ext_word_list=None)
# [u'facilis', u'aut', u'numquam']
fake.sentences(nb=3, ext_word_list=None)
# [ u'Excepturi sequi voluptas.',
# u'Voluptatibus dolorem facere unde distinctio dolore hic.',
# u'Commodi labore nihil ratione laboriosam tempore sunt nostrum.']
fake.word(ext_word_list=None)
# u'asperiores'
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Unde nisi doloribus inventore at ab placeat. Aliquid expedita qui consequatur quod alias eaque.'
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Voluptate tenetur vel sequi officiis magni.'
faker.providers.misc
¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'(yEsda&rK2'
fake.locale()
# u'bs_BA'
fake.binary(length=1048576)
# bytearray(b'K59O\xa9\xf9\xbdr\xa6`\xacMg\x92@\x80\xbf9\xe7zBy\xf1\x13%\xc6W\x08+\xd75\x16\xa1F@\xfflZ\x10a\x02p\xfa\xdc\x00\x8bt\x8cj\x91\xea\xec\xd7\xf0@\xe4\xfb\xbc\x8bN~\xec\xe9B\xd9\xd9=\x87\x1e\xd2\nf\xd9\xb0\x95H\xdd\xc5\xc8\x86\x91\x01\x11\xcf\x06SQ\xabJM)L\xfd\x9d\xb1.n\xa8d\x8c\xc6\x8d1$\xa0\xb3\xf9w\xeb2\xacC\xdf\xa3d\x0fa\xaex9\xf4\x81,\x9c}\xaa\xd9@\x9fA\xb6\xc3\xcf\xb9fn\x11@4\xcf\x8f\x07D5\xc9R!\x93X\x9e>v`\xe2\x8f\xd3\x0c\xb3-\t\xf4\xe3]\xdd\xeb\x04\x06\x9dH|\xa4\xe8\x9f\xfc\x9e\xc6\xf8f\xa5\\\xff\xfc3\xb1\xff\x10>\xd9Ac\xe63\x181\xfdX\xb5\xec\x7f\xf36\xd8u\x83\xe7\x9b\x04J\xe3:4\xa1x@\xec\xd1(\x87\x1f|\xfcS\xdb\xbb5\xb7\xddk6\x10\xbft\xa3\xa2\x1a&\x16@\r\xf5\xb1\x0fMAl\xbf\xff\xcc\x03\x17_\xef\xfd\xee\xf5\x80X\x06PS\x94\xe0\x07\x05\xcf\xfaZ.\xe3\xad\xb7\x9e\t\xbbc\xec.\x9a\x1eU\xb2Vc\xbf\xe7\x96\x96x\x80\x8f\x8e\x83\xce\xf8\x85\xe5\x1bpS7\xdemo\xd8}\xe7\x98\xf5\x01\xda\xe1\xbfa0y\x95\x8b\x86T\x11\x02z\x8fK\xa0\xc9\xfd\x12\xf4v\xa2#\xaan\xefUJ\x8a\xe5\x81\xd3\xf7@\x0fT\x10\xd47\xc2X\xb5\x19\x8eX\xf5\xc4\xe1\xb5;\xba\x8d`I\x9a\x12\\\x89\xa8\xf2bV+\x91\xd9\xef\xe5\xe3>\x19\x13\x9d\xa3\xaf\xde\xa1\xd5w\xaa\x0b\xc8\x85\xde\xaa\x02\xc4lk\x93\x0b\x8ePx*5"u\xb6\x15*\xb2\n\xe5UeaI]\x1c(\xf0\xbd\xf9u\x06\x95\xfc%B\x03\xbb\xf9\xab\xc5\x90\xb4\xad\x8fNu\x01\xe2"\x85\xb3\xb39Z\x12\xa7\xb3oj\x17\xa0\xe9\xe1&\xc1\x8f\x8aGh\xc4\xad%\xc9\xc9\xc1\x86\xc8\xc3\xf9\xf8\xad\xd21z\xf95\xc8c\xe1\xe4\x18\xc7\xb0\x96\xb2i\x019\x04E\xc7\xd9\xa2\xb2\x91)\xd1\x99\x04\x07\xc1\x1dn\x7f8f!\xaa?=\xd2\x8f\x12*\x8f\xb48\xe5\x1b\xd9O\x0b`\x8f\x80\xfd\xa6*\x11\xa8\x8cc\n9\xc8\x85>b\xc2\xeb:\x0bH\x96,\xa2h3\xa0\x8a\xad\x98\xa6\xf3\xc8\x91\'\x862R\x84\xa6\xe8\xf0?M\xa6\xac\xe4&\xedn\xbb\xbaQ\xe7+\xa4\xba\xe0\xf3\ne{\xc8\xd4\x1d\x92i\xf88\xf6\xe6n\xf0\x1a:\xe4F\x9c\xa8\x1c\xe5\xb1\x83\xce\xea)\x9f\x91\xc9\xce\xfe\x05\x1e\xd2\xc0[N\xc4\r\xb6\xa0!\xf7\xe0Oa\x89\x8a\xc56d\xa2\x98\xae\xa2\xae_\xf3\x9d\xf3b(\xd5Ns\x1e\r0\xe0\x0e\xed\x1a\x8b\xd0\xa7\xa3W\x92p\x08\xc4\xf4\xf1\xb7vq\x9fm"\x9d\x02\x1b\xd7\xc3\x17y\x8b\xfa57\x18:\x95\xb1\x0f\xb6\xcd^\xfc\xfc\x06\x1f\xb8\x17\x9c\x85/\xf5\xb9\xda\xb1\x00\x92\xbdk9v\x9a\xdd9|yt\xbcL\xa2WdL\xe1\xdd\x96\x85Z\xbf+ .\xfe\x9d#\xee\x1e*#\xc3\x1d\xdf\xb3i\xca\xa4\xbb<eRV=\xa3\x1d\x80\xbe\xfbm\x14Q1\xcc\xe7z\xd7\xac\x1f\xd5\xe4kW\xc7U\xa6/\\\x13\x8d\xd9~i\xe9\x1c\n\xd1\x91o\x0c\x17\xecGo\xeb\x1cW\x0bdB\x17\x8a\xfa@\x86t\xad\xb2\xa9\x9a\x88\xf8\xc3z\xbd5\x18$4\xb88qT\x1f\xce\x9c\xfd\xb0\x15\xf0\x0e\xe1\x0f\x88\xe6@S\xf6X\xf8\xa52\x98\x08\xd3\xbd\x0bFe\xd3\xa9\xda/i\xd0\xe4\xca\xf0\xb0,\xf2\xad\xba\'\x1e\x1f\xe3v2\xa5\xb3|\xe7_\xf4\xcb\xcd}\x93<\x1dR\x89\nY\x93\xcf\xcf\xa8B\x8f6\xbf#+\xcc\x17L\x91\xe7\x8d_r]\xb6\x12\xe7\x801\xa0o\xae\xfb7\xd6\xf2\xe6\xcb\xd1f\xed\xa8\xd9\xc4\xd8\x0e/b\xaf\xbd\x87\xa0$\x9f\xcaR\xde\x9d\xb2g\x10\xfdiO\x00\x9b\x89yv\xee\x8fY\x0f*\x82^\x9bl\xc8\xa9)\xc2\x99\x1b\xcc"\x9b\x9fY9h\xa6b\xad\xcf\xc6\xf8\x82p\xd6\x1bM\xe4\xc0\xf0\x07\xbbX%\xa8\xf2\xec\xf3\t\xaa\'\xedx4u[\xe4\x95\xc2\x9c8\xec\t\x99$\xca\x9c\x007\x1e\xff\x85\x82\xc07\xb2v\xffD\x0c')
fake.md5(raw_output=False)
# '428f2b35844bec112a5b6e41883d5988'
fake.sha1(raw_output=False)
# '12178ab11cc631999519ba5b34eadc1fbbbf46b9'
fake.null_boolean()
# True
fake.sha256(raw_output=False)
# '025404dfe345fb5bb7cbe2d539713fe5294bbd14b9bb197bc657db07694d3d7d'
fake.uuid4()
# '13ff04ff-b12b-44b8-be12-a445d06bca44'
fake.language_code()
# u'nso'
fake.boolean(chance_of_getting_true=50)
# True
faker.providers.person
¶
fake.last_name_male()
# u'\u0622\u0644 \u0639\u0644\u064a'
fake.name_female()
# u'\u0628\u0648\u0631\u0627\u0646 \u062d\u0646\u0628\u0648\u0644\u064a'
fake.prefix_male()
# u'\u0627\u0644\u0633\u064a\u062f'
fake.prefix()
# u'\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0629'
fake.name()
# u'\u063a\u0627\u0646\u0645 \u0623\u0628\u0648 \u062f\u0627\u0648\u0648\u062f'
fake.suffix_female()
# u''
fake.name_male()
# u'\u0627\u0644\u0633\u064a\u062f \u0642\u064a\u0633 \u0627\u0644\u062c\u0641\u0627\u0644\u064a'
fake.first_name()
# u'\u0648\u0641\u0627\u0621'
fake.suffix_male()
# u''
fake.suffix()
# u''
fake.first_name_male()
# u'\u0639\u062a\u064a\u062f'
fake.first_name_female()
# u'\u0647\u062f\u0649'
fake.last_name_female()
# u'\u0627\u0644\u0634\u0627\u064a\u0639'
fake.last_name()
# u'\u0622\u0644 \u0639\u0648\u0627\u0636'
fake.prefix_female()
# u'\u0627\u0644\u0623\u0633\u062a\u0627\u0630\u0629'
faker.providers.phone_number
¶
fake.phone_number()
# u'745.917.5260'
fake.msisdn()
# '9279245550629'
faker.providers.profile
¶
fake.simple_profile(sex=None)
# { 'address': u'05040 \u0639\u0644\u064a Land\n\u0632\u064a\u0646burgh, MD 41995',
# 'birthdate': datetime.date(1938, 10, 14),
# 'mail': u'cbw-dwwd@gmail.com',
# 'name': u'\u0627\u0644\u0622\u0646\u0633\u0629 \u0631\u0648\u0627\u0621 \u0627\u0644\u0645\u0647\u0646\u0627',
# 'sex': 'F',
# 'username': u'sfynlhkyr'}
fake.profile(fields=None, sex=None)
# { 'address': u'559 \u0627\u0644\u0645\u0647\u064a\u062f\u0628 Ways\n\u0622\u064a\u0627\u062afurt, SD 88271',
# 'birthdate': datetime.date(1960, 9, 19),
# 'blood_group': 'B+',
# 'company': u'\u0627\u0644\u062d\u0643\u064a\u0631, \u0622\u0644 \u0645\u062d\u0645\u062f \u0628\u0646 \u0639\u0644\u064a \u0628\u0646 \u062c\u0645\u0627\u0632 and \u0643\u0627\u0646\u0648',
# 'current_location': (Decimal('4.136524'), Decimal('96.412011')),
# 'job': 'Armed forces logistics/support/administrative officer',
# 'mail': u'bn-ldnzhr@hotmail.com',
# 'name': u'\u0627\u0644\u062f\u0643\u062a\u0648\u0631 \u062f\u0627\u0648\u0648\u062f \u0622\u0644 \u0633\u0644\u0637\u0627\u0646',
# 'residence': u'03945 \u0622\u0644 \u0631\u0641\u064a\u0639 Estates\n\u0622\u0644 \u0645\u0639\u064a\u0636town, MS 04796',
# 'sex': 'M',
# 'ssn': u'444-96-6321',
# 'username': u'zkhrllyn',
# 'website': [ u'http://www.lhkyr-al.com/',
# u'https://al.info/',
# u'http://www.al.info/']}
faker.providers.python
¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 6367,
# datetime.datetime(2006, 1, 11, 20, 38, 56),
# u'gJkIXJGEzwZnGnonIHQr',
# u'FmRZZXevDnHwzbXZHjdm',
# u'IghcwuzbjDoQqhZRGMnE',
# u'CnVhQqPFowRUHgHfbvoG',
# u'ihnbwly@ljfly.com',
# 785778395826.8,
# 2307,
# 9726,
# u'qeFVAGaIvMkJUxMWykhK']
fake.pystr(min_chars=None, max_chars=20)
# u'tkwdZZwNwSrnJzkpElSC'
fake.pystruct(count=10, *value_types)
# ( [ 3789,
# Decimal('-2.13940251309E+13'),
# u'eUBcFXGSxgOJzdCzdSkm',
# datetime.datetime(1995, 7, 9, 23, 26, 24),
# 621.23343782,
# Decimal('-194667549.0'),
# u'mb-lkhyl@yahoo.com',
# u'ZzYUynoExshrGUAVpwET',
# 7805,
# u'mrbUYaqWkJoOePPOitIu'],
# { u'ab': 2180,
# u'beatae': u'BxEMkzIuoANHIRJmnfQt',
# u'illum': Decimal('-27025.646'),
# u'inventore': u'RNppEYDtcimohzcHIaNO',
# u'laborum': 4150,
# u'nobis': u'rjJTrvmDqhWFHHgoVFAl',
# u'quasi': Decimal('-886045653648'),
# u'quis': u'qoLkdiMIZTpfZPHUwnOZ',
# u'reprehenderit': u'GGhCzNWySkrfdXYGbGKg'},
# { u'accusantium': { 3: u'keQWjUVMrRNDrNIKWffp',
# 4: [ datetime.datetime(2001, 10, 28, 1, 57, 19),
# 426,
# 8746271314843.0],
# 5: { 3: u'LKYcmJWdHouFLJmhjWMJ',
# 4: 5370,
# 5: [ u'UCmWlTtxCGkBFLLLWdtu',
# datetime.datetime(2010, 8, 11, 17, 20, 5)]}},
# u'at': { 2: 1204,
# 3: [ u'http://www.ljln.net/category/tags/register.jsp',
# u'oEZduNYltNrtsAjxtJGN',
# u'mKgdKfztADhzSKbJsNUS'],
# 4: { 2: u'SJQwasoGNcZiTQkrrIHR',
# 3: u'qkKyfwNPNYQBxJyOtXsS',
# 4: [u'glqyl@gmail.com', 5287]}},
# u'consectetur': { 8: u'mlrshd@al.com',
# 9: [ u'https://al.com/search.html',
# u'ycsUCrveSsLbdJMEBrQP',
# datetime.datetime(1984, 9, 7, 0, 56, 59)],
# 10: { 8: u'MVmessmGrKQsAlTljDcP',
# 9: u'shhb35@lmhn.com',
# 10: [ Decimal('-85762.6'),
# u'http://ljfly.com/wp-content/tag/login.php']}},
# u'corrupti': { 0: datetime.datetime(1983, 8, 27, 1, 48, 48),
# 1: [ u'gXAEYqfWrhLmFrZffgUQ',
# datetime.datetime(1989, 4, 22, 19, 39, 46),
# u'rdy73@al.com'],
# 2: { 0: u'al-lythqb@yahoo.com',
# 1: u'mhyb86@gmail.com',
# 2: [ u'KTEwaEDwOZtEktxiuSFe',
# u'ePlxgQvtwvGaJjKwSpnE']}},
# u'cumque': { 1: u'dwVJKapJwewgJfCCZXah',
# 2: [9287, u'rUEAVzNzkzpvcPPdbleG', 4561],
# 3: { 1: -297078177343427.0,
# 2: datetime.datetime(1988, 9, 24, 21, 46, 25),
# 3: [ u'asurUFnOMmiYKyCcaLNi',
# 5481858168181.97]}},
# u'eos': { 5: u'DKIonFelocXwsygJmRDU',
# 6: [ u'EERCkhnLSxMfAWQMhwZq',
# -112597922960.1,
# Decimal('-543626098085')],
# 7: { 5: u'CAbUVHAueaMDARxhbnUW',
# 6: 7067,
# 7: [ u'osfdeYGEnNkxLOntiqnY',
# datetime.datetime(2004, 3, 3, 17, 30)]}},
# u'exercitationem': { 7: datetime.datetime(1975, 10, 16, 21, 30, 59),
# 8: [ 770060299728.2,
# u'rEilFXqNLBAeEFuosRmx',
# Decimal('-42.6764498854')],
# 9: { 7: 1567,
# 8: -439037518909.233,
# 9: [ Decimal('7.43275247682E+12'),
# u'HrDwkaRWjJRQVIABozBq']}},
# u'quia': { 6: u'rlqyl@yahoo.com',
# 7: [ u'oqLavaPOBKbCIzLkTPLW',
# Decimal('948396604.25'),
# u'AlRdazfssZUllfmmuMLD'],
# 8: { 6: u'37@yahoo.com',
# 7: 426,
# 8: [ 7368,
# datetime.datetime(2003, 2, 6, 14, 52, 30)]}},
# u'recusandae': { 4: u'ZOVBiCotkEZiqrJIbvMC',
# 5: [ u'qodvDTEHFEbFIHBdFhyz',
# u'iWmxfHFMNeqYrXdzEZOX',
# 422.961731],
# 6: { 4: u'IwAUlxGBqEbLYBnLMQBP',
# 5: 5970,
# 6: [ u'rJkyfKnXdMTaGnhnFyXY',
# u'uyBKhrZxBRaEqVbOAYhE']}},
# u'reiciendis': { 9: datetime.datetime(1990, 11, 10, 14, 43, 59),
# 10: [ Decimal('3325816.26511'),
# u'IltfzABjWuoTQCRsoLCm',
# 2409879.319897],
# 11: { 9: -560.358137,
# 10: u'lmwhlqyl@yahoo.com',
# 11: [u'fjezUQHgjLRUhyJSbHJQ', 9234]}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -8790454431.5
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('236.781')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 9448,
# u'sZtIvFYInCrFihZjoiLy',
# u'rGiLTebnstiHDMZWeDJH',
# 9332,
# Decimal('-32.0'),
# u'rHWOvBmUZEYWCJNuStUx',
# 97510.67881]
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'https://www.lmgwl.com/main.asp',
# Decimal('11267.5'),
# u'VvCwjtXLxPsFQscsjgvx',
# u'UihfNzJQLefikMbojqrC',
# u'WBxTVPFnRaDGqeELmqVZ',
# u'jhr08@al.biz',
# u'vyYTTbGCtjVsRluMrzNP',
# u'gbypkDmtJlSqWSVdMZww',
# 3569235973219.9,
# u'KNBIfgJbxiARQCYdZZFB')
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'gMWWTvBegRFTEFXyAQWa', u'xIdaCOBbCQXennfFVhPE', Decimal('283754919.92'), 895, u'NDGbsVxzwNQyDFcCeMFE', u'https://ldbg.net/tags/index/'])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'ad': datetime.datetime(2013, 5, 14, 11, 41, 25),
# u'assumenda': u'twBfjAeYZXyBSwNSFTGB',
# u'at': 8285,
# u'delectus': u'udrAcdqIWvUQOxmtDUuO',
# u'est': 9642,
# u'id': u'al-hsynsdr-ldwyn@hotmail.com',
# u'omnis': Decimal('906406217364'),
# u'quae': u'tuBojIgJaTlviHkHhaQk',
# u'quasi': datetime.datetime(2003, 1, 8, 21, 46, 21),
# u'quos': 183,
# u'sapiente': u'LsKgGZEtrLxJtvaaRxGQ',
# u'sint': u'uCMKvgqiECnTUSTyVKyh',
# u'velit': datetime.datetime(2000, 12, 15, 14, 47, 20)}
fake.pyint()
# 4641
faker.providers.ssn
¶
fake.ssn(taxpayer_identification_number_type="SSN")
# u'680-82-4811'
fake.ein()
# u'30-2873383'
fake.itin()
# u'957-94-7054'
faker.providers.user_agent
¶
fake.mac_processor()
# u'U; PPC'
fake.firefox()
# u'Mozilla/5.0 (Windows NT 6.2; ro-RO; rv:1.9.2.20) Gecko/2013-11-18 12:26:38 Firefox/4.0'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/8.14.(Windows NT 5.01; or-IN) Presto/2.9.169 Version/12.00'
fake.windows_platform_token()
# u'Windows CE'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows CE; Trident/3.0)'
fake.user_agent()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/5362 (KHTML, like Gecko) Chrome/48.0.887.0 Safari/5362'
fake.linux_processor()
# u'i686'
fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/5310 (KHTML, like Gecko) Chrome/29.0.864.0 Safari/5310'
fake.mac_platform_token()
# u'Macintosh; U; Intel Mac OS X 10_9_3'
fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; bho-IN) AppleWebKit/531.33.6 (KHTML, like Gecko) Version/3.0.5 Mobile/8B113 Safari/6531.33.6'