Language bs_BA¶
faker.providers.address
¶
fake.longitude()
# Decimal('-132.959756')
fake.building_number()
# u'844'
fake.street_address()
# u'169 Strong Summit'
fake.postalcode_plus4()
# u'58550-7157'
fake.city_prefix()
# u'North'
fake.military_ship()
# u'USS'
fake.city()
# u'Perkinstown'
fake.zipcode_plus4()
# u'56596-4830'
fake.state_abbr()
# u'OH'
fake.latitude()
# Decimal('88.745127')
fake.street_suffix()
# u'Ports'
fake.city_suffix()
# u'bury'
fake.military_dpo()
# u'Unit 2601 Box 0523'
fake.country_code(representation="alpha-2")
# u'GM'
fake.country()
# u"Lao People's Democratic Republic"
fake.secondary_address()
# u'Apt. 251'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('-125.426684')
fake.postalcode()
# u'66715'
fake.address()
# u'31671 Hall Mountains\nEast Samueltown, VA 99270'
fake.state()
# u'Illinois'
fake.military_state()
# u'AA'
fake.street_name()
# u'Mary Trail'
fake.zipcode()
# u'33683'
fake.postcode()
# u'68015-0033'
fake.military_apo()
# u'PSC 7141, Box 9394'
faker.providers.automotive
¶
fake.license_plate()
# u'90-Z603'
faker.providers.bank
¶
fake.bban()
# 'DRJE3354105375118'
fake.bank_country()
# 'GB'
fake.iban()
# 'GB96QHED7679461603716'
faker.providers.barcode
¶
fake.ean(length=13)
# u'1251535421580'
fake.ean13()
# u'0453100382581'
fake.ean8()
# u'11535911'
faker.providers.color
¶
fake.rgb_css_color()
# u'rgb(67,135,228)'
fake.color_name()
# u'DarkSalmon'
fake.rgb_color()
# u'118,150,238'
fake.safe_hex_color()
# u'#66cc00'
fake.safe_color_name()
# u'aqua'
fake.hex_color()
# u'#ecc60c'
faker.providers.company
¶
fake.company()
# u'Lambert Group'
fake.company_suffix()
# u'PLC'
fake.catch_phrase()
# u'Balanced content-based array'
fake.bs()
# u'optimize vertical relationships'
faker.providers.credit_card
¶
fake.credit_card_security_code(card_type=None)
# u'155'
fake.credit_card_provider(card_type=None)
# u'Maestro'
fake.credit_card_full(card_type=None)
# u'VISA 13 digit\nScott Weber\n4964868749790 10/23\nCVC: 839\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '12/20'
fake.credit_card_number(card_type=None)
# u'2227154014515058'
faker.providers.currency
¶
fake.cryptocurrency_code()
# 'BCH'
fake.currency_code()
# 'BOB'
fake.currency_name()
# 'Argentine peso'
fake.cryptocurrency_name()
# 'Bytecoin'
fake.cryptocurrency()
# ('NEM', 'XEM')
fake.currency()
# ('ARS', 'Argentine peso')
faker.providers.date_time
¶
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 9, 10, 1, 22, 33)
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0xffffaa3b62d0>
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(2002, 11, 30, 22, 6, 27)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2014, 3, 20)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 9, 21, 40, 40)
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 7, 26)
fake.day_of_week()
# 'Tuesday'
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2013, 5, 14, 6, 20, 36)
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2004, 12, 8)
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2015, 6, 18, 7, 46, 34)
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1988-11-18'
fake.am_pm()
# 'PM'
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 10, 58, 29)
fake.date_object(end_datetime=None)
# datetime.date(2010, 10, 14)
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 7, 27)
fake.iso8601(tzinfo=None, end_datetime=None)
# '1992-08-29T00:52:36'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 8, 30)
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2009, 8, 30)
fake.month()
# '09'
fake.year()
# '1973'
fake.day_of_month()
# '30'
fake.unix_time(end_datetime=None, start_datetime=None)
# 194892072
fake.timezone()
# u'Africa/Djibouti'
fake.century()
# u'III'
fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1956, 6, 23)
fake.time_object(end_datetime=None)
# datetime.time(9, 0, 13)
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 3, 30, 19, 46, 44)
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1985, 9, 15, 13, 12, 8)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '02:43:02'
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, 7, 31, 16, 28, 28)
fake.month_name()
# 'December'
fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1414, 4, 25, 14, 5, 54)
fake.time_delta(end_datetime=None)
# datetime.timedelta(14924, 41192)
faker.providers.file
¶
fake.unix_device(prefix=None)
# u'/dev/sdr'
fake.mime_type(category=None)
# u'message/partial'
fake.file_path(depth=1, category=None, extension=None)
# u'/provident/corporis.mp3'
fake.unix_partition(prefix=None)
# u'/dev/vdx3'
fake.file_name(category=None, extension=None)
# u'et.xls'
fake.file_extension(category=None)
# u'odt'
faker.providers.internet
¶
fake.ascii_free_email(*args, **kwargs)
# 'khanbradley@tel.net.ba'
fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=126x855&w=126&h=855'
fake.tld()
# u'net.ba'
fake.email(*args, **kwargs)
# u'johnsonmackenzie@kaufman-lawrence.net.ba'
fake.url(schemes=None)
# u'http://flores.net.ba/'
fake.ipv4_private(network=False, address_class=None)
# '172.29.3.163'
fake.user_name(*args, **kwargs)
# u'howellchristopher'
fake.uri_extension()
# u'.php'
fake.uri_page()
# u'homepage'
fake.free_email_domain(*args, **kwargs)
# u'hotmail.com'
fake.safe_email(*args, **kwargs)
# u'jason96@example.com'
fake.ascii_email(*args, **kwargs)
# 'yrose@hotmail.com'
fake.ipv4_network_class()
# u'a'
fake.ipv4_public(network=False, address_class=None)
# '1.191.87.116'
fake.ascii_company_email(*args, **kwargs)
# 'allison68@tran.ba'
fake.domain_name(*args, **kwargs)
# u'miller-ward.net.ba'
fake.ipv4(network=False, address_class=None, private=None)
# '205.18.126.23'
fake.domain_word(*args, **kwargs)
# u'smith-garza'
fake.slug(*args, **kwargs)
# u'voluptatibus-esse'
fake.uri_path(deep=None)
# u'blog/app'
fake.company_email(*args, **kwargs)
# u'spencerchristopher@garcia.edu.ba'
fake.uri()
# u'http://www.beasley.gov.ba/list/index.html'
fake.ipv6(network=False)
# 'd88:a676:7aa2:b26a:9109:38b0:e229:c0e'
fake.free_email(*args, **kwargs)
# u'vwilson@yahoo.com'
fake.ascii_safe_email(*args, **kwargs)
# 'james10@example.org'
fake.mac_address()
# u'11:b5:1b:fc:f5:45'
faker.providers.isbn
¶
fake.isbn10(separator="-")
# u'0-89579-790-9'
fake.isbn13(separator="-")
# u'978-1-4325-8515-0'
faker.providers.job
¶
fake.job()
# 'Primary school teacher'
faker.providers.lorem
¶
fake.text(max_nb_chars=200, ext_word_list=None)
# u'Veritatis perspiciatis ipsum nobis libero. Debitis libero sint veritatis voluptate officia cumque.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ u'Eaque odio voluptates natus distinctio tempore. Non dignissimos at explicabo officia optio.',
# u'Ducimus aut maiores exercitationem nulla. Voluptatem laborum accusantium neque ex expedita expedita. Ea sit soluta commodi nesciunt exercitationem distinctio ex.',
# u'Officia quod sit incidunt. Error dignissimos nam aut accusantium excepturi autem. Iusto dicta est alias blanditiis autem excepturi.']
fake.words(nb=3, ext_word_list=None)
# [u'illum', u'temporibus', u'quia']
fake.sentences(nb=3, ext_word_list=None)
# [ u'Sit nulla quod nemo harum.',
# u'Sapiente ex illum impedit voluptatem sapiente.',
# u'Natus minima omnis cum reprehenderit minima nisi.']
fake.word(ext_word_list=None)
# u'incidunt'
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Voluptas esse incidunt modi pariatur.'
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Ipsam beatae laboriosam.'
faker.providers.misc
¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'*#H@LcyRI3'
fake.locale()
# u'doi_IN'
fake.binary(length=1048576)
# bytearray(b"\x82\xaa\x85\xd6\xdd\xe2\xb3\x9e\'\xb4{L\xe1Am\x7fY\x87z\x83E8\x9c\x18\x06\xd0\x00\xf7*6 \x9a+\x9d\xd4\x96\xa5/X\x1c\xdbT\x12@\x93@\x8d\xb3*\xfe\x830\xff\xaf\x08{\xa7\xdb\x1f\xe2\x19\xb0\xd4C\xd5\xeeO\xcd\xa5Ld%\xb0\xfe\x0fJ3\xcb\xac\x17\x12\x81\x17\xa9\x99\xf0\x88\xb1\xdc\xc9@\xd2,\xba\x8e\xe4m\xaa@\xcf\xad\x10\xb7\xde/B\xdf\xee\xa7\xe0[\xa4n\xab\xde\xe6u\x9e\x9dT\xe9\xe9\x16\xebx\x16\xcb0\x10\x9f<\x93ZF\xfb\xfc\x03)\x01\xbe.\xb1\xcci>\x03\x15\x9e\xa7=\xd1\x98*\xce\xde\xbd\xec\xd5\x9e\xd7\x96\x81rg\xdd\x9f<\xd1<FO<\xa0\x9fE\xab[:\xd0\x86\xb0\x8f\x16\xc2\xf0\xc1_\xe0\xa9\xd6\x0e*a\xd1\x95A \x96n2f\x9d|\xe4(\xb5\x87N\xf5\x04{MH87\xa1G\x1d\xa3w\x10\xf2\xb4\x1cJ1KF\x1b\xfd\x1b\xeb\xa0\xa1r\xb2\x9c9\x14\xb6\xe4fn\xa4YM\x03\x1f\xb2 \xc7\x03.\xcd\xc1\x85\xd1\xd6\x19g{\xb5\x9b\x83\xa1uA,\xc5\x81\x8c\xa6\x0e\xfdHZMs\xe4<\xeb\x0c|<\x073\xd8I/\xc1\x7f\xd5J\x1d\xf5\xc5?\x82\xb3\xe4B\xf4\xae\x06\xa4\xcc\xfb\x10Q\xc0\xd2\xc3\x91y\xc4_r=\x00T\xb9\xa3\xe4\xbd\x96\xad\xdaS\x94nvL\xf2\xeb\x1e-N\x81\xab\x8c\xbeS\x0f\x00\xa5\x97\x9f\x8b\xe7\x8a\xcd\xbd{\xe6\x84,e!\xa5\x00\xe3\x1c\x913u\x99\xea\x11\xb2\xe1\xea\xf2\xb6\xb8M\xe5\xfa\xcd;f\x8f\xb7\xb3s\xb1\xa6!\xc9\x9d\xdb\x99~\xa2\xa2\xbbo)\xe56\x06?\x03\x11T\xaex\xf1{5\xc8\x89%\xb6O7\x160\'\xc6H?%\x04\x86J\xdd\xaf\xee\x03k\xb24\xd7\xcf[\xc8c\x1e\xc1R\xfb\xae\xbe\x15\xfe\xfd\tevX<\x1dR\x1d\xf9\xbbtR\x95\xaf\x93\xc3\xb3\x9c;\xeeB\x08\rO\x8c\xae\xb9\xc3\x8e\x80\xcb\'\xcbh^\x93\xe3#\x8a\xe4\x8c\xde\xbc\xdaT\x1d\x03=\x00\x85o\x86\xe3\xfa\xc1\xd0\xffb3\x9a{\x86\x1c\x80\x0e\xe8\xbc&b\xbe\xe1\ri\xd4\x07\xb3\x02\x86\x1e$\x97\xa3\xed\xf5\x84Z\x99\x15\x16\\\x15&\xc9\xab\xe1\x9a\x1e\x18\xeaN\xd3Nvy\xb8\x97\x7f\xe5\xc2y\\d\x80t\x9a\xf7\xc6\x00\xdd\xb4\xf3\xd4&\xe3\xf3\xadS\xf9iCbZ\xa6<\x1e\xab\x0c\x00h9\x83\x1d\xecEU\\\x17\xe1\xb7\xca\xc7^{\xcb\xa3\xc1\xee\x8e\xa1\x95\x82\xdb\xd8\xd7p\x93<\xcfV\x93\n#\x89`\x1d\x9a\x18\xb1\xdbX\x8b[b\x16~]\xbd\x9e\xd2#\xcd\xdf~\xa6\xe1M\x03Hq\xc4W=\x13t\xec\xd3\xc5(\xe7\x9b\xe7+\x88|\xacW\xfb\xba\x00\xce\x12X\x170\x81V\xe3\xdd\xac\xa8s\x18\xed\xdc\xc6\xdb\xf4\xcf\x89Dy\xb8\xd2ncl\r\xbc\xff\xa8-t\x1e\xd2\xd7\x0f\xc9\x90;\x03\xe3H\x1d{\x806\x8b@=\x9aX\x0f\x16K],^Q\xc0fS\x1f9b\xc2\xcc\x07\x12\xbf\xe2u\xbdO4\xa5\x89zW7\xc0xNa\n\x8bI%\x81}\x95\x885\x1cSH7K\xc8\xa8\xc3\xacg\x9f\xaa\xa0~\x15r\xf2v\xbe\x8b\xf3\x03\xfd\xbb?\x80\xb3\xd2\xe5\x1d\xff\xf3\xff\xaao-m\xaah\t0\x05\xef\x05\x17\xb9i\x17j\xed\xe6\x08\xe1\xfcx\x96\xd9\x8f\x9d>b\x8d\x1d$e\xd6\xdb\xe492\x8aA\xc35\x18\x86\xe6\xd0\xe3kh\x83Y\x1c!\xdb\x96\xfe\x8e\t\xfc\xeaZ?\xdc\x168\x99\x8b\xdb$|<\xc8\xb78W\x8f-1\xf5\xc7\xaav\x95\xc6\x9b\xa9\xfb\x01\x02\xf5\x88U?x\x9d-*l\xb9\'\xee\x88\xb6G\xcdK77Sy\xb1\xfb\x8c\x99\xbf\xc9\xf6\xe9e~\x88\x16\xa1\xf3\x15\xdd\xa9CX7\x04`\xfe\xdc\xa8\x1fC\x99\xb1\xfe\xdeP?`\xce\xcc\x9e3\x1f\xde\xbd\x8aLH\xfalmk\x0c?\xb4\xaf8\x8d\xb12\x14R\x84\x81\x8b\x02\xf5}a\xda\'a\x0e\x8d\xbc\x8eB\x90\\\x9d\xe0\xae\xa0\x9b\xfe\x93\xad/\x8dt\xa7n\xa4\x0fN\xda]\xdf\xc3\xdcku\xf6v\x8aS\xb1\xe6\xe3y\x03zD\x8c\x8e\xf4\x8asAy?z\xf5\x1b-\xa8\x06\x8f")
fake.md5(raw_output=False)
# '9ce9356495b804fda5222a8469a0d311'
fake.sha1(raw_output=False)
# '9426b0fb5b2e9ee6b8662ac30141c78d785149a8'
fake.null_boolean()
# True
fake.sha256(raw_output=False)
# 'b334c47cafd5832331f6efcd5cb86a7f7e692e1582b4212f10cd2474f266efe6'
fake.uuid4()
# '6abd35e9-706b-444e-d865-81bdb90ed546'
fake.language_code()
# u'lo'
fake.boolean(chance_of_getting_true=50)
# False
faker.providers.person
¶
fake.last_name_male()
# u'Martin'
fake.name_female()
# u'Brooke Williams'
fake.prefix_male()
# u'Mr.'
fake.prefix()
# u'Mrs.'
fake.name()
# u'Anne Davila'
fake.suffix_female()
# u'DDS'
fake.name_male()
# u'Tyler Knight'
fake.first_name()
# u'Patricia'
fake.suffix_male()
# u'MD'
fake.suffix()
# u'MD'
fake.first_name_male()
# u'Scott'
fake.first_name_female()
# u'Karen'
fake.last_name_female()
# u'Peterson'
fake.last_name()
# u'Glover'
fake.prefix_female()
# u'Miss'
faker.providers.phone_number
¶
fake.phone_number()
# u'038 073 241'
fake.msisdn()
# '1853025724898'
faker.providers.profile
¶
fake.simple_profile(sex=None)
# { 'address': u'57624 Johnson Ports Apt. 806\nNew Jay, WV 80662-5034',
# 'birthdate': datetime.date(2017, 11, 1),
# 'mail': u'philipknapp@tel.net.ba',
# 'name': u'Justin Liu',
# 'sex': 'M',
# 'username': u'amy42'}
fake.profile(fields=None, sex=None)
# { 'address': u'3325 Ashley Glens\nPort Stevenville, SC 94524-1986',
# 'birthdate': datetime.date(1996, 10, 3),
# 'blood_group': 'A-',
# 'company': u'Bowman-Estes',
# 'current_location': (Decimal('-68.187352'), Decimal('16.941517')),
# 'job': 'Research scientist (medical)',
# 'mail': u'kfernandez@outlook.com',
# 'name': u'Stephanie Taylor',
# 'residence': u'565 Phillips Mews\nEast Nicoleton, WY 11060-3625',
# 'sex': 'F',
# 'ssn': u'043-05-9967',
# 'username': u'brian78',
# 'website': [u'https://www.martin.gov.ba/']}
faker.providers.python
¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'kiaivJxhybQGynCJVgxe',
# u'CWmkDzQUVkRwVztVEzNO',
# 1737,
# datetime.datetime(2005, 4, 7, 23, 33, 50),
# u'DYGUkDOWLdKqlzVsKmIF',
# -45.267,
# 753219331.26123,
# u'BMuprwSlTxRHQOjZdDlO',
# 6964,
# 9970,
# -574864397.740732,
# u'http://www.stephens.gov.ba/author/']
fake.pystr(min_chars=None, max_chars=20)
# u'gyUZuXAljXuXRIqlJEfn'
fake.pystruct(count=10, *value_types)
# ( [ u'kDSjNDEMfsSeRgxiHgcU',
# u'IdeTjMQNipxnyoBBNLbe',
# u'POBgktGWYlpsNImbUDyf',
# u'hJqwOoSqCODQsJkHXGtG',
# datetime.datetime(1975, 3, 6, 21, 22, 40),
# 2734,
# datetime.datetime(1979, 2, 8, 17, 47, 31),
# 587381208091.3,
# 44632.646807752,
# u'tfFtbUgVoeRBLgBTDQzf'],
# { u'accusamus': Decimal('-9075786.4'),
# u'consequatur': u'SisrphBgChlJTAQfVfXg',
# u'ducimus': 1719,
# u'minus': 1377,
# u'nulla': datetime.datetime(1974, 9, 1, 4, 57, 45),
# u'porro': u'https://klein-parks.unsa.ba/tags/explore/wp-content/terms/',
# u'tempore': u'romanjason@ellis.gov.ba',
# u'vitae': u'euybtBfgFYnVtURNQASe',
# u'voluptatum': 2541},
# { u'eum': { 8: u'https://www.kelly.net.ba/about.php',
# 9: [ 4153,
# u'https://www.cruz.unsa.ba/main/app/app/register.html',
# 613592.8681],
# 10: { 8: datetime.datetime(1976, 2, 9, 2, 15, 37),
# 9: u'dtpLqnneWaolsgPZeolb',
# 10: [ 8222,
# u'https://jones-lambert.com.ba/faq/']}},
# u'id': { 1: Decimal('5.513'),
# 2: [ Decimal('-6335.3'),
# datetime.datetime(2009, 7, 5, 23, 1, 43),
# 8440],
# 3: { 1: datetime.datetime(2008, 2, 22, 16, 18, 45),
# 2: u'cqQLJHLbEtfsARsDLrpe',
# 3: [ u'cindysantiago@walker-hansen.gov.ba',
# u'http://www.young-wolf.ba/index.html']}},
# u'necessitatibus': { 4: u'XQFIBBjakSoqctWuZIJV',
# 5: [ -64723.3,
# 75213737124989.9,
# u'PVKHjMfVTCHaWgBelXDv'],
# 6: { 4: 3016,
# 5: 192,
# 6: [2969, Decimal('173178787.2')]}},
# u'repellendus': { 5: u'mariahoward@byrd-ortiz.com.ba',
# 6: [ u'aIBnvSDTFyGkURsltEhi',
# u'WxbTiMostbJKhkWPoQTw',
# u'brandon70@fox.net.ba'],
# 7: { 5: u'xPqtfcfleSkNyThjshuP',
# 6: u'xsdZxuaxlVNGjIFcqaqW',
# 7: [Decimal('33349687978.2'), 7136]}},
# u'rerum': { 3: u'vbceQAExMgXGErfPTBuu',
# 4: [ u'MlGJJTMVRnuuVIwfAByu',
# 4936,
# Decimal('-632844.307724')],
# 5: { 3: u'watsonmelanie@gmail.com',
# 4: 7742,
# 5: [ 2395,
# datetime.datetime(1992, 7, 27, 3, 9, 47)]}},
# u'sit': { 9: 9996,
# 10: [ datetime.datetime(2015, 1, 5, 19, 46, 40),
# datetime.datetime(1992, 5, 8, 11, 16, 21),
# -7524629296890.1],
# 11: { 9: u'ZbupTxFIbslNshPghbkM',
# 10: Decimal('1.25677059865E+14'),
# 11: [8235, u'DKUCQLAsmgxtVklvCpsO']}},
# u'temporibus': { 7: 169.255628,
# 8: [ u'MWTFFpxysbUvDuYmXtZf',
# u'wiLcrFPIAGuHNRSVCINy',
# u'phUIlrRLwKpdivdWbNQB'],
# 9: { 7: u'http://www.randall.unsa.ba/category/tags/tag/login.htm',
# 8: u'brodriguez@roberson-lewis.unsa.ba',
# 9: [ u'http://www.santana.edu.ba/blog/faq.php',
# 3050]}},
# u'unde': { 2: datetime.datetime(2004, 7, 26, 23, 31, 42),
# 3: [ u'MIyqKEyfBcnnpFrikmqR',
# u'wbrown@harrison.ba',
# u'uYPRxnHqibTlqKnWUMru'],
# 4: { 2: Decimal('1701.11579029'),
# 3: u'HntrCzSEmxcBMLkMSQfP',
# 4: [ u'sMlOWsmZZkeSYjCHJNgQ',
# datetime.datetime(1986, 6, 5, 12, 56, 16)]}},
# u'vitae': { 6: 4762170598.0,
# 7: [u'ZiDuRPVWuiGRyyySdptv', 862, Decimal('-8.14788')],
# 8: { 6: u'NVYPNHoYLILGeZlmRxcf',
# 7: u'mPpwVMEtowpQEIaxPQKE',
# 8: [ u'http://berg-riley.unsa.ba/',
# u'AYXinTUkrPWVTSnZDYmM']}},
# u'voluptatibus': { 0: u'SLQjWAEsUIfOFmLxrZQR',
# 1: [ 9707,
# u'http://chavez.net.ba/register.htm',
# Decimal('64773678513.4')],
# 2: { 0: u'qHugZZptTblTTNdSTNym',
# 1: 2187,
# 2: [ u'xSrqfgGZzrdCCcfZxDnG',
# u'ZPEUYDlPKFWBBHkqWEDU']}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# 74421923721016.0
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('528575.6')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ datetime.datetime(1986, 1, 31, 10, 38, 55),
# datetime.datetime(1999, 6, 29, 20, 32, 11),
# u'BPYJnePgXxXmdAFIxTYE',
# u'rQWtQfOmgOMxyqzoLNeJ',
# u'AQbcgwuHtrGsPAxNuSyV',
# 593047167311081.0,
# Decimal('-7288.37252968'),
# 4340,
# 419.6698,
# u'grcvbHsrkNKYhuVRAGeO',
# u'smithmelissa@yahoo.com']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( Decimal('4295203161.28'),
# 7936,
# u'AoWWXojVnbwPrukBRDwL',
# u'TkSszPqTDkWxwsYNSVUX',
# u'giPhuaTYzzfhBMRhmVtk',
# u'VyrYtLPENzQzYfKFTPrD',
# -616017.0,
# 7442,
# Decimal('34374329.1825'),
# u'YlHawcwwhzDfZrWpjnnA',
# u'https://poole.com.ba/main/author/')
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([Decimal('5018702.19'), u'KHHgCRUqRbxxRBmdTGzW', datetime.datetime(1987, 8, 20, 22, 37, 58), u'http://www.santos-stewart.ba/posts/main/register/', u'sjCsKuWAlEiKdRPpDJeu', u'QdKZABQwSJiwKQbufFUl', Decimal('-44582464993.0')])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'architecto': datetime.datetime(2010, 3, 28, 17, 56, 14),
# u'deserunt': u'GUDfNVucGQToGwrLWcwq',
# u'id': u'https://www.garcia.unsa.ba/wp-content/author.htm',
# u'laboriosam': u'kyGHydhifGswMPxPjvkN',
# u'quia': Decimal('-6.9'),
# u'unde': u'zsGseeVcfnQsDftPXeCx'}
fake.pyint()
# 5070
faker.providers.ssn
¶
fake.ssn(taxpayer_identification_number_type="SSN")
# u'346-76-6658'
fake.ein()
# u'62-2438870'
fake.itin()
# u'906-79-6772'
faker.providers.user_agent
¶
fake.mac_processor()
# u'PPC'
fake.firefox()
# u'Mozilla/5.0 (Windows 98; Win 9x 4.90; lb-LU; rv:1.9.2.20) Gecko/2016-04-08 04:37:01 Firefox/3.6.4'
fake.linux_platform_token()
# u'X11; Linux x86_64'
fake.opera()
# u'Opera/9.46.(Windows NT 5.01; quz-PE) Presto/2.9.171 Version/11.00'
fake.windows_platform_token()
# u'Windows 95'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.1; Trident/3.0)'
fake.user_agent()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_7) AppleWebKit/5362 (KHTML, like Gecko) Chrome/22.0.836.0 Safari/5362'
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; PPC Mac OS X 10_7_5) AppleWebKit/5311 (KHTML, like Gecko) Chrome/24.0.847.0 Safari/5311'
fake.mac_platform_token()
# u'Macintosh; Intel Mac OS X 10_9_5'
fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows NT 4.0) AppleWebKit/535.33.1 (KHTML, like Gecko) Version/4.0 Safari/535.33.1'