Language en_AU¶
faker.providers.address¶
fake.address()
# '551 Hamilton Brow\nNorth Shane, NT, 2621'
fake.building_number()
# '81'
fake.city()
# 'St. Gregory'
fake.city_prefix()
# 'North'
fake.city_suffix()
# 'borough'
fake.country()
# 'Iran'
fake.country_code(representation="alpha-2")
# 'NG'
fake.postcode()
# '2696'
fake.secondary_address()
# 'Level 8'
fake.state()
# 'Western Australia'
fake.state_abbr()
# 'VIC'
fake.street_address()
# '372 /\n 544 Cummings Lane'
fake.street_name()
# 'Amanda Lane'
fake.street_suffix()
# 'Cove'
faker.providers.automotive¶
fake.license_plate()
# '93-V634'
faker.providers.bank¶
fake.bank_country()
# 'GB'
fake.bban()
# 'NOUY9662073655082'
fake.iban()
# 'GB34ISMB0091855964288'
faker.providers.barcode¶
fake.ean(length=13)
# '4242544488166'
fake.ean13()
# '0271785195094'
fake.ean8()
# '63083194'
faker.providers.color¶
fake.color_name()
# 'Olive'
fake.hex_color()
# '#f967b6'
fake.rgb_color()
# '146,238,200'
fake.rgb_css_color()
# 'rgb(87,51,0)'
fake.safe_color_name()
# 'maroon'
fake.safe_hex_color()
# '#884400'
faker.providers.company¶
fake.bs()
# 'maximize sexy deliverables'
fake.catch_phrase()
# 'Cloned demand-driven access'
fake.company()
# 'Adkins, Daniel and Robertson'
fake.company_suffix()
# 'and Sons'
faker.providers.credit_card¶
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '02/25'
fake.credit_card_full(card_type=None)
# 'Discover\nMelissa Gonzalez\n6567281264225754 05/22\nCVC: 552\n'
fake.credit_card_number(card_type=None)
# '6574091816083226'
fake.credit_card_provider(card_type=None)
# 'JCB 16 digit'
fake.credit_card_security_code(card_type=None)
# '407'
faker.providers.currency¶
fake.cryptocurrency()
# ('ZEC', 'Zcash')
fake.cryptocurrency_code()
# 'PPC'
fake.cryptocurrency_name()
# 'Feathercoin'
fake.currency()
# ('PYG', 'Paraguayan guarani')
fake.currency_code()
# 'RUB'
fake.currency_name()
# 'West African CFA franc'
faker.providers.date_time¶
fake.am_pm()
# 'PM'
fake.century()
# 'XVIII'
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1985-03-01'
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2013, 7, 23)
fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2019, 11, 4)
fake.date_object(end_datetime=None)
# datetime.date(2013, 8, 29)
fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1908, 10, 16)
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2003, 4, 3)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2018, 10, 23)
fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 11, 3)
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 5, 24)
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1985, 9, 18, 12, 12, 25)
fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1563, 4, 19, 8, 8, 43)
fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1998, 9, 7, 10, 54, 9)
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2019, 11, 4, 4, 46, 16)
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2004, 6, 4, 19, 58, 48)
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2016, 9, 14, 5, 5, 25)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 11, 1, 3, 51, 27)
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 9, 8, 17, 10, 12)
fake.day_of_month()
# '11'
fake.day_of_week()
# 'Saturday'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2019, 11, 22)
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 11, 10, 9, 42, 44)
fake.iso8601(tzinfo=None, end_datetime=None)
# '2001-10-13T10:18:23'
fake.month()
# '04'
fake.month_name()
# 'March'
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2019, 11, 1)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 10, 12, 13, 55, 42)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '23:01:11'
fake.time_delta(end_datetime=None)
# datetime.timedelta(0)
fake.time_object(end_datetime=None)
# datetime.time(19, 44, 23)
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object Provider.time_series at 0x7f59e804f9a8>
fake.timezone()
# 'Africa/Kinshasa'
fake.unix_time(end_datetime=None, start_datetime=None)
# 827490478
fake.year()
# '1986'
faker.providers.file¶
fake.file_extension(category=None)
# 'mp3'
fake.file_name(category=None, extension=None)
# 'id.avi'
fake.file_path(depth=1, category=None, extension=None)
# '/nisi/sequi.pdf'
fake.mime_type(category=None)
# 'application/pdf'
fake.unix_device(prefix=None)
# '/dev/xvdj'
fake.unix_partition(prefix=None)
# '/dev/xvda3'
faker.providers.geo¶
fake.coordinate(center=None, radius=0.001)
# Decimal('-102.962871')
fake.latitude()
# Decimal('66.8320525')
fake.latlng()
# (Decimal('-76.041227'), Decimal('156.791887'))
fake.local_latlng(country_code="US", coords_only=False)
# ('40.81', '-73.9625', 'Morningside Heights', 'US', 'America/New_York')
fake.location_on_land(coords_only=False)
# ('48.06919', '11.37703', 'Gauting', 'DE', 'Europe/Berlin')
fake.longitude()
# Decimal('-78.198928')
faker.providers.internet¶
fake.ascii_company_email(*args, **kwargs)
# 'williamspaul@gaines-chen.info'
fake.ascii_email(*args, **kwargs)
# 'brendanstewart@gmail.com'
fake.ascii_free_email(*args, **kwargs)
# 'joannjennings@hotmail.com.au'
fake.ascii_safe_email(*args, **kwargs)
# 'obean@example.com'
fake.company_email(*args, **kwargs)
# 'justinpierce@mullins.net'
fake.domain_name(*args, **kwargs)
# 'lewis.net.au'
fake.domain_word(*args, **kwargs)
# 'smith'
fake.email(*args, **kwargs)
# 'warnerjonathan@dickerson-gordon.com.au'
fake.free_email(*args, **kwargs)
# 'lmartin@yahoo.com.au'
fake.free_email_domain(*args, **kwargs)
# 'hotmail.com'
fake.hostname(*args, **kwargs)
# 'lt-73.buchanan.edu.au'
fake.image_url(width=None, height=None)
# 'https://placekitten.com/500/433'
fake.ipv4(network=False, address_class=None, private=None)
# '199.250.47.252'
fake.ipv4_network_class()
# 'b'
fake.ipv4_private(network=False, address_class=None)
# '192.168.76.108'
fake.ipv4_public(network=False, address_class=None)
# '173.30.184.147'
fake.ipv6(network=False)
# '82e3:a3c6:fe64:cddd:42c1:be3f:d6c9:205d'
fake.mac_address()
# 'ab:6d:b7:8e:ef:67'
fake.safe_email(*args, **kwargs)
# 'shannon29@example.com'
fake.slug(*args, **kwargs)
# 'nam-itaque-ipsa'
fake.tld()
# 'org.au'
fake.uri()
# 'https://www.smith.com.au/blog/search/search.jsp'
fake.uri_extension()
# '.asp'
fake.uri_page()
# 'index'
fake.uri_path(deep=None)
# 'categories'
fake.url(schemes=None)
# 'https://ramos.com/'
fake.user_name(*args, **kwargs)
# 'gonzalezsally'
faker.providers.isbn¶
fake.isbn10(separator="-")
# '1-4260-7756-4'
fake.isbn13(separator="-")
# '978-0-637-26981-0'
faker.providers.job¶
fake.job()
# 'Public relations officer'
faker.providers.lorem¶
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# 'Repellat voluptas dolore consectetur. Quo reiciendis corporis ut.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ 'Odio nulla atque non atque magnam aperiam. Occaecati facere impedit non '
# 'tempora nisi eos. Sequi quaerat officia iste quasi tempore.',
# 'Sit culpa quas assumenda numquam commodi veritatis modi. Debitis '
# 'aspernatur facere atque accusantium ab.',
# 'Molestias magnam tempora dolores perspiciatis molestiae. Ipsum unde '
# 'assumenda id velit. Numquam quidem perferendis repudiandae sapiente '
# 'delectus doloribus.']
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# 'Nostrum ipsum aut atque distinctio ea.'
fake.sentences(nb=3, ext_word_list=None)
# [ 'Repellat quisquam inventore rerum quod cum nemo fugit.',
# 'Maiores magnam culpa dignissimos praesentium at.',
# 'Qui voluptates ipsum officia excepturi magnam.']
fake.text(max_nb_chars=200, ext_word_list=None)
# ('Sint eius ea aliquam dolores. Laboriosam at laboriosam eius ad praesentium '
# 'sed. Pariatur tempora ea facere officiis.\n'
# 'Minus libero occaecati fugit in.\n'
# 'Vel id dolorem tenetur.')
fake.texts(nb_texts=3, max_nb_chars=200, ext_word_list=None)
# [ 'Quam hic quidem accusamus neque. Ut ad rem quia. Commodi distinctio vel '
# 'labore beatae eligendi adipisci.\n'
# 'Facilis reiciendis ad delectus. Accusamus voluptate vitae accusamus '
# 'exercitationem qui.',
# 'Eveniet itaque suscipit eaque voluptate aliquid exercitationem. Magni est '
# 'delectus sit.',
# 'Aliquam dolor assumenda repellendus occaecati libero occaecati. Soluta '
# 'neque accusantium ab.\n'
# 'Officia eius iure cum quas animi dolor. Hic quas aperiam repudiandae '
# 'facilis nobis.']
fake.word(ext_word_list=None)
# 'odio'
fake.words(nb=3, ext_word_list=None, unique=False)
# ['ipsa', 'cum', 'itaque']
faker.providers.misc¶
fake.binary(length=1048576)
# (b'\xa4\xe0?\xaemg=\xcd\x0cY\xe7\xdf{\xafX\xda"\xae\x02LP\xedc\x19'
# b'\x99\xf7\x99\xb8\x82%R\xa7\xc2O\x91]\xe3_\xf2\x13\nz\xd9J\xf7]\xc7\x88%icj'
# b'\x90\x92t\x877\xad\xe1\xf1\x0c\x12\x97\x1cd\xd8\x1a\xd3q/\xfc\x10U\xdbF\x12'
# b'b\xad\xf8y\xed\x91\x1bj\xf2\xbaA\xc3M\x92\x88\x0c\x81B\xbd\xf4D\xae\xe3\xfb'
# b'\x1e\xe3"\xcfj\x84\xe5[\x1c+4\x8e\x92\x9a\xbe\x8c\xdb\x94\n\xa7\xc6\x01\rc'
# b"oWO\xbc\x18\xcc\xab\xf8Q'W%\x1a:\xd30\xc3&\xd0\x81\xebQ\xdd*\xe2\xe4Y\xd1"
# b'\xfd\xe02\xb8(m\xa4\xdb\xde\xee\xe9\xba=_\xa6\xba\x81\xbdm~%\x83\x10I'
# b'\x13W\xec*s \xf3Z7\xa7k\x08m\xe5B\x83\xe6\xc13g\x8b\xc8\xc4H\x12X\xd8\xbb'
# b'\xe1e\x18\xcag>\x8f\xe4Jg$848\xae?*=i\x04\x95Gb\xa4\x04\x99\x1f=\xcb\x90-{'
# b'\xf6/\xfd\xdd\x0f\xf7\x97w\x1b\xbbl\x97\x96m\x8c\xcd\xe6\xb9\x97\xe2'
# b'Vj\x8e\xb3W\x0b\xb5X\x0co\xc7\x1a\xd6\x11\xe1\x9e\x9cyb\xb7\x87-\xc0\xad'
# b'C\xb53\xd03\xff^\xc4\xb3M\xd3\xbd\xd0\x1dd\xfav\x03@\xee\xf9\x00\xbf\xa3'
# b'\xddC\x167GE\xba\x1d\xf8\x1ct\xe1*`\x84\xc9\xbe\x15d\xe2\xac\xdb\r\x03'
# b'\xb77\xa5A\xc3q\x87\xd7\xe9isb\xb7>PDVt{\xb7,Lz[h\xe5:3}D\x1d\x14'
# b'\x15\x85\xba\xfe\\M\xb1\xa5\xb2\x18\xa5\x9e\xa1~\xe6\xd8\xf8\xbe\xa74'
# b'\xab\xeb\x84\xd8\xa6\xf1N4\x17\x8c\xc2\xd4\xe8\xdc\x11\xf9g\x04\xdf='
# b'\xe7\x84Bl\xe2Wb\xb7\xc5\xc0\xb7\xf2\x81\xd4\xb7\x8f\xd5\x83\xa9e\xf1Y}\x8d'
# b',\xedO\x94\x17\x11&\x03\x91\\}P5\xebR\xfe\xe1\xc3\x885w\x12\xe3\x1f'
# b'Z\x13\xf3!\xf4\x84\x93u\xa0\xd0\xcb\x96)2\x8a\xfej?\x07\xae\xd1Gt\x8f'
# b'\xb7+\xef\xcf\xc0\x99\xc6(L\x0e$c\xcf\xc00O\xf4:\xcf\re\xa8\x00\x01'
# b'^\xf6\x98Mk.|o\xd9\x04\xe3fHb3\xf2\xe9\x10\x88\x16\\\x03T\xaekTl\x12\xfdhY}'
# b'<\xa0\xa9\xc0~&\xe0]\xcaH\xa42T\x97\xdc\xb7w(\x9f\xdd\ntM\xdc'
# b'\xfd\x9d\xf3\x008\xa4\xad[^\x8a\x04\x90\x08\xc3\x87\xafb\x17\xa3P'
# b'=\xb2\xb6\xf4)\xe4,I\xbc;U\xf7\x9a@\x0e\xaf\x15(=\x7f\x00~\xb7\xb4'
# b'Z\xf8\xb4\xb7\xeb\xc3u$\x0b\x8c\xbaH\xe8\xb9XSv\x9b;\xb9\xe5\x1b2\xca'
# b'\xce{B\xe1@\xc4@\x8b\xf2\xf8\x02\xc9\x81\x11\x81\xaf(\xf4\x8c\x9f\xb3W\xbc>'
# b'\xf6\xfd\\\x11\xa5\x0b\x04\xcb\xcc\xbc{hOYN<\xf0\xaa\xba\xc1\xcb:UZ\t/\x1cC'
# b'D\xaa\x06Z\x83\xadz\x8a\x116\xb9\x8b\x16\x9c\xe0\xe7\xfc\xb6\x8a\xfe|Cx5'
# b'\x82\xa6\xaeC\xdb\x0c\x90\x80\xd2\x91\x12)\x82}+O\xb2`\x10\xe0\xaf\xb6\x83h'
# b'\xfb\x929\xa5\xb4Y\xd8\xd7`\xe8\xca\xea\x1e\x95\x04^\x00\xfa\xae\xb3'
# b'\x08\xbc>\xf8\x96\xcb2.\xc0vM\x8eU\xff\x8395|f\xfb\x12R\xe0\xd2\xe4SJ\xa5'
# b'\x9f\t/\xa8_^7g\xb4\x18V*\xfb\x9a\xf6z\xca\xf7$\x99\xbe$\x9c\x84'
# b'\xc0\x166\xab\xf9\t\xa2\xca\x8c\xee\x98yt\x8a){\xf0\t\xec\xeb'
# b'\xff\xa3\x02\x91\xd3\xe0\xa6\x01\xb4=\x03\x0e\xca\x121\x01\xa0) ?'
# b'\xe8z\xf1\x10\xba\x943\x06\xd2\xeeB\xb8\x81\x90e\xfa\xca:\x06g'
# b'\x9c\xe9\x04\xc3\xd2\xe7\x9b\x1b\xaay\x85\x9f\x9f#\x18c\xb8(d\r\xc3,)\xa2'
# b'~\x80M\xe2h\xfe&0\xce\x1dF\x1a\xba\x80\xcd\xe3\x1e#\x00_\xbco \x91'
# b'\xb0\x917\x03\r\xb6(\xe2\x9a\n2\x961\x16\x80\x13\x1a6\x06\xc7;z\x94\xd8'
# b'\xd5x\xe5CC\xb5\x1fY(\x0c\x82\x8fFXzI\xaf\xbc\x82;\xb4-;k\xabIG\xc7'
# b'{\xe8\\\x81Lg\xf8\xd0\x19E\xaa\x81\xc6\xf4?\n\xde\x9f\x938\xeaK\xcd\xd0'
# b"\xea\xe8\xb2G\\\xe2\x7f\x8a%>\xe1|\x9fA\xad\xf0\x8dgy\xed\x1cA'\xb8"
# b'?\x80\xcb\x808L\x86pN\x1bTv\xb6T\x9e\xfac\xa6q\x98Md\xdc2')
fake.boolean(chance_of_getting_true=50)
# False
fake.md5(raw_output=False)
# '562e8c654ce5030275ed7cde49b33199'
fake.null_boolean()
# True
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# '^8!UpFs$@2'
fake.sha1(raw_output=False)
# '5cbba684f49ecfdf7ec7fb2c81a697a8fa90239b'
fake.sha256(raw_output=False)
# '01e382e7246801957b824e6db61c814f8bdfa800ca7fc308d388722b5b9582bb'
fake.uuid4(cast_to=<class 'str'>)
# '93b94c8b-cc98-4d13-8242-5150deeec15d'
faker.providers.person¶
fake.first_name()
# 'Eric'
fake.first_name_female()
# 'Lauren'
fake.first_name_male()
# 'Peter'
fake.last_name()
# 'Perkins'
fake.last_name_female()
# 'Morgan'
fake.last_name_male()
# 'Phillips'
fake.name()
# 'Jeffrey Wilson'
fake.name_female()
# 'Kaitlin Vasquez'
fake.name_male()
# 'John Alvarado'
fake.prefix()
# 'Mrs.'
fake.prefix_female()
# 'Dr.'
fake.prefix_male()
# 'Mr.'
fake.suffix()
# 'DDS'
fake.suffix_female()
# 'MD'
fake.suffix_male()
# 'MD'
faker.providers.phone_number¶
fake.area_code()
# '8'
fake.msisdn()
# '7237927186898'
fake.phone_number()
# '+61.478.420.531'
faker.providers.profile¶
fake.profile(fields=None, sex=None)
# { 'address': '768 Sara Mews\nNewmanfort, TAS, 2363',
# 'birthdate': datetime.date(2015, 8, 2),
# 'blood_group': 'O+',
# 'company': 'Ochoa PLC',
# 'current_location': (Decimal('-38.0403595'), Decimal('167.379813')),
# 'job': 'Engineer, drilling',
# 'mail': 'tiffany25@yahoo.com.au',
# 'name': 'Kevin Sanders',
# 'residence': '8 /\n 54 Christina Corner\nWalkermouth, WA, 2888',
# 'sex': 'M',
# 'ssn': '109-92-0195',
# 'username': 'fmeyer',
# 'website': [ 'https://www.barnes-stephens.biz/',
# 'http://hernandez.org.au/',
# 'https://jackson.net.au/']}
fake.simple_profile(sex=None)
# { 'address': '6 Brown Artery\nJoshuaton, WA, 2962',
# 'birthdate': datetime.date(1908, 5, 29),
# 'mail': 'cody83@hotmail.com',
# 'name': 'Maria Washington',
# 'sex': 'F',
# 'username': 'brettpatrick'}
faker.providers.python¶
fake.pybool()
# False
fake.pydecimal(left_digits=None, right_digits=None, positive=False, min_value=None, max_value=None)
# Decimal('-98.525892')
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { 'assumenda': datetime.datetime(1995, 7, 20, 18, 53, 46),
# 'at': 'jDMEIifeBXWMxHUzsAjy',
# 'aut': 'staceyrivers@cook.com.au',
# 'enim': 'zRAZGIskaFOKZaRBXsIJ',
# 'est': 'http://www.foster-roberts.com.au/home/',
# 'eum': 'VzbcAdcnFAJLlbNeSjvm',
# 'modi': -16541.1204993286,
# 'molestias': 'feLkBBvMfFcQTGOBjRaG',
# 'nam': datetime.datetime(1997, 6, 23, 21, 59, 38),
# 'odit': 'http://www.hale.net/',
# 'quidem': 'kAfiyvZYSYgsAcuBCdqB',
# 'reiciendis': datetime.datetime(1972, 8, 14, 2, 49, 42),
# 'similique': 'bdGcGeWQzzvhhBUDwMVY'}
fake.pyfloat(left_digits=None, right_digits=None, positive=False, min_value=None, max_value=None)
# 80004304564.156
fake.pyint(min_value=0, max_value=9999, step=1)
# 7550
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# {6721, 'matthew31@cross-bowman.net.au', 'NGRjCbPgDHokWWLwKkfD', 'https://www.mitchell.net.au/register.asp', 'NQytoAjyAWzhBnqvRCkm', Decimal('-40233680.1770079'), 'https://james-pope.net.au/register/', 'UkAVIDFfeBZYMXCNWYEF', datetime.datetime(1981, 8, 22, 2, 17, 14), 30197.99142439, 'LqEcoGuNaqdOVUwPwCbk', 'xnxlFfuGwokYvJYltYbh', 'http://www.davis-baldwin.info/wp-content/wp-content/homepage.php'}
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ Decimal('2368275905.68793'),
# 8589,
# 'https://www.cooper.com.au/index/',
# 2742,
# 'yberger@gmail.com',
# 'http://www.rhodes-hunter.org/search/']
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# {'joshua39@aguilar.org', 'https://www.kennedy.net.au/category/faq/', Decimal('364940020.31'), datetime.datetime(2003, 2, 4, 10, 19, 19), Decimal('768485051.7'), 'zQyljUWpaIlgfiHKKqgC'}
fake.pystr(min_chars=None, max_chars=20)
# 'kDZpLzORxIUgLjZzTJGv'
fake.pystruct(count=10, *value_types)
# ( [ -712086709734.21,
# 'OHFfeAgMMuRJdJNxvsBI',
# 'qWFDaynFQSHefAMdBGED',
# 5664,
# 8920,
# 4324,
# 'vyhHupmZPBoBZdYjTBho',
# -59446975751.6,
# 'aCPxQsuPJufMZLGMYIUS',
# 'jayadams@smith.net'],
# { 'architecto': 'fAZGfFcGDCeFANdhVJeP',
# 'ducimus': Decimal('1235623.8853'),
# 'explicabo': 'crawfordshirley@sandoval.net.au',
# 'nihil': 'http://harris.com/faq.jsp',
# 'porro': 6072801482317.0,
# 'rem': Decimal('-24.9'),
# 'repudiandae': 'yyPsVpGLXEWuPdjeFKYm',
# 'sit': 'wsnyder@hill.net',
# 'tenetur': datetime.datetime(1988, 4, 14, 13, 30, 25),
# 'voluptatibus': 2037},
# { 'commodi': { 1: 'dVsWZUOGNkBKOlshcUiY',
# 2: [ datetime.datetime(1994, 5, 23, 0, 47, 28),
# 'http://vargas.com/search.jsp',
# 'https://armstrong.info/post.html'],
# 3: { 1: Decimal('-25.9219343'),
# 2: 'https://www.rodriguez.org/',
# 3: [ 60351593758616.0,
# 'adamstrevor@chapman.org']}},
# 'fugiat': { 0: datetime.datetime(2018, 1, 18, 7, 3, 40),
# 1: [ 4428,
# 'https://pham-williams.biz/list/search/categories/homepage/',
# 'qsIWShhEwEfXQIllfdWQ'],
# 2: { 0: 4158,
# 1: 7527,
# 2: [ Decimal('7431326101235.0'),
# 'mHNGRQQxrxqFiCJOdMyL']}},
# 'fugit': { 4: 525,
# 5: [ 'hLKBKUZSzVaqnVffDiCs',
# 'MrpXPqlccUbMlJfZSnWW',
# 'hApNyKpsgTimEfIzNCfs'],
# 6: { 4: 7170,
# 5: 8503,
# 6: [ 'kQoNQHoyxczCSYukUDxg',
# 'http://www.weber-marks.org.au/explore/main/index/']}},
# 'necessitatibus': { 3: 'XiETevQDGQWOcZqPiOTQ',
# 4: [ datetime.datetime(1973, 8, 10, 1, 15, 59),
# datetime.datetime(1970, 11, 2, 3, 21, 22),
# 'cKzryvCNBBsjWsCEToqg'],
# 5: { 3: 7527,
# 4: 'http://henson.info/search/',
# 5: ['https://www.cook.net.au/', 7883]}},
# 'officia': { 6: 'vhpcSvsFnMQHDFaiEmfb',
# 7: [ datetime.datetime(1998, 3, 26, 20, 18, 20),
# 'john70@hotmail.com',
# 'jezCWJTfZxdLcAfkWGUK'],
# 8: { 6: datetime.datetime(1972, 5, 26, 7, 48, 51),
# 7: 'http://williams.edu.au/terms.jsp',
# 8: [844, Decimal('860601.2201')]}},
# 'perferendis': { 9: 'CeFzIgrEcxrZWkscljKn',
# 10: [ 'SGrOjjaTkCvBBUzqarWi',
# datetime.datetime(1985, 4, 19, 11, 40, 6),
# 'BfjaxDmGphAmUfYqoIQq'],
# 11: { 9: 'sDLnHVHnoRnQOVbWWjNq',
# 10: 'OsODHwjVcfltyONSZKmF',
# 11: [9918641096.0, Decimal('32315.98')]}},
# 'recusandae': { 5: 'mCjQdtxLtJKwFeGjLpLz',
# 6: [ datetime.datetime(2016, 3, 31, 0, 55, 2),
# 'nicholsfrank@yahoo.com.au',
# 'fliouBiLIFwDRdTvUGoh'],
# 7: { 5: 'https://hatfield.com/explore/login/',
# 6: Decimal('2140697823952.52'),
# 7: [ 149.5112,
# 'https://www.brooks.com.au/posts/main/category/']}},
# 'sequi': { 8: datetime.datetime(1976, 6, 2, 9, 26, 42),
# 9: [ Decimal('67888706842.264'),
# 'CDaPizwfwxYYLRqpAvkI',
# -86181485980294.0],
# 10: { 8: 5971,
# 9: 47.54,
# 10: ['TPaLgZLYOgZaixAurzdq', -3946139350.0]}},
# 'sint': { 7: datetime.datetime(1981, 7, 24, 2, 49, 58),
# 8: [ 'leahknight@hotmail.com',
# datetime.datetime(1989, 11, 30, 1, 32, 14),
# 'jOUlOvGjmFTBCwWdFRcQ'],
# 9: { 7: 'NtaxHacBAYwxOzVWjJmY',
# 8: datetime.datetime(1993, 8, 30, 23, 9, 7),
# 9: [ 'NjtxQsvHbfHVvpeJYUsa',
# 'VqyjAAZZsWoCHfBQgtXW']}},
# 'sit': { 2: 'justin20@yahoo.com',
# 3: [ 'YeysGgfsdGKrRBjANzec',
# Decimal('-3860212197.8943'),
# -866.3],
# 4: { 2: Decimal('-72526757110.682'),
# 3: 'WbEasEuCbwGCoSSGLAiF',
# 4: ['kevin82@yahoo.com', 'doauwUZDscoqvvVHFeDU']}}})
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( 'zacharymullins@hotmail.com.au',
# 'https://sanchez.edu.au/tags/app/app/terms/',
# 'reRruxbhJsEMkBFwWxie',
# 'rUmlITcyblUxSHAfofej',
# datetime.datetime(1985, 6, 26, 22, 26, 26),
# 'cyang@watson.org.au',
# 9915,
# 'JEYXQzKldfLTbjtCrJbe')
faker.providers.ssn¶
fake.ein()
# '91-0392027'
fake.invalid_ssn()
# '127-98-0000'
fake.itin()
# '969-78-8613'
fake.ssn(taxpayer_identification_number_type="SSN")
# '091-34-4001'
faker.providers.user_agent¶
fake.android_platform_token()
# 'Android 4.3.1'
fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# ('Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/533.0 (KHTML, like Gecko) '
# 'Chrome/55.0.810.0 Safari/533.0')
fake.firefox()
# ('Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2012-05-29 09:10:26 '
# 'Firefox/3.6.8')
fake.internet_explorer()
# 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 4.0; Trident/4.1)'
fake.ios_platform_token()
# 'iPad; CPU iPad OS 9_3_6 like Mac OS X'
fake.linux_platform_token()
# 'X11; Linux x86_64'
fake.linux_processor()
# 'i686'
fake.mac_platform_token()
# 'Macintosh; PPC Mac OS X 10_6_3'
fake.mac_processor()
# 'U; Intel'
fake.opera()
# 'Opera/8.55.(Windows NT 6.0; hne-IN) Presto/2.9.189 Version/11.00'
fake.safari()
# ('Mozilla/5.0 (Windows; U; Windows NT 6.0) AppleWebKit/535.3.6 (KHTML, like '
# 'Gecko) Version/5.0 Safari/535.3.6')
fake.user_agent()
# ('Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/532.49.2 (KHTML, like '
# 'Gecko) Version/4.0.1 Safari/532.49.2')
fake.windows_platform_token()
# 'Windows NT 6.0'