Language et_EE¶
faker.providers.address¶
fake.longitude()
# Decimal('-156.399562')
fake.building_number()
# u'44937'
fake.street_address()
# u'8011 Peterson Common'
fake.postalcode_plus4()
# u'92174-9212'
fake.city_prefix()
# u'New'
fake.military_ship()
# u'USNS'
fake.city()
# u'Katrinbury'
fake.zipcode_plus4()
# u'28570-5987'
fake.state_abbr()
# u'LA'
fake.latitude()
# Decimal('-42.1557265')
fake.street_suffix()
# u'Island'
fake.city_suffix()
# u'shire'
fake.military_dpo()
# u'Unit 3714 Box 0882'
fake.country_code(representation="alpha-2")
# u'BI'
fake.country()
# u'Peru'
fake.secondary_address()
# u'Apt. 242'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('-130.488742')
fake.postalcode()
# u'78898'
fake.address()
# u'PSC 5563, Box 5770\nAPO AE 41058'
fake.state()
# u'Nevada'
fake.military_state()
# u'AP'
fake.street_name()
# u'Kiil Inlet'
fake.zipcode()
# u'21105'
fake.postcode()
# u'18065'
fake.military_apo()
# u'PSC 2247, Box 7074'
faker.providers.automotive¶
fake.license_plate()
# u'3XPE988'
faker.providers.bank¶
fake.bban()
# 'KFYV7046170509855'
fake.bank_country()
# 'GB'
fake.iban()
# 'GB18OEZO6902749278450'
faker.providers.barcode¶
fake.ean(length=13)
# u'6704735432436'
fake.ean13()
# u'8577158302482'
fake.ean8()
# u'57857541'
faker.providers.color¶
fake.rgb_css_color()
# u'rgb(143,140,9)'
fake.color_name()
# u'SeaShell'
fake.rgb_color()
# u'82,81,154'
fake.safe_hex_color()
# u'#333300'
fake.safe_color_name()
# u'silver'
fake.hex_color()
# u'#96e437'
faker.providers.company¶
fake.company()
# u'Hansen, Romanov and K\xe4\xe4r'
fake.company_suffix()
# u'Group'
fake.catch_phrase()
# u'Progressive neutral benchmark'
fake.bs()
# u'cultivate plug-and-play e-markets'
faker.providers.credit_card¶
fake.credit_card_security_code(card_type=None)
# u'122'
fake.credit_card_provider(card_type=None)
# u'Discover'
fake.credit_card_full(card_type=None)
# u'Maestro\nMaria Jaanson\n060408476418 12/24\nCVV: 265\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '03/26'
fake.credit_card_number(card_type=None)
# u'3581132213952247'
faker.providers.currency¶
fake.cryptocurrency_code()
# 'IOTA'
fake.currency_code()
# 'SEK'
fake.currency_name()
# 'Cuban peso'
fake.cryptocurrency_name()
# 'IOTA'
fake.cryptocurrency()
# ('STC', 'SwiftCoin')
fake.currency()
# ('UGX', 'Ugandan shilling')
faker.providers.date_time¶
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 6, 3, 11, 34, 23)
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0x7fff96a5b8c0>
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(1990, 6, 26, 19, 2, 39)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2014, 7, 8)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 5, 8, 0, 17, 27)
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2019, 5, 8)
fake.day_of_week()
# 'Saturday'
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2010, 9, 12, 8, 3, 39)
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2015, 12, 7)
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2004, 2, 7, 1, 2, 58)
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1996-07-12'
fake.am_pm()
# 'PM'
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(2002, 1, 19)
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 2, 9)
fake.iso8601(tzinfo=None, end_datetime=None)
# '1987-03-07T08:17:06'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2019, 5, 18)
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2010, 2, 3)
fake.month()
# '09'
fake.year()
# '1993'
fake.day_of_month()
# '15'
fake.unix_time(end_datetime=None, start_datetime=None)
# 1317181600
fake.timezone()
# u'Africa/Bamako'
fake.century()
# u'IV'
fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1906, 1, 5)
fake.time_object(end_datetime=None)
# datetime.time(11, 34, 11)
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 4, 28, 6, 14)
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2018, 7, 29, 20, 3, 15)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '22:31:50'
fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 5, 12)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 4, 27, 4, 29)
fake.month_name()
# 'August'
fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1303, 5, 22, 15, 39, 37)
fake.time_delta(end_datetime=None)
# datetime.timedelta(7212, 55819)
faker.providers.file¶
fake.unix_device(prefix=None)
# u'/dev/sdx'
fake.mime_type(category=None)
# u'text/css'
fake.file_path(depth=1, category=None, extension=None)
# u'/distinctio/saepe.pdf'
fake.unix_partition(prefix=None)
# u'/dev/xvdm4'
fake.file_name(category=None, extension=None)
# u'eaque.mov'
fake.file_extension(category=None)
# u'json'
faker.providers.internet¶
fake.ascii_free_email(*args, **kwargs)
# 'jaanusjurgenson@gmail.com'
fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=712x100&w=712&h=100'
fake.tld()
# u'com'
fake.email(*args, **kwargs)
# u'fedotovaleksander@arula.com'
fake.url(schemes=None)
# u'https://harm-ruutel.com/'
fake.ipv4_private(network=False, address_class=None)
# '192.168.50.41'
fake.user_name(*args, **kwargs)
# u'aleksandra93'
fake.uri_extension()
# u'.html'
fake.uri_page()
# u'search'
fake.free_email_domain(*args, **kwargs)
# u'yahoo.com'
fake.safe_email(*args, **kwargs)
# u'frolovaleksandra@example.net'
fake.ascii_email(*args, **kwargs)
# 'ljubovdrozdov@uibo-belov.com'
fake.ipv4_network_class()
# u'a'
fake.ipv4_public(network=False, address_class=None)
# '198.46.103.212'
fake.ascii_company_email(*args, **kwargs)
# 'blaine@liivak.com'
fake.domain_name(*args, **kwargs)
# u'jalakas-lumi.org'
fake.ipv4(network=False, address_class=None, private=None)
# '247.212.21.120'
fake.domain_word(*args, **kwargs)
# u'raadik'
fake.slug(*args, **kwargs)
# u'accusantium-labore'
fake.uri_path(deep=None)
# u'categories/app'
fake.company_email(*args, **kwargs)
# u'elenaparts@juhkam.com'
fake.uri()
# u'https://semenov-raja.com/category/'
fake.ipv6(network=False)
# '315:658e:4d52:ebef:2fd2:bd64:e72:bd49'
fake.free_email(*args, **kwargs)
# u'meelislatt@gmail.com'
fake.ascii_safe_email(*args, **kwargs)
# 'mariaoras@example.net'
fake.mac_address()
# u'2c:15:89:d3:3e:54'
faker.providers.isbn¶
fake.isbn10(separator="-")
# u'1-57858-292-X'
fake.isbn13(separator="-")
# u'978-1-157-49791-2'
faker.providers.job¶
fake.job()
# 'Air broker'
faker.providers.lorem¶
fake.text(max_nb_chars=200, ext_word_list=None)
# u'Doloremque temporibus asperiores id. Illum aliquid sit alias consequuntur autem beatae.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ u'Eveniet accusantium sunt excepturi.',
# u'Quo itaque sed dicta. Sint rerum reprehenderit molestias. Aperiam nemo deleniti.',
# u'Accusantium id voluptatibus distinctio omnis adipisci. Suscipit quidem ex ad voluptate ad distinctio nesciunt. Quam rerum in consequatur ad.']
fake.words(nb=3, ext_word_list=None)
# [u'vitae', u'illum', u'officiis']
fake.sentences(nb=3, ext_word_list=None)
# [ u'Architecto quia facere reprehenderit et molestias enim.',
# u'Illum occaecati dignissimos perspiciatis.',
# u'Nam ipsum numquam ipsum ipsum.']
fake.word(ext_word_list=None)
# u'quos'
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Quod voluptates esse itaque consequuntur quod error. Earum illo laudantium nisi.'
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Illo illo ab nisi explicabo.'
faker.providers.misc¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'#3NZIEnAp3'
fake.locale()
# u'wa_BE'
fake.binary(length=1048576)
# bytearray(b'+\x11\xa9\xe6\xbf\xa3\xc5K\x86\xbbqw\x86\x9c\x93(\xd9\xe8\xcbs\x80w\xffNhM;!H\xd8\x8bU\xff\x9e]\xf7\x12m\x91\x01 \xabP\xcd\xe9A\xb3\x0b\xe1F\x1f\xac6\xdc\x98\x1es\xd83\x08\xd8\x14(z\xf3\xa3\x90\xaezB\x06o\xb9\xb3\xb0\x18\x80\xd7\xda\x0e\xc2\xc3T\xba\n\xed\xc3e"z\xfdd\xa6\xde"\xe2\xef\xc1H\xb8\xac|?Hk\xdb\xf2\xae\x89\xbe\x0b\xa2\x97Z\xad\x01\x87\xdc[\xc1k\x0b\x0fc\xdb\xc6\xa5\x9e\x12\x14\xc4\xbcn\x00M\x1b\xfd\xad\x08\xe6\xed!\xfd\xee\xaa\xfb\r\xdf\xc1k\xee\\\x900\xb5\xf4\xa6\x86\xc2\xe3=\xde_\x8fO\x02A\x0b\x9f\x95\'\xb7j\xb1\x02\x83\x0b}$\xc4\xcd\xc6\xb0!d\x1f\x17\xe0/\xd8\x83\x1d\xf1a\xd1\xbe\xff\xfd1\x1f`\x06\x97o!7^\xce\xcd\xd9\x92**-\x15\x14\xa8\xa2t~\xed\x98\x83\xfcf\xff\xebi\xb7\xe0\xde\xaa\xbd`\xbb\xd7,\x95s&\xa8\n-\xb2\ru\xd04\xe3\x83\xbd\x89 \xe5oF\x81\xf6\x9c\xbc\xd7\xc0\x04\xa6\xfe\xfc\xca\x96L\xa3\xd2\xcd\xa5l\x9dtG\x1f\x89\x9f(\x87Y\xe3\xe5\x05\x16\xddB\xfem$_\xc08\xca\x92\x9b\xfd\x0e& M\xfb\xae\xca\xcflj}\xe3I,p\xbf(\x98\x05!3\xe6\xacV?\xeb\x9d/}h\xc7\xb9\xbe-J\x9f\xf2\x10\xaa\xb4;\xdbm\x1f\xa2ES\x8e\x84\xf3\xc0\xde\xa6\x17\x0f\x91&\x13`\x13^\xa5\xa9E\xc5\xea\xad\x9c|>qP\xc7\xf5\x17\xe8\x83[8\x8bt\xed\xb9\xa8q\xc6\xed\xc5\xb2\x87\x1c\xa4D\xb5\r\xf3(\xef\xc8M\xf9\xeb/\xee?\xf8"\n\x81Q\xce\xa9\xd7<\xc8C\xf9\x87\xe0lJ\xda*\xe5\x8a\'\xbc+8L\x0b\xc4\x81\x92\xd5\x9f\xda4\x9b?x\xff\xb7\x0e\xbd\'\xf8\x14"\x97\x1c\xd4\xe4D\x1a\x15\xcb\x9c\xfd\xb6>\x84\xf50\xb9\x7f\xbc/\x849\x98\xda\n)E\xf7\xb3\xeb\x12\x83)*\x85\xd6\xd3m\xa1\xe6\x03S\xd4.\xd8eT\xdbj\xf0o\xac\xb3\xcc#\xaeB\xc6,\'\xffM\xd6\xca\xad}\xd8\xe7F\r\xd6o\xba_P\x1b\xbbeX\xc1>s3\xecaq\xf0\xb82\xa5\xf8*.\xc7#upD\xca\x89\x80\xb3/eM\'\x1a\xb4\x00Qw]q\xc9\xec\xcal!\x1fz*\xa0\xe5\x89\x82S\x8e\xfe\x87\xce\xd6\xac\x13p\xcc\xb0=\xef\xe5\xe9\xba\x8d\xf7\xe8Yoc\x07\xb8\x8f\xd29\x86\xf0\x80\xa9\xbf\xf3\x95\x8a\xd9p\x06q\xf5(\x9f\xbb\x9b\xb0r\x03\xb8\xe6\xe3O4\x7f\xe4\xbf\n\xfc\xfd\xa1\xd8Hs\x8aX\xef\xf1\x1e/\x92q\xd8D \x8c\x95og\xabJ\x85KW\xa7\xf1\xe5*]\x0b\x82\xc3\xe3\x80\xa0\xc3\xff#\xce\x027N8\xd3\x82e\x98_\xa1\xb7O\x98G\xa9onr\xb2\xf2\x0f$\xb9\xcc\xb7I`\x93*\x0b@\x98D\xc4\xb1a7\x0c\x8a\x1c6\x1c\x8a\x98\xe3|\x16\xc4\xbd\xfeU$\xa3\xaf\xe7C\x19M?\xb9\xdc.\xc9A\xb1\xca\xfa|2\x83\xb5[!&\xdf\x85I\x1f\x98v\x98\xbe\x03\x15\xaa9<\x9e\xde\xa6\xe5\xd2O\x0c\x13\x9e\xbc\xaf\xe47\xad\xdec\xb8F\xf8lv\x8f,\xe6\xb1\xec\x1b\xfd\xbc6J\xbdr\xac1\xb8GP#r\x08\x8d\x07n\xec\x94A\xc9\xf3I\xb4\xe6^[\xc2\xb8\xb9\x03N\xe2\x0f\xf3\x94\xd1`\xb2\xc9-\x94\xc3\xe9a\x9bJ\x1fi4Y\x98\xb9\xa0\x97nx\xd8b\x8c;\xc2\x86E\xdak\xe3\xc0\x00\xc7\x8e\xda\x11\x95R\x85\x0e\xbfo\xdf\xfb\x9f\xa6uc\xbf\x1c\x9e\xbf]\x95\x7f\x8f\xa1\xe3\xfa\xe4\x83R\x03\x8f\xc5$\xbecT~ZP\xf2\x074\x13\xd5\xf3\x04\xfbZ\x85_.O\xcb\xc4\xe9\xbc6\xa4\x15\xa0k\xb1\xfc\x1a\xb2\x8b\xe1\xfa\x01\x03T5}.oE\xa2\x90v\x97\xbf\xf06^\xd2\xb8B\xfd\xeb\x98\x14\x958\x16\xcb\xde\xa3\x1a\x81\t\t\x16\x9f\xaa\xd4\xb6\xd7\xd2 \x8af\x8a\xac\xf9b\xea\n\xc4\xce\xda\x8f\xdaU\xfcsnu\xb7[\x13\xf1d\xe3\x86s\xad\xa8\x06@\xe9\xa6\xbd\xbe\xd9\xcdx\x04\x18T\t\x89\xdcj\xfd0\xe4\x9er\xc4\xfa\x82\xd6B\xdd\xc5U\x03ax\xec|')
fake.md5(raw_output=False)
# '7961f8924779c8a59b073688e4903bfc'
fake.sha1(raw_output=False)
# '0c071421ac2e61a023e9c581c5958c67cf3abccd'
fake.null_boolean()
# True
fake.sha256(raw_output=False)
# 'a539f364850af28b5cfebebb3b63614eff34a05508a734163f56aa5037dd191a'
fake.uuid4()
# '8aac91fb-fc0e-6548-dc1e-3f9e8a8803bb'
fake.language_code()
# u'sa'
fake.boolean(chance_of_getting_true=50)
# True
faker.providers.person¶
fake.first_name_male_rus()
# u'Mihhail'
fake.prefix_male()
# u'doktor'
fake.suffix_female()
# u'PhD'
fake.name_male()
# u'Martin Lumiste'
fake.first_name_rus()
# u'Nade\u017eda'
fake.first_name()
# u'T\xf5nu'
fake.suffix_male()
# u'PhD'
fake.first_name_est()
# u'Maria'
fake.first_name_female()
# u'Irina'
fake.first_name_male()
# u'Indrek'
fake.prefix_female()
# u'dr'
fake.name()
# u'Mare Kikas'
fake.last_name_rus()
# u'Dav\xf5dov'
fake.first_name_male_est()
# u'Aleksander'
fake.suffix()
# u'PhD'
fake.prefix()
# u'hr'
fake.first_name_female_est()
# u'Anneli'
fake.name_female()
# u'Valentina \u017duravljov'
fake.last_name_male()
# u'Mal\xf5\u0161ev'
fake.first_name_female_rus()
# u'Anna'
fake.last_name_est()
# u'Muru'
fake.last_name()
# u'Teesalu'
fake.last_name_female()
# u'R\xfc\xfctel'
faker.providers.phone_number¶
fake.phone_number()
# u'09188011542'
fake.msisdn()
# '6780074691057'
faker.providers.profile¶
fake.simple_profile(sex=None)
# { 'address': u'6756 Aleksei Terrace\nV\xe4liburgh, ND 61429-3170',
# 'birthdate': datetime.date(1995, 11, 13),
# 'mail': u'zahharovkristjan@gmail.com',
# 'name': u'Dmitri Zujev',
# 'sex': 'M',
# 'username': u'mojaste'}
fake.profile(fields=None, sex=None)
# { 'address': u'3831 Kolesnik Highway Apt. 441\nNorth Tiitland, MI 78961-5075',
# 'birthdate': datetime.date(1995, 10, 20),
# 'blood_group': 'B-',
# 'company': u'Randoja and Sons',
# 'current_location': (Decimal('73.6842945'), Decimal('89.221350')),
# 'job': 'Secondary school teacher',
# 'mail': u'sergey56@gmail.com',
# 'name': u'Valeri Gavrilov',
# 'residence': u'427 Moroz Extension\nNew Alexander, FL 05787-8277',
# 'sex': 'M',
# 'ssn': u'35110280338',
# 'username': u'vellosutt',
# 'website': [u'http://kaljula-komarov.com/', u'http://markus-tali.com/']}
faker.providers.python¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [ -353.704037831,
# u'nZFSPkXIpmjhLBZqKPWF',
# u'woDSFMKmonxgnPCbiOar',
# u'mOopxLEkRkzWhdLHbJPX',
# -1869.9151,
# u'kWuwIqNAoQaTZdInJSoq',
# datetime.datetime(2008, 9, 9, 14, 19, 32)]
fake.pystr(min_chars=None, max_chars=20)
# u'nMLQkjDFLGFrMACHaHEj'
fake.pystruct(count=10, *value_types)
# ( [ u'http://www.antonov.net/',
# u'NDrshSXokvGeRwsAenyH',
# u'kadrinommik@gmail.com',
# u'iNApHTSWZXUKsfXnKQvU',
# u'https://vlassov-kass.org/',
# datetime.datetime(2004, 3, 21, 10, 54, 2),
# u'rkotov@yahoo.com',
# u'oispuumaria@belov-tomingas.net',
# u'jelena51@yahoo.com',
# datetime.datetime(1999, 10, 20, 8, 32, 24)],
# { u'aliquam': -8686.2,
# u'aut': -95933.0,
# u'doloremque': 700.793,
# u'dolorum': u'http://liivak-aru.com/index/',
# u'eum': -569918800782.0,
# u'illum': u'dmitrinaumov@yahoo.com',
# u'officia': Decimal('-42819.6508'),
# u'quidem': u'http://www.golubev.com/home.html',
# u'quis': u'marko56@yahoo.com'},
# { u'culpa': { 3: u'qXViMUCMwlTPZczgQIRf',
# 4: [8000, u'bCqMaRsrhEZoVKkyHIUC', 2323627.9],
# 5: { 3: 6777,
# 4: u'kristi57@hotmail.com',
# 5: [ Decimal('-233761.86891'),
# u'maria52@vahi.com']}},
# u'ea': { 9: datetime.datetime(2005, 1, 24, 9, 25, 50),
# 10: [ u'https://www.janes.org/posts/main/tag/faq/',
# u'LZkyJyuPWEBfaQpgLTod',
# u'https://toome-rohtla.com/faq/'],
# 11: { 9: u'vJgLBzoekReuxcBPSMBM',
# 10: u'http://teder.com/posts/app/search/homepage/',
# 11: [ Decimal('713.490573106'),
# u'WtVWdoqcfRkMvGJoeBOk']}},
# u'fugiat': { 5: u'UYVrXpKqWikmwitgdhMr',
# 6: [u'xwhSleFPBiSmFiLUscDG', 8163, 8906],
# 7: { 5: 5467,
# 6: u'QvruokZSrvtZLCopvNKN',
# 7: [1108, u'yEypxUkSzLaSBcFPNTAJ']}},
# u'incidunt': { 6: u'DASIaJLbojKzrqjqdISg',
# 7: [ 2264,
# u'svetlana42@rohtla.com',
# datetime.datetime(1996, 3, 6, 17, 32, 18)],
# 8: { 6: datetime.datetime(2003, 12, 28, 21, 13, 24),
# 7: u'http://simson.info/',
# 8: [ u'DzyrRQOYGENUmcUaNLHo',
# u'krolovalexander@gmail.com']}},
# u'modi': { 2: u'fceOOfTTLcEnajALBANH',
# 3: [ -824778016229.815,
# u'unQBekYkyhxjGKhudjPU',
# 81.70184],
# 4: { 2: u'merike75@yahoo.com',
# 3: u'CkJhmMyKCBPmPAFzDlbk',
# 4: [ u'WxlOrfSlQTqSuyJgtSfo',
# Decimal('-2.37951830756E+14')]}},
# u'molestiae': { 1: 8306,
# 2: [ datetime.datetime(2009, 10, 2, 18, 43, 2),
# u'raOUAGHRLaKrxtfEBjgQ',
# u'wAwbQYihgdbdDYwxwhBe'],
# 3: { 1: u'NusaKOZKOEnslbuVsPWz',
# 2: datetime.datetime(1976, 7, 23, 13, 47, 14),
# 3: [ u'nmzjhzrJDTeeWzIXNFSE',
# u'oRoDCSiHsVGHTUdRUVyH']}},
# u'nostrum': { 4: u'VasBTelmLktZqobQizNf',
# 5: [ u'http://www.lember.biz/categories/tag/search/privacy/',
# 7513,
# u'CTDRvtmHOYoeiGBEezRL'],
# 6: { 4: u'kCYIrjBAYZpjuGveHnXO',
# 5: 6209,
# 6: [ u'https://kirss.com/category/',
# u'dmitrikink@aasmae.biz']}},
# u'provident': { 8: u'HPSTVlWsxyOnKlBmLVXN',
# 9: [ u'JaXkleAprOgoAXxRZvbO',
# u'jHGAEqCPODKDfoUXWGVx',
# u'exbeZUjwkbWJWgARqtWc'],
# 10: { 8: 6803,
# 9: u'MaknNLQQmZCUTZaOZVrH',
# 10: [4975, u'pdWCIAhyIfcCuhnMmfOk']}},
# u'quos': { 0: 44386177115.46,
# 1: [4310, u'sxwoawSteMffEPHtGmWW', 1472],
# 2: { 0: u'bllHaDzztUbBQqDATEPD',
# 1: 4876,
# 2: [ u'KHKALVWhGtPmzjxAjbYh',
# u'NTzeCMccjPfxaPyPbkOW']}},
# u'voluptates': { 7: u'phJftlrdIeyxcBXCWvkO',
# 8: [ -121676.0,
# Decimal('5.22854641635E+12'),
# 7418],
# 9: { 7: u'ElLNLdoIsmFIEylnAdQv',
# 8: u'http://molder.com/',
# 9: [ 4146,
# datetime.datetime(1979, 3, 18, 5, 10, 19)]}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# 31205423.2881
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('-224227.80088')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 2181,
# u'zukovroman@gmail.com',
# 3717,
# 8714,
# 5393,
# u'XlSLDNmRujTDCXmfBizI',
# u'sergeikalm@hotmail.com',
# u'GJWwvTWodaizDWPtvOKZ',
# Decimal('-29939044.4'),
# u'hmartin@lauri.info',
# 358,
# 8471,
# u'jDcJqRxZOKRUsnJGyUWA']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( Decimal('22397206569.5'),
# 9508,
# u'JJvkmRRMROCidBMIYjOx',
# Decimal('-5044223.66427'),
# datetime.datetime(1977, 5, 4, 21, 0, 38),
# u'cDNqJEWqgQMgaRvBRkAw',
# u'andresmust@hotmail.com',
# u'EyjYtRkGbQEBiXaBzhbH',
# u'mzmzwObwJaQZiCBYjNYX',
# -316571395652.0,
# datetime.datetime(1976, 12, 30, 7, 28, 52))
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([5447195.6069756, 9605, u'jekaterinakutt@hotmail.com', u'XruVlIfcnwcSeYbHwSAu', u'http://www.laht-tammik.com/list/login.html', u'JLqkYmbFNtZykGeOPcyr', Decimal('11959276224.7'), u'lLVfmZjlugPVbHXQsjlh'])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'a': Decimal('-9.3549369929E+12'),
# u'distinctio': Decimal('-30018698828.8'),
# u'dolor': u'GEZXelKbfNgXCENpJbBE',
# u'ea': u'mhCwxAKcThqKDtMjyrWl',
# u'harum': u'lHLKttoEtPyZHtRzAdhW',
# u'impedit': Decimal('5.30482669053E+13'),
# u'incidunt': 944,
# u'ipsa': u'rsokolov@kelder.info',
# u'laudantium': u'sootspiret@krolov.net',
# u'molestiae': u'aunaleksandra@maripuu.info',
# u'nulla': 4074,
# u'vel': 8964}
fake.pyint()
# 4535
faker.providers.ssn¶
fake.ssn(min_age=16, max_age=90)
# u'50012268093'
faker.providers.user_agent¶
fake.mac_processor()
# u'PPC'
fake.firefox()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_10_6; rv:1.9.4.20) Gecko/2013-05-08 11:35:29 Firefox/3.6.16'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/9.24.(Windows NT 5.1; mhr-RU) Presto/2.9.175 Version/12.00'
fake.windows_platform_token()
# u'Windows 98; Win 9x 4.90'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 5.0; Windows CE; Trident/4.1)'
fake.user_agent()
# u'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.0; Trident/4.0)'
fake.linux_processor()
# u'i686'
fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_12_7) AppleWebKit/5312 (KHTML, like Gecko) Chrome/17.0.861.0 Safari/5312'
fake.mac_platform_token()
# u'Macintosh; U; Intel Mac OS X 10_12_8'
fake.safari()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_7 rv:3.0; so-ET) AppleWebKit/534.25.6 (KHTML, like Gecko) Version/5.0 Safari/534.25.6'