Language bs_BA¶
faker.providers.address
¶
fake.longitude()
# Decimal('87.825820')
fake.building_number()
# u'2564'
fake.street_address()
# u'1074 Steven Spring'
fake.postalcode_plus4()
# u'16462-8224'
fake.city_prefix()
# u'West'
fake.military_ship()
# u'USCGC'
fake.city()
# u'East Aaron'
fake.zipcode_plus4()
# u'49655-2182'
fake.state_abbr()
# u'OH'
fake.latitude()
# Decimal('72.521420')
fake.street_suffix()
# u'Light'
fake.city_suffix()
# u'view'
fake.military_dpo()
# u'Unit 5950 Box 0821'
fake.country_code(representation="alpha-2")
# u'CH'
fake.country()
# u'Moldova'
fake.secondary_address()
# u'Suite 893'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('-135.588942')
fake.postalcode()
# u'54443'
fake.address()
# u'Unit 0106 Box 7916\nDPO AP 90692'
fake.state()
# u'Tennessee'
fake.military_state()
# u'AE'
fake.street_name()
# u'Dudley Vista'
fake.zipcode()
# u'12086'
fake.postcode()
# u'41161-4135'
fake.military_apo()
# u'PSC 8001, Box 9006'
faker.providers.automotive
¶
fake.license_plate()
# u'133 DWY'
faker.providers.bank
¶
fake.bban()
# 'UFRJ9576238367131'
fake.bank_country()
# 'GB'
fake.iban()
# 'GB87XVCP4642197008333'
faker.providers.barcode
¶
fake.ean(length=13)
# u'5525716126844'
fake.ean13()
# u'5930565278147'
fake.ean8()
# u'71094878'
faker.providers.color
¶
fake.rgb_css_color()
# u'rgb(38,80,76)'
fake.color_name()
# u'Lavender'
fake.rgb_color()
# u'97,146,95'
fake.safe_hex_color()
# u'#ff0000'
fake.safe_color_name()
# u'gray'
fake.hex_color()
# u'#2dd266'
faker.providers.company
¶
fake.company()
# u'Estes, Morris and Rodriguez'
fake.company_suffix()
# u'and Sons'
fake.catch_phrase()
# u'Integrated radical intranet'
fake.bs()
# u'monetize intuitive paradigms'
faker.providers.credit_card
¶
fake.credit_card_security_code(card_type=None)
# u'829'
fake.credit_card_provider(card_type=None)
# u'American Express'
fake.credit_card_full(card_type=None)
# u'VISA 16 digit\nDean Jackson\n4203437897185212 04/19\nCVC: 795\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '08/18'
fake.credit_card_number(card_type=None)
# u'4057284366188872'
faker.providers.currency
¶
fake.cryptocurrency_code()
# 'UBQ'
fake.currency_code()
# 'PKR'
fake.currency_name()
# 'Pound sterling'
fake.cryptocurrency_name()
# 'Dogecoin'
fake.cryptocurrency()
# ('WAVES', 'Waves Platform')
fake.currency()
# ('STD', 'S\xc3\xa3o Tom\xc3\xa9 and Pr\xc3\xadncipe dobra')
faker.providers.date_time
¶
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 9, 12, 3, 36, 14)
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0xf5c8d080>
fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2018, 8, 17)
fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2001, 10, 27, 19, 23, 43)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2017, 11, 5)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 1, 18, 15, 45)
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 7, 28)
fake.day_of_week()
# 'Monday'
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 10, 5, 20, 45, 57)
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(1998, 5, 7)
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2015, 5, 25, 6, 53, 58)
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1971-04-17'
fake.am_pm()
# 'AM'
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 17, 8, 10, 39)
fake.date_object(end_datetime=None)
# datetime.date(1976, 1, 6)
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 3, 22)
fake.iso8601(tzinfo=None, end_datetime=None)
# '1972-08-25T01:15:52'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 8, 24)
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2008, 3, 16)
fake.month()
# '02'
fake.year()
# '1984'
fake.day_of_month()
# '09'
fake.unix_time(end_datetime=None, start_datetime=None)
# 1171444745
fake.timezone()
# u'Europe/Minsk'
fake.century()
# u'XXI'
fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1969, 2, 12)
fake.time_object(end_datetime=None)
# datetime.time(6, 23, 41)
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 1, 5, 0, 4, 15)
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2016, 12, 28, 6, 39, 42)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '17:20:13'
fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2018, 8, 8)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 18, 18, 44, 45)
fake.month_name()
# 'May'
fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(860, 5, 7, 14, 56, 6)
fake.time_delta(end_datetime=None)
# datetime.timedelta(6904, 28554)
faker.providers.file
¶
fake.unix_device(prefix=None)
# u'/dev/sdm'
fake.mime_type(category=None)
# u'audio/L24'
fake.file_path(depth=1, category=None, extension=None)
# u'/itaque/nobis.wav'
fake.unix_partition(prefix=None)
# u'/dev/xvdp1'
fake.file_name(category=None, extension=None)
# u'laboriosam.xls'
fake.file_extension(category=None)
# u'pptx'
faker.providers.internet
¶
fake.ascii_free_email(*args, **kwargs)
# 'seth40@bih.net.ba'
fake.image_url(width=None, height=None)
# u'https://dummyimage.com/501x595'
fake.tld()
# u'net.ba'
fake.email(*args, **kwargs)
# u'racheladams@yahoo.com'
fake.url(schemes=None)
# u'http://www.bryan.unsa.ba/'
fake.ipv4_private(network=False, address_class=None)
# '10.56.75.101'
fake.user_name(*args, **kwargs)
# u'fgray'
fake.uri_extension()
# u'.php'
fake.uri_page()
# u'register'
fake.free_email_domain(*args, **kwargs)
# u'hotmail.com'
fake.safe_email(*args, **kwargs)
# u'michael35@example.org'
fake.ascii_email(*args, **kwargs)
# 'vasquezpatrick@outlook.com'
fake.ipv4_network_class()
# u'c'
fake.ipv4_public(network=False, address_class=None)
# '25.103.221.177'
fake.ascii_company_email(*args, **kwargs)
# 'mjones@morris-gonzalez.net.ba'
fake.domain_name(*args, **kwargs)
# u'arellano.ba'
fake.ipv4(network=False, address_class=None, private=None)
# '46.34.127.208'
fake.domain_word(*args, **kwargs)
# u'hendrix-keith'
fake.slug(*args, **kwargs)
# u'ad-asperiores-modi'
fake.uri_path(deep=None)
# u'posts/posts/main'
fake.company_email(*args, **kwargs)
# u'emily93@le-stephens.com.ba'
fake.uri()
# u'http://www.yang.unsa.ba/terms/'
fake.ipv6(network=False)
# '38e9:48b5:9ef6:bb76:fc39:f7e9:cd55:e46c'
fake.free_email(*args, **kwargs)
# u'cookmeghan@outlook.com'
fake.ascii_safe_email(*args, **kwargs)
# 'jclark@example.com'
fake.mac_address()
# u'0a:37:6a:bb:10:c2'
faker.providers.isbn
¶
fake.isbn10(separator="-")
# u'0-509-06079-X'
fake.isbn13(separator="-")
# u'978-1-4495-3604-6'
faker.providers.job
¶
fake.job()
# 'Programmer, applications'
faker.providers.lorem
¶
fake.text(max_nb_chars=200, ext_word_list=None)
# u'Aliquid quasi inventore impedit voluptatum ullam libero voluptate. Neque cumque vel facilis suscipit fuga. Distinctio unde alias libero consequatur.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ u'Exercitationem rerum rerum. Tempora repellendus aut delectus nam.',
# u'Placeat enim repudiandae. Necessitatibus nisi repellendus aliquam.',
# u'Quod libero nostrum mollitia numquam facilis.']
fake.words(nb=3, ext_word_list=None)
# [u'ullam', u'vitae', u'cupiditate']
fake.sentences(nb=3, ext_word_list=None)
# [ u'Laborum laudantium et.',
# u'Dignissimos explicabo exercitationem iusto quo maiores.',
# u'Ullam eum commodi esse quo occaecati dolores tempore.']
fake.word(ext_word_list=None)
# u'saepe'
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Totam nostrum doloremque quisquam. Ipsam ipsa modi itaque alias. Ipsam asperiores incidunt delectus occaecati velit necessitatibus. Voluptate voluptates vitae magni at minima.'
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Placeat neque a facere autem qui voluptatem.'
faker.providers.misc
¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'$y7)Us!6M2'
fake.locale()
# u'yue_HK'
fake.binary(length=1048576)
# bytearray(b'=iX\x03^7\xf8e\xbcK\'\x97\x062I\xbd\xe4w`|\xe5\xa8\x02\x07\xab\xf6Z!\xf9\xae\xad\xb9\xed\x97c\xe0\xf9\xe0\xa9\xd3\xfa\xafR\xbc\x9e\x11\x9eW\x083\xee\xb9\xf7\n\xccF\xf1=\x04:\xe0Y\xa0\x91h\xe4t\x02a\xb7\xcaL$\x18*\xe4;\xd9\x83S\x96%H%P\xbf\x14\x8a\xec+c\xf13Fi:\x1dR\x98G\xcfCN\xf5\t\xef\xaeY~\x93\xc1g\xbb\xaf2\x9c(\xd3\xcb\xa4\xeb7t\xe6@\x06\x96\x15\xf2\xf8I\x9b\x9b\xac:\x92\xe88\xe4Q\xbc\xa3\x17/g.\x07\xe0\xaeO\xcdQ\xd6\x81Hy\x13\xc7\x8c\xd4\xc2uy\x07ip\xba7\x97\xd3}\x89jh\xe05\x97X@\xd1\xa5\x0e2\x9e\xcb\xd1\xccov\x05\x8e\x04\xa2\xff\xe2\n\x1f>Mws:$\xb22\xce\xb4\xb9{Yut\xab\x92#zE\x93\xccb\x8e\x81\xeefo\xb7\r(\x19\x99\x19}n\x99\xaf\xb6\xa7\xaa\xb87j\xeag&H\x9f\x921o\x8d`H\xf3\r6J\xecg\xf3\x0e\x908\x9bI\x8e\x1aW\xf3\x13DU3\\"\x1byW\xa6\xdf\x08\x11We\xe4k{v\x19\x9b\x8a\xa5\x15\xf5\x1b3\x10iozW\xd2;\x94ph\xadn\xac\xf6\xbf\xa8\xbe\x0c\x8bHfeA_+\x81\x85\xf5\x076\xdex7kn\n3\x91\xeb)\xba\xa2\xd8\xdd\x85~>\xc5Fp3H>\xdeE\xef\xc0\xbf\xb1]\x0bQ\x92p\xf3\xfb\x88sE\x98\xc1\x88o${\x93\x9b\xf5\x1c\xac6\xc7\xde-T\xa8Cz\x84\x975\xb2|\xdd\xdc\xfdG\x82D?\xb7\xdb\xc7\x1a\xa1\x9c\xd8\xd1\xd1<W\xbfV\xbc\xb8\xda\x14\xb4\x1f\x0f\xed\x9fR{PA\xa1s\xcd\r\x19.\x02 f\x99\xbb\x18\x82S\xb4\x9b\xb4\tgWb\xc2Yq2\xd6\xf0O\xd1\x97\xc823\xb8\x0cp\r<F\xfc-\xf2\x16 \x80\xa3\x87\x02\x8cZ\xdf\xb6\xcf\x97[\xd8S\xc6\x1b\xc4\x15\xd3\xd4,\x8a;8\x92]\xa5\x0c\x82\xc9o\xcf\xac[6b\xd7\xfb\xb6`;\xdd\xaa\x18T\x04\xe50\xc2[\x87#\xd2I\x82\x8a>7\x7f\r\xf3\x89\xa9z\xf9\x806\x06\x93(I\x928\x11\xec]B\xd4\xecQ\xad\xf6\x1e\x9f`\x05|\x80\xdcf\x9c\x9f\xb7\xe0@\x1b`\xf2\xf9\x19\x8f\xe5\x98\xd8\xc3\xbc+\x96\x84q\xcb=\xffx \xdact\xa2\xbf\n\xc3\x7f\xec\xa7\x89\r\x1c%\xbf\x0f\x13\xb5m\xbd\x8c\xd1\xd6W5\xc3s\x14{,\xc1\x8c\xee\xc0o\xdb\xffR\x9f\x1d/\x10\x0c\xc1\xd8\x89/\x05\xdeM\xce\xff\xcb!nAk\xe7W*\xcf\x15\xc3\xca\xa8\xcbh/\x8d\x8f\r\xb9\x01\xdb\x05`\x11H\xd6\xc4-a\xd4\x9c\xab6\xe9j\xb8c\xcc-\xc4D\x81\xfb\x17\xf7\xa6\xab\xd6?W\x1df\xaah\xca^\x08I\xcd\xf5;rigE\x1af{\xe6q\xc7\x81"EP\xc3`\x97\xb1\xe4uh\xa8\xba\x88\xa0?W\xbb\x88a\x0bmx9@\x10\x99\xed\x13\xa44\x91\xd8\xf2\xe7\x1b\xa6\xc5\x83\x84\x11x\x9a/\xd5\xf8-\xef\x99y_\x10R\xc8\xb8\xba dl\x92+A\xf7\x8b\x97\xc5X\x11iv\xcf\xe7\xb5\x03\x19\xc7\x06\xe9\xd8}3C\xfb\x1c\xd6\x9f\xa7#\x1d"\xbaT\xa9\xae\x08\x8d\xad\x88\x837.\xd8I\x93\xf4\xe7l\x16\xc4\xaa\x9d\xf0\x02\xf81\xae\xf7\xe3\xa4\x98\xad\xff\xcdXYW\xec\xe6\xcd\xc5mM\x98\xeb\x99\xbf\x85\x83\xc1&\x11H;\x84S|S\x05(\xc2\x08(\xc6\x8b9\x82\x84DX\xbdf\x81q\x02M\xac\xd2\x0f\xc8\xf0\xbb\x1er\xa0~\x91sU\x90\x97<\xe6(\x17\x89<0\xff\xefq\x0c\xe2S\r\x1e\x1b\xe1\xe3\xa5\x12\x82\xd8D\xa2\xc2\xfa\x08z\x14\xe3\xdd\rVO\xa7v\xd3\x06\xaf1\x93N\'\xc6\xf8\x02\xf8Xy\x92\xce\x99x\x9e\xa1\xa1\xe2`B\xf7\xa4\xd54\xf0\xef\xdd\xfc\xad\x13\xf0d\xc6k\x96\x0epv*\x90\x0ct\xe2k\x06\xf1i=\x896\xcaRZ\xab\xdba:\xc5\xa6\xaf\xc8Y\xe5\x94\x9d\xf6\xa8\x93\x8b\xfaAF\x90\x16Y\x8b\xb0o\xebr\x05\xfc5\xfd\x90\xe7\xcfXp\xe6\xe93\xf5\x867\x05\x07\n\x9bw\xb0\xcd')
fake.md5(raw_output=False)
# '52b0e6b744273248c37abee33fa7c4b0'
fake.sha1(raw_output=False)
# '3c160ba925f5b8dff93a0fbce8c4de3a1aaa59b3'
fake.null_boolean()
# True
fake.sha256(raw_output=False)
# '12279f1dd0322f6c801a4f9e003fcd7b1cd5e2aba025aa72222dc268306ed915'
fake.uuid4()
# '74ebf384-9b5e-05a7-0906-c6e593273d8a'
fake.language_code()
# u'so'
fake.boolean(chance_of_getting_true=50)
# True
faker.providers.person
¶
fake.last_name_male()
# u'Walters'
fake.name_female()
# u'Renee Lambert'
fake.prefix_male()
# u'Mr.'
fake.prefix()
# u'Mrs.'
fake.name()
# u'Michael Mathis'
fake.suffix_female()
# u'MD'
fake.name_male()
# u'Robert Tran'
fake.first_name()
# u'Cindy'
fake.suffix_male()
# u'MD'
fake.suffix()
# u'DVM'
fake.first_name_male()
# u'Edward'
fake.first_name_female()
# u'Julie'
fake.last_name_female()
# u'Robinson'
fake.last_name()
# u'Roberts'
fake.prefix_female()
# u'Mrs.'
faker.providers.phone_number
¶
fake.phone_number()
# u'038 136 704'
fake.msisdn()
# '6915625544861'
faker.providers.profile
¶
fake.simple_profile(sex=None)
# { 'address': u'38456 Jones Point\nParkville, NJ 54582-9840',
# 'birthdate': datetime.date(1972, 12, 9),
# 'mail': u'matthew97@outlook.com',
# 'name': u'Stephen Joseph',
# 'sex': 'M',
# 'username': u'rachaelford'}
fake.profile(fields=None, sex=None)
# { 'address': u'707 Maria Street Apt. 539\nWest Jacquelineton, DE 85718-1925',
# 'birthdate': datetime.date(1937, 10, 28),
# 'blood_group': '0-',
# 'company': u'Curtis, Freeman and Ramirez',
# 'current_location': (Decimal('36.0784335'), Decimal('-96.001378')),
# 'job': 'Geoscientist',
# 'mail': u'cherylpham@outlook.com',
# 'name': u'Elizabeth Graham',
# 'residence': u'74720 Hardy Lock\nNew Deborahstad, PW 72169-3012',
# 'sex': 'F',
# 'ssn': u'890-15-1707',
# 'username': u'ogilbert',
# 'website': [u'http://www.lopez.ba/', u'http://www.burgess.ba/']}
faker.providers.python
¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 2726,
# 437,
# Decimal('5844.17'),
# u'UXFZpOvxYKJmqbqrgMjP',
# u'singhkathy@hotmail.com',
# u'pAEURbtKELESKQqfcIji',
# u'https://solis.org.ba/main/faq.htm',
# u'bvargas@howard.org.ba',
# 4367,
# 536,
# u'vSfbYwHjIsqvjqhyOiBE']
fake.pystr(min_chars=None, max_chars=20)
# u'jPpNoRupxaVypXarYtWn'
fake.pystruct(count=10, *value_types)
# ( [ u'ixQSUGEpHKfSmjBXZfju',
# datetime.datetime(1977, 1, 4, 12, 13, 3),
# u'ukaiser@outlook.com',
# u'vhxiqsyVlUMpAyWQxlKi',
# datetime.datetime(1973, 8, 17, 20, 25, 3),
# 3158,
# Decimal('6821409314.9'),
# 4080297015189.8,
# u'melissa80@tel.net.ba',
# 9212],
# { u'ad': 9575,
# u'amet': u'katie38@swanson-bond.net.ba',
# u'illo': u'FoKSkLBupcelgzfQPRlM',
# u'nihil': u'bsmith@pollard.gov.ba',
# u'porro': u'http://carter-beasley.gov.ba/home/',
# u'possimus': 1940,
# u'sint': u'vYuvSHEClSXYVrHSoZdn',
# u'vel': -39342.84560021,
# u'voluptatem': u'KaCLpJiEFJodfwmDdZOf'},
# { u'ab': { 0: u'TfIgcAyQSCZddltGyxHS',
# 1: [ u'uqdCAFfRIsyfcnpxfuwg',
# 6978,
# u'https://baker.unsa.ba/'],
# 2: { 0: u'julie72@gmail.com',
# 1: u'https://www.larson.edu.ba/homepage.htm',
# 2: [ u'billyallen@hammond-simmons.gov.ba',
# u'rtUBsdSbtDfwNGSLdTwR']}},
# u'beatae': { 2: u'wchandler@shepherd.com.ba',
# 3: [ u'brandonlee@bih.net.ba',
# datetime.datetime(1991, 9, 4, 21, 3, 38),
# 8693],
# 4: { 2: u'lNkmOJsiGCidQehJwffV',
# 3: 7936,
# 4: [ -142222900850352.0,
# u'LCjEISCPgBcBdoIZhekB']}},
# u'eos': { 1: u'vIPYuIAUjiSiuaUOkEUP',
# 2: [-85180562.0, u'wijVAWgLkdAUbqluUZox', 5893],
# 3: { 1: u'tonymoore@hotmail.com',
# 2: u'nicholasreynolds@hotmail.com',
# 3: [8993, u'wFEAAUgAnoiaRBwXtVNb']}},
# u'error': { 3: Decimal('9.42368157655E+12'),
# 4: [ u'oXifjAgRmlbquAnJBFzc',
# datetime.datetime(1998, 3, 3, 10, 39, 9),
# -66.643874473653],
# 5: { 3: u'danieljones@bih.net.ba',
# 4: Decimal('86929980045.0'),
# 5: [Decimal('2.61021665749E+14'), 2778]}},
# u'labore': { 9: u'daniel31@bih.net.ba',
# 10: [ u'iXDHTVqGIYAfAKWJIqLs',
# u'OPNwVrSHAvhifTKJIuLX',
# u'IgNVbGDrXoUIXVuAzUUx'],
# 11: { 9: 929,
# 10: 646,
# 11: [ u'https://www.garcia.gov.ba/tags/main/categories/homepage/',
# u'UEgXoXGzRPeWMZYxxnHD']}},
# u'necessitatibus': { 8: u'colinlawson@keller.org.ba',
# 9: [ u'dSFEXFDZCnDDMgKkPgsw',
# u'puubscsuHcwpKTHhAtsV',
# 6182],
# 10: { 8: u'yYjjWoVzAKvlvNvQzsgT',
# 9: -19210.6534940966,
# 10: [ -4602.2913804462,
# u'bZPxrRRkQkVhzBEUIcRm']}},
# u'repudiandae': { 5: u'SaGBJvYAEXpEREArsKny',
# 6: [ u'IIuIBlqLORpTtqOVsnYG',
# u'ELQLJemesgpfzxYIyrQK',
# u'https://www.santos-brown.net.ba/post/'],
# 7: { 5: u'FYiAnDxOTKxFtrUIIltL',
# 6: 7197,
# 7: [ 4159,
# u'https://carlson.gov.ba/main/tag/tag/faq.html']}},
# u'soluta': { 7: u'http://nguyen.edu.ba/category.html',
# 8: [ u'HKsGYVDxUUILsnkprxYt',
# Decimal('-355.3535'),
# 8812],
# 9: { 7: datetime.datetime(2012, 2, 24, 3, 50, 34),
# 8: u'https://www.lucas-johnson.net.ba/explore/blog/privacy.php',
# 9: [ u'http://moore.com.ba/posts/blog/home/',
# u'eQnPWgdqqziIbEJZluPr']}},
# u'ut': { 6: u'AjnrOEpDOneobtgMwDkx',
# 7: [ u'jameskim@mclean.edu.ba',
# u'dcfMGxXQFnVUwsXwWGZd',
# u'http://peterson.gov.ba/faq.htm'],
# 8: { 6: u'HUZTikuPHjECDjqrEkhp',
# 7: u'frodriguez@hotmail.com',
# 8: [ u'http://briggs-white.ba/faq.html',
# u'xpKvgpsfqhqyBBCSzTtd']}},
# u'voluptas': { 4: u'UHZVuZBFcljbVrBSdFDm',
# 5: [ datetime.datetime(2013, 4, 1, 0, 33, 18),
# u'JDxwLrTFYqWuwRCRpBUM',
# u'KaBvYquDXwRaySifyAOY'],
# 6: { 4: -6.912,
# 5: datetime.datetime(1974, 1, 15, 7, 28, 4),
# 6: [4303, u'LAvzRUeGFGhRVMUrDkoY']}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# 359296362285097.0
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('-946572258.7')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'https://herrera.com.ba/',
# u'ewiMSwHVIkkMaWamPXkG',
# -2994029743963.9,
# 5924,
# datetime.datetime(1984, 11, 14, 5, 12, 54),
# u'ZoynRobyGwjobwzJQurQ',
# u'SOBaJgWLMCpcclqIhiOt',
# 5899,
# u'hRReEQZclAiTUXwIRbNh',
# 0.99644,
# u'vAKNooWYxreajiJSSEJe',
# u'shFXOabJYzWWYpTuuStQ']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'kHgvfzawqPxNzxZkvmJS',
# Decimal('-175.35068737'),
# 0.6,
# Decimal('-70374.5560914'),
# u'cxKrhURoWWDhfpwGBnby',
# Decimal('-6470517607.6'),
# u'xQjKLfpgfcEueCiCdErJ',
# u'mheoqPFdvDMoLZUmNJfk',
# 6839,
# u'sanchezashley@tel.net.ba',
# 6747,
# 3037,
# Decimal('940240391.958'))
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([datetime.datetime(1998, 10, 16, 0, 27, 40), u'sFulupPOxPDvetbVlyuH', datetime.datetime(2009, 6, 23, 12, 37, 14), u'kjqhuUDqYPIeBadnCrdO', u'rXCLirlvITfOaIiwxrJI', u'justin45@bih.net.ba', 6260, 4406, Decimal('16.32'), 445])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'a': u'michaelmitchell@gordon-hopkins.unsa.ba',
# u'consequuntur': datetime.datetime(1983, 2, 2, 22, 28, 18),
# u'corrupti': u'DjuObLJntsRGKGrPcJPn',
# u'cumque': u'VcwKXqGUoOziIMhOmryk',
# u'dolorum': u'VHFIxbAUmtxhIwdMiHOd',
# u'error': u'http://www.davis.unsa.ba/',
# u'est': u'VMHjpeOpaiyrdNPdjySW',
# u'et': Decimal('-6006.1794454'),
# u'provident': u'http://stewart.org.ba/tags/explore/wp-content/home.html',
# u'ratione': u'NevjyiJhsDaMHeITNcJX',
# u'ullam': 4142,
# u'velit': u'cBPQIPAQWHKrTuPDaFfW',
# u'voluptates': 3381}
fake.pyint()
# 592
faker.providers.ssn
¶
fake.ssn(taxpayer_identification_number_type="SSN")
# u'480-30-4310'
fake.ein()
# u'66-5830229'
fake.itin()
# u'955-97-6968'
faker.providers.user_agent
¶
fake.mac_processor()
# u'PPC'
fake.firefox()
# u'Mozilla/5.0 (Windows NT 5.0; rw-RW; rv:1.9.0.20) Gecko/2015-03-06 05:44:27 Firefox/3.8'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/8.20.(Windows NT 6.0; ber-DZ) Presto/2.9.164 Version/12.00'
fake.windows_platform_token()
# u'Windows NT 5.0'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows 98; Trident/3.1)'
fake.user_agent()
# u'Opera/8.38.(X11; Linux x86_64; pl-PL) Presto/2.9.160 Version/10.00'
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_8_1) AppleWebKit/5340 (KHTML, like Gecko) Chrome/42.0.877.0 Safari/5340'
fake.mac_platform_token()
# u'Macintosh; Intel Mac OS X 10_12_5'
fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; ps-AF) AppleWebKit/535.36.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B116 Safari/6535.36.1'