Language bs_BA¶
faker.providers.address
¶
fake.longitude()
# Decimal('4.359321')
fake.building_number()
# u'3866'
fake.street_address()
# u'0705 Underwood Flat'
fake.postalcode_plus4()
# u'95501-7680'
fake.city_prefix()
# u'South'
fake.military_ship()
# u'USNS'
fake.city()
# u'Travisburgh'
fake.zipcode_plus4()
# u'33028-0593'
fake.state_abbr()
# u'GU'
fake.latitude()
# Decimal('-32.269463')
fake.street_suffix()
# u'Plaza'
fake.city_suffix()
# u'land'
fake.military_dpo()
# u'Unit 3013 Box 4950'
fake.country_code(representation="alpha-2")
# u'LU'
fake.country()
# u'Bulgaria'
fake.secondary_address()
# u'Suite 984'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('-129.536164')
fake.postalcode()
# u'63067'
fake.address()
# u'5137 Richard Extensions Suite 417\nSouth Markshire, OH 85422-1140'
fake.state()
# u'Arkansas'
fake.military_state()
# u'AE'
fake.street_name()
# u'Joseph Ranch'
fake.zipcode()
# u'81222'
fake.postcode()
# u'24420'
fake.military_apo()
# u'PSC 7261, Box 5522'
faker.providers.automotive
¶
fake.license_plate()
# u'EPM 109'
faker.providers.bank
¶
fake.bban()
# 'XEJP2583395961465'
fake.bank_country()
# 'GB'
fake.iban()
# 'GB80TKJV4775049395432'
faker.providers.barcode
¶
fake.ean(length=13)
# u'3704269958375'
fake.ean13()
# u'6992936015149'
fake.ean8()
# u'21268861'
faker.providers.color
¶
fake.rgb_css_color()
# u'rgb(34,188,133)'
fake.color_name()
# u'Tomato'
fake.rgb_color()
# u'63,245,121'
fake.safe_hex_color()
# u'#22ee00'
fake.safe_color_name()
# u'navy'
fake.hex_color()
# u'#36d1d9'
faker.providers.company
¶
fake.company()
# u'Jackson-Eaton'
fake.company_suffix()
# u'and Sons'
fake.catch_phrase()
# u'Multi-lateral context-sensitive info-mediaries'
fake.bs()
# u'envisioneer collaborative e-commerce'
faker.providers.credit_card
¶
fake.credit_card_security_code(card_type=None)
# u'607'
fake.credit_card_provider(card_type=None)
# u'VISA 13 digit'
fake.credit_card_full(card_type=None)
# u'Discover\nKelli Anderson\n6011347869813351 10/19\nCVC: 318\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '06/26'
fake.credit_card_number(card_type=None)
# u'213127553176136'
faker.providers.currency
¶
fake.cryptocurrency_code()
# 'EMC'
fake.currency_code()
# 'TND'
fake.currency_name()
# 'Hong Kong dollar'
fake.cryptocurrency_name()
# 'Vertcoin'
fake.cryptocurrency()
# ('TRX', 'TRON')
fake.currency()
# ('SOS', 'Somali shilling')
faker.providers.date_time
¶
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 16, 18, 48, 30)
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0xf5d507ac>
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(2012, 5, 6, 19, 32, 21)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2016, 10, 29)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 2, 9, 34, 34)
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(2012, 11, 28, 1, 5, 46)
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2009, 5, 18)
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2005, 5, 26, 3, 54, 26)
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2015-03-10'
fake.am_pm()
# 'AM'
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 9, 31, 43)
fake.date_object(end_datetime=None)
# datetime.date(1992, 5, 28)
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 2, 5)
fake.iso8601(tzinfo=None, end_datetime=None)
# '1991-05-26T21:49:32'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 9, 9)
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2010, 1, 21)
fake.month()
# '08'
fake.year()
# '2001'
fake.day_of_month()
# '04'
fake.unix_time(end_datetime=None, start_datetime=None)
# 1155290396
fake.timezone()
# u'Europe/Vatican'
fake.century()
# u'XII'
fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1906, 7, 24)
fake.time_object(end_datetime=None)
# datetime.time(13, 42, 10)
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 6, 1, 14, 50, 2)
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1979, 10, 28, 17, 20, 23)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '16:21:25'
fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2018, 8, 2)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 8, 8, 9, 59, 5)
fake.month_name()
# 'September'
fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(146, 1, 30, 15, 41, 47)
fake.time_delta(end_datetime=None)
# datetime.timedelta(3147, 46634)
faker.providers.file
¶
fake.unix_device(prefix=None)
# u'/dev/vdm'
fake.mime_type(category=None)
# u'message/imdn+xml'
fake.file_path(depth=1, category=None, extension=None)
# u'/laudantium/delectus.png'
fake.unix_partition(prefix=None)
# u'/dev/vdd7'
fake.file_name(category=None, extension=None)
# u'perferendis.avi'
fake.file_extension(category=None)
# u'mov'
faker.providers.internet
¶
fake.ascii_free_email(*args, **kwargs)
# 'nicolecarlson@hotmail.com'
fake.image_url(width=None, height=None)
# u'https://www.lorempixel.com/554/647'
fake.tld()
# u'unsa.ba'
fake.email(*args, **kwargs)
# u'brittanyellis@morales.edu.ba'
fake.url(schemes=None)
# u'http://rogers.edu.ba/'
fake.ipv4_private(network=False, address_class=None)
# '10.146.88.86'
fake.user_name(*args, **kwargs)
# u'karen67'
fake.uri_extension()
# u'.html'
fake.uri_page()
# u'terms'
fake.free_email_domain(*args, **kwargs)
# u'yahoo.com'
fake.safe_email(*args, **kwargs)
# u'lindsay89@example.com'
fake.ascii_email(*args, **kwargs)
# 'petermoore@yahoo.com'
fake.ipv4_network_class()
# u'a'
fake.ipv4_public(network=False, address_class=None)
# '6.237.245.36'
fake.ascii_company_email(*args, **kwargs)
# 'dhernandez@bentley.com.ba'
fake.domain_name(*args, **kwargs)
# u'gray-ferguson.unsa.ba'
fake.ipv4(network=False, address_class=None, private=None)
# '153.255.122.82'
fake.domain_word(*args, **kwargs)
# u'burton'
fake.slug(*args, **kwargs)
# u'consequuntur'
fake.uri_path(deep=None)
# u'app'
fake.company_email(*args, **kwargs)
# u'sergiotorres@williams-johnson.org.ba'
fake.uri()
# u'https://jacobson-brown.edu.ba/privacy/'
fake.ipv6(network=False)
# '2970:c8ed:99a6:9b91:36:70a:ddc4:73e3'
fake.free_email(*args, **kwargs)
# u'reynoldsanthony@yahoo.com'
fake.ascii_safe_email(*args, **kwargs)
# 'adamadams@example.org'
fake.mac_address()
# u'10:63:61:af:46:13'
faker.providers.isbn
¶
fake.isbn10(separator="-")
# u'0-00-960213-5'
fake.isbn13(separator="-")
# u'978-0-300-89449-3'
faker.providers.job
¶
fake.job()
# 'Clinical molecular geneticist'
faker.providers.lorem
¶
fake.text(max_nb_chars=200, ext_word_list=None)
# u'Pariatur vitae ut minus corrupti tempore. Harum facere quia rerum maxime totam laboriosam similique. Vero recusandae voluptatum eligendi aut deserunt qui. Nostrum libero exercitationem dolores.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ u'Sint quo consequuntur fugiat iure cumque commodi. Numquam nemo distinctio maiores at mollitia. Esse quo nostrum expedita.',
# u'Totam aliquam cum impedit quia odit.',
# u'Recusandae quos omnis ut praesentium minus veritatis. Sed voluptate culpa tempore illum velit vel. In est quibusdam cumque quos.']
fake.words(nb=3, ext_word_list=None)
# [u'quis', u'officiis', u'expedita']
fake.sentences(nb=3, ext_word_list=None)
# [ u'Magni quasi explicabo adipisci iure optio neque perferendis.',
# u'Ipsa et aliquam saepe autem mollitia fugit.',
# u'Corporis molestiae corrupti sint sint voluptates.']
fake.word(ext_word_list=None)
# u'exercitationem'
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Dolor accusantium unde unde minus ducimus. Iste veniam odit tempore. Ducimus ut minima consequuntur reiciendis consequuntur unde porro.'
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Temporibus reprehenderit ipsum delectus minus repudiandae at.'
faker.providers.misc
¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'))FQcxIE0S'
fake.locale()
# u'bhb_IN'
fake.binary(length=1048576)
# bytearray(b'\x1c\x1e\x13\xfc\x05\x049\x03\xbb\xa5\x816\xc2B\xf8}\xb1\xe4\xe4T1%\r7A\xf9\xa2w\xdd\xden\xe3E\x9e2\x03\xf2w\xbe\r\xfe\xeb\x9d\xb6E\x8e\x1bq\x9a\x13\xf4G\x9c\xda"\xc8m\x9c<_d\x1b\xf1L\x08,\x05\xef\x01\xa0\xd4\x93-\xef\x9d\xcb\xc7s\x13\x0b_\xc4\x9bOb\xfey/L/^\xe7\xb6pg\x01\x15C%\xd4\xed\xbb\x99\xd3\x00\x10\x12\x13\x07>\xb4E\xebV\x10?DG\xe4\x87\x08\xc6\x8a\xc4\xd4uE\xed&\xb9\nt\xc24\xd9\xa3\x81j\x9f\xec\xddW\xd6\xf4:\xeb\xaa\xber^LC\x1a#\x0cN\xdbC#\x0c#\x01I/\xbe\xe7\x0f\x89\x98\xa9\xc8\x96\x1e\xf9VG5gh\xd3\x8f\xec\xeeI\xf7^\xb4\x96\xce:\xcfZ]F}E\xa0\xe5\x1a\x9a\x9e\xf8\x9a\x87H\x8b\xaf#]It\rh\xe2O5\x1c\x97\x9e{5t\xfc\x0ff\xf2\xe3\x8c=57T\xc3\x88\xe7sh4\xad\x84\xbf\xae\x97\x1f?7jZ\x16(\x9cRd\x92B\x88\xad\x12{O\xb3\x93\xec\xd8\xee\xfd\x86\xc1h\x1a~a\xae\xcd\n\x85w\x11Z\xa0vG\x18\x848\xf9\xd7\x8e+\xbb\x14Y!\xaeTs8\xb4\xde\xa6\x05.\xc7lt\xcet\xd7\xd24\xe8\xf6r4\xdb\x02\x1b\xb7\xe9\xe9S\xf75\x15N\x16Z[o\x1f\xc1E]R\xdd\xbf>\xc7\x9a\x07\x9b\xd0\x9d\xfa\x06\xf7\x0f&\x01\xb3>\xdb\x98\xc8\x97\xc0*\\\xc2\xabAzf\xf9\x1a\xdc\x8a\x9d\x8118\xae{u|\xf4\x03\xbb\xf5\x8b\xaf\xe8\xd2\xcc$\x15+P\xbfZqv\xed\xa1a\x7f\x80\x0b\x1a0vm\xb4\x1b\xc2F>\xe3\xb4*\xd7K\xfc\xe7\x96\x9f\x8a\x82!\xfa\x9a[H\x83\xf6d\x11\x84\x11"\xc0\xb6\xf1\xa2\xb4\x82\xa9YtHd\x10\x03\x0f9\x18\xcfS!\x8f\xbbQ{\x80L\xb3[\xe0\xd3$M5\xbc\xaf\x88o[\xd3A\xe4\xcb\x9e\xf5R\x90\xf1\x19\xf6\x96\x878\xe7~Ly\x94\xd1\xbf\xca\x9c\xc9\x13\xce\xdaF\x99I\x8fZ\xca\x8a\x8cVQPi\xa5\r\xeax\x93\xc7\x89\xc9L\x0c\x01\xd9\x7f\xf7!\x16;u\xe1\x14+\xb2\x1b\xb7C\x86\xfb\x8eUZK+\xa4\xa9H\x9f\xb3\x99\xb8Y\xb56\xcc\x8b\xce\xa2\xef\x90ivr\x13\xd5P_|:\xaa\x08\x81\x05\xd8@\x8e\x0f\x8c\xce\xe2\x07$i\x1d\x9e\xc7\x15\xef\xc39\xb0?\xe8\xf8\x0f@;\xb1&\xc0\x97\r\x8a/\xbb\xf9-\xaa\xd3Bv\xe7\x99\x01\x9f\x14J\x06\x00H&\xf5|\xbf\xec[g\xc4c/~\xdf\x95Y\xae\x10>.t\x87\xdf\xbc\xe2\xd8K\x04\x99$\x90S"\x9c\x90\x99UL\xd3\xdb\xcf\x14v\xd9\x11j\n1\xb9x\x17\x9e\x11MW(G\xde\x08\x82\xc7\x92"<\'\xfeg\xfe\x0e\xd1\xed\xa0]B+6\xc4%\xc2(P\xa8\xabFUM\x11t\xbe\xafJ#\xce\xbb\xe2$\x99\xf3\xe8v+`=\x1e\xd7\xec\xff\x89\xd10V\x85\xbc\x8e\xaa\xbb\xcfj\x9b\x88\xc16J]d\xb5p\x84O\x84\\\x0c\xe01N\x0cZd\x9e\xadjr\xf9\xae\x88\xdfS\xdc\xc9<\xe8!\x86\xbc\xbc\x01/L\xf5\xac+\xdf0\x8d\xc8\x87\xac\xe9?Z\xe3\x95!\xae\x1b\x9f]\x0c\xe7\xc8c\xaf&\xae\xdc\xb0\xba\x14I\x8bj`\xf1\xaa\x10\x8d\xc5\'\xe0\xbb|\xbc\xefP5\xc3\x85\xff\xce\xc2\x9fd\xa9\xd0\xb1C\xdb<{\xe4\xa2\x1eV\x0c\x8b\x05\x0e\x88\x92I\xd8\x97\xa4w\xa0\xa7\x90\x17&RKp\xc5\xbdz\x08?\x81\x94\xdf\x90\x1b\x18\x86\x90;0\xac\xd2\xbebn\x93\x0e\xa6yS$\x8c8\tv\xe1y*\xdc=\x13\x80\x85E\xaa:\x13 \x01\xa0\xe5\x05\na\xf4\x1d\x8bn\xb7\xb0*\xf8J-C\xd7\xfe\xf3x\xfa\xb8\x8a\x19"\xbb\xddLR\xcf \x1b\x0e\xfe\x92\xe6\x9a\xf6\xc5,h\xac\x80\xbc\x02N\x16\x12\xc4g\xb4c\xd6\xab\xcd \x97\txP;\xb0\xe0\x0c\x9cU\x8d\x04|\x81|x\x97\x07\x84\x1f\x16\xa0\xd0{\x93\xb51;\x9fc\xcb\x8f/\xaa\x97\xd5\xfa\xeb\xf3\xeb\xf3~+[&}!oi\xfcwt\xed\x82\xc9\xd7\xde\x98\x98\xf7\xe0S\xe2\xeb6\xb1A\xb7\x9e\xc6')
fake.md5(raw_output=False)
# '3ae3e1080417ef53e11018a9e73f659f'
fake.sha1(raw_output=False)
# 'e0b05bfaf8e6643867e946010ecadb9023842a53'
fake.null_boolean()
# True
fake.sha256(raw_output=False)
# '34fda56deac062cfb4791a9d3cefae053f7a7758540d5b9ac820162d869abd87'
fake.uuid4()
# '4e86e5e5-d026-6698-4af9-fc6d48693dd1'
fake.language_code()
# u'ts'
fake.boolean(chance_of_getting_true=50)
# True
faker.providers.person
¶
fake.last_name_male()
# u'Bailey'
fake.name_female()
# u'Amanda Livingston'
fake.prefix_male()
# u'Mr.'
fake.prefix()
# u'Dr.'
fake.name()
# u'Brittany Cruz'
fake.suffix_female()
# u'MD'
fake.name_male()
# u'David Vargas'
fake.first_name()
# u'Jenna'
fake.suffix_male()
# u'DVM'
fake.suffix()
# u'MD'
fake.first_name_male()
# u'Kyle'
fake.first_name_female()
# u'Debra'
fake.last_name_female()
# u'Smith'
fake.last_name()
# u'Barnes'
fake.prefix_female()
# u'Miss'
faker.providers.phone_number
¶
fake.phone_number()
# u'+387 61 229 058'
fake.msisdn()
# '2313776883790'
faker.providers.profile
¶
fake.simple_profile(sex=None)
# { 'address': u'414 Thomas Forks\nLake Jeremyfort, MD 55921',
# 'birthdate': datetime.date(1998, 12, 6),
# 'mail': u'fbarber@bih.net.ba',
# 'name': u'Lindsay Joseph',
# 'sex': 'F',
# 'username': u'jacob56'}
fake.profile(fields=None, sex=None)
# { 'address': u'65123 Gabrielle Glens\nBrandonville, OK 26277',
# 'birthdate': datetime.date(1999, 7, 27),
# 'blood_group': 'AB-',
# 'company': u'Wilson Ltd',
# 'current_location': (Decimal('-45.2421745'), Decimal('-161.369093')),
# 'job': 'Brewing technologist',
# 'mail': u'larry62@gmail.com',
# 'name': u'Amanda Dixon',
# 'residence': u'326 Patel Islands Suite 058\nEast Allisonshire, SD 57818',
# 'sex': 'F',
# 'ssn': u'512-35-0504',
# 'username': u'zhensley',
# 'website': [u'http://cruz-petty.gov.ba/', u'http://www.hammond.org.ba/']}
faker.providers.python
¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [ Decimal('19586251133.6'),
# 3509,
# u'ZkPPTGWCCXDKBnuLQYhr',
# -577453869555327.0,
# u'https://hines-davis.ba/about.htm',
# u'KPKCiCtOGPKdxgCiNLVC']
fake.pystr(min_chars=None, max_chars=20)
# u'aNDEVGxKeVbMGWlRODDu'
fake.pystruct(count=10, *value_types)
# ( [ u'cxiCpfzhOUCslXUBwUjF',
# u'ZTQqbqDsBqnvIAzUFPfH',
# u'GrReoURrhfAJjPpAbnpe',
# u'LudlQBxWDIGcVtZOWGXA',
# u'http://www.thomas.org.ba/about.html',
# u'bmruMPFGjMJVOYLIuolb',
# u'RewgDCshUvomkCRjwHLW',
# u'daniel70@tel.net.ba',
# 2.71795588949978,
# datetime.datetime(1980, 9, 8, 0, 28, 42)],
# { u'accusamus': u'sYsVIWUUQuivmftGlyHQ',
# u'assumenda': 5719,
# u'autem': u'ASZUwfrrERXEUhwQrOcy',
# u'dolorem': u'http://cole-mclean.ba/tags/list/post/',
# u'ex': datetime.datetime(1982, 9, 11, 21, 19, 48),
# u'illo': u'DsfccaXmOLjUwxuipaNJ',
# u'laudantium': u'NelVrBPSZAHunVzzeHKN',
# u'nemo': datetime.datetime(2011, 10, 29, 17, 25, 54),
# u'occaecati': u'pdpBoQCVWfTWzojYQywE'},
# { u'ab': { 4: u'https://www.cruz.org.ba/wp-content/author/',
# 5: [4761, 1.974319394652, 7324],
# 6: { 4: 8044,
# 5: 3375,
# 6: [ datetime.datetime(2012, 5, 29, 8, 31, 15),
# u'https://www.rodriguez.edu.ba/posts/main.html']}},
# u'accusamus': { 3: 6771,
# 4: [ Decimal('32264930.1441'),
# datetime.datetime(2013, 6, 5, 6, 29, 38),
# datetime.datetime(2010, 5, 7, 20, 32, 47)],
# 5: { 3: -41370790146912.0,
# 4: u'lKLaiJQCozhJhZHaqWxs',
# 5: [ 967263078.0,
# Decimal('2.25828985124E+12')]}},
# u'eveniet': { 9: u'YZHzrRuGMuiYniGDRPVc',
# 10: [ u'unBVHPDyLjXSoWTXIhpn',
# Decimal('6689059009.53'),
# datetime.datetime(1996, 10, 2, 16, 29, 6)],
# 11: { 9: 3651,
# 10: u'zXbrfDCVzRSwMKhUvPdu',
# 11: [ -46067693.1950658,
# u'MfEAIAyPFkFROIHZutvI']}},
# u'molestiae': { 6: Decimal('910247530.28'),
# 7: [ u'OjNZWWENcEQDUPZTUwTb',
# datetime.datetime(2014, 5, 9, 8, 55, 14),
# u'nfletcher@yahoo.com'],
# 8: { 6: u'https://www.barker-sweeney.org.ba/category/privacy/',
# 7: 9959,
# 8: [ u'RlVcZpkhpHCLTnZKfOia',
# u'http://lucas.gov.ba/']}},
# u'nobis': { 7: u'rmjAeTZxYLrfLoIOsRAj',
# 8: [ u'http://wheeler-chan.gov.ba/',
# u'https://www.myers-garcia.gov.ba/',
# u'courtneyhunt@martinez.gov.ba'],
# 9: { 7: 1178,
# 8: u'XkgaVCiIEdtikRsmyRDX',
# 9: [ u'eaAfkxDcOScqPyAIOYIH',
# u'gRddAYYbwwnaQkzSgOcZ']}},
# u'odit': { 8: 6476,
# 9: [ datetime.datetime(1991, 7, 26, 20, 50, 15),
# u'JHBzdbZoTCdQdVTcCSWP',
# 6959],
# 10: { 8: u'WwpwLxARaWbFealDOZzQ',
# 9: 84423673307607.0,
# 10: [ -9190977085.7,
# u'https://www.gilmore-chapman.org.ba/tags/register/']}},
# u'quae': { 0: u'jVoJQLqCcdqBtzLqxmmo',
# 1: [ Decimal('490955794409'),
# 201135.53,
# datetime.datetime(2009, 1, 11, 10, 36, 49)],
# 2: { 0: Decimal('360313711.8'),
# 1: 2477,
# 2: [ u'tkpzvJykXioUSciEWuWq',
# datetime.datetime(1996, 4, 28, 11, 31, 42)]}},
# u'quaerat': { 5: 9338,
# 6: [ u'UxIedzTibOXGgsnIgwKT',
# u'sNqpBYXjWGLYBHEcxwAM',
# u'PfmiCxQvMMLkmgYTJEqI'],
# 7: { 5: u'ivWBvETHAqSBQkUTIaoU',
# 6: u'tSnSbeTQpdcKBXGWGtpe',
# 7: [ u'oOIkJnPnCFhDXmtQWpFb',
# u'http://www.davis-valentine.net.ba/']}},
# u'velit': { 1: u'riBLVeoavYObbWgBaRpU',
# 2: [u'JQxktFCAFXPWDWhLWBYj', 2956, 2925],
# 3: { 1: u'FHRIBeYBCjhlcfeWOKso',
# 2: u'suQfXMYVXnqWGcGPQLDO',
# 3: [ u'RhYuEzPpYtUluSIyecmw',
# -480434927151836.0]}},
# u'voluptate': { 2: u'HlJGRwFxqiMwqVmlWsXS',
# 3: [ 9937,
# u'rford@diaz-doyle.org.ba',
# u'ELjwBXqCTVFvsoYSZQxM'],
# 4: { 2: u'brittanyfoster@harper.unsa.ba',
# 3: u'dldhZnwVddeZvcicsfar',
# 4: [ datetime.datetime(1973, 11, 27, 0, 48, 39),
# datetime.datetime(2004, 3, 8, 7, 39, 11)]}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# 9555073.0
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('-40273613230.7')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 6343,
# u'nuBAOUzTHepqXYbSyGUc',
# 1592,
# u'wQnYsoEACOSWMwikaGiq',
# u'paul37@yahoo.com',
# u'NRpxdJVzuAeOUPcqJXqA',
# Decimal('9.54703836228'),
# u'FXdFkULLNRCRUGslLOcd',
# -4597181.84761936,
# u'http://randolph.com.ba/home.html']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'sbrown@yahoo.com',
# Decimal('-168856.2166'),
# u'qTOjZUYYhrTwbTMClwhr',
# u'WmZVYuLjTvyLBJMnlkbl',
# u'csDxqbANhDORIlWxuQWe',
# datetime.datetime(1972, 11, 18, 5, 53, 43),
# -61683990.5102119,
# datetime.datetime(1992, 7, 15, 9, 7, 8),
# u'https://www.maynard.unsa.ba/home/',
# -1.368603,
# u'ofWourtMUXrKxnTdLiYf',
# u'http://www.knight-gonzalez.net.ba/list/search/')
fake.pybool()
# True
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'https://cooper.net.ba/', u'klee@richards.ba', 937, u'uMTQTaKOrsWLoxqzwXiX', u'BAvcXqhNgdgzKzJWycmC', 5954740.492])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'cumque': u'RwAbBzUFuiCdcqRSPlkC',
# u'deleniti': u'rLpqZtafnchSSgaJBJHm',
# u'eos': 131,
# u'excepturi': datetime.datetime(1981, 8, 28, 2, 11, 16),
# u'harum': 4398,
# u'iure': u'LKKDDKjSsNOMgGowSptX',
# u'libero': u'http://www.marks.ba/',
# u'nobis': u'http://www.johnson.ba/tag/tags/home.html',
# u'perspiciatis': u'fguClygDCoRodmNsflFA',
# u'voluptatibus': u'https://clark.gov.ba/tag/register.html'}
fake.pyint()
# 105
faker.providers.ssn
¶
fake.ssn(taxpayer_identification_number_type="SSN")
# u'633-94-2726'
fake.ein()
# u'43-3353465'
fake.itin()
# u'929-81-5853'
faker.providers.user_agent
¶
fake.mac_processor()
# u'PPC'
fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2012-08-28 13:55:48 Firefox/3.6.15'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/9.71.(Windows NT 5.01; si-LK) Presto/2.9.189 Version/12.00'
fake.windows_platform_token()
# u'Windows NT 5.0'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.0; Trident/5.1)'
fake.user_agent()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_4; rv:1.9.6.20) Gecko/2017-03-30 11:35:47 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 (Windows CE) AppleWebKit/5331 (KHTML, like Gecko) Chrome/56.0.817.0 Safari/5331'
fake.mac_platform_token()
# u'Macintosh; PPC Mac OS X 10_10_5'
fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) AppleWebKit/535.20.1 (KHTML, like Gecko) Version/4.0.1 Safari/535.20.1'