fake.longitude()
# Decimal('154.903774')
fake.building_number()
# u'9900'
fake.street_address()
# u'037 Auni\u0146\u0161 Squares'
fake.postalcode_plus4()
# u'83476-8088'
fake.city_prefix()
# u'Port'
fake.military_ship()
# u'USS'
fake.country_code()
# u'FM'
fake.city()
# u'Em\u012blijaville'
fake.zipcode_plus4()
# u'00986-8735'
fake.state_abbr()
# u'AK'
fake.latitude()
# Decimal('-40.4491335')
fake.street_suffix()
# u'Loaf'
fake.city_suffix()
# u'port'
fake.military_dpo()
# u'Unit 3358 Box 3449'
fake.country()
# u'Sri Lanka'
fake.secondary_address()
# u'Apt. 702'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('-26.610152')
fake.postalcode()
# u'14476'
fake.address()
# u'PSC 3328, Box 3702\nAPO AP 18813-5961'
fake.state()
# u'South Carolina'
fake.military_state()
# u'AE'
fake.street_name()
# u'Nat\u0101lija Walks'
fake.zipcode()
# u'72005'
fake.postcode()
# u'59053'
fake.military_apo()
# u'PSC 9495, Box 5896'
fake.ean(length=13)
# u'9225770744133'
fake.ean13()
# u'8235884378804'
fake.ean8()
# u'87367331'
fake.rgb_css_color()
# u'rgb(90,170,199)'
fake.color_name()
# u'MediumVioletRed'
fake.rgb_color_list()
# (100, 227, 222)
fake.rgb_color()
# u'137,101,118'
fake.safe_hex_color()
# u'#664400'
fake.safe_color_name()
# u'purple'
fake.hex_color()
# u'#f5a7e7'
fake.company()
# u'Pried\u012btis-Apinis'
fake.company_suffix()
# u'Group'
fake.catch_phrase()
# u'Reactive discrete knowledge user'
fake.bs()
# u'innovate magnetic vortals'
fake.credit_card_security_code(card_type=None)
# u'864'
fake.credit_card_provider(card_type=None)
# u'JCB 16 digit'
fake.credit_card_full(card_type=None)
# u'VISA 16 digit\nBiruta \u0100boli\u0146\u0161\n4696094735063400 09/20\nCVC: 383\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '01/21'
fake.credit_card_number(card_type=None)
# u'6011007982140898'
fake.currency_code()
# 'NGN'
fake.date_time_ad()
# datetime.datetime(813, 4, 13, 7, 59, 37)
fake.month()
# '08'
fake.am_pm()
# 'AM'
fake.timezone()
# u'America/Guyana'
fake.iso8601()
# '1989-09-19T21:04:51'
fake.date_time()
# datetime(1992, 3, 22, 1, 29, 57)
fake.month_name()
# 'February'
fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 1, 31, 14, 49, 30)
fake.unix_time()
# 1000713110
fake.day_of_week()
# 'Wednesday'
fake.day_of_month()
# '27'
fake.time(pattern="%H:%M:%S")
# '07:15:57'
fake.date_time_between(start_date="-30y", end_date="now")
# datetime(2009, 4, 18, 23, 55, 42)
fake.date_time_this_month(before_now=True, after_now=False)
# datetime(2015, 11, 24, 8, 45, 12)
fake.year()
# '2001'
fake.date_time_between_dates(datetime_start=None, datetime_end=None)
# datetime(2015, 11, 30, 15, 31, 26)
fake.date_time_this_century(before_now=True, after_now=False)
# datetime(2012, 1, 9, 15, 19, 11)
fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2012, 2, 27, 6, 41, 43)
fake.century()
# u'XII'
fake.date(pattern="%Y-%m-%d")
# '1984-09-05'
fake.time_delta()
# datetime.timedelta(201, 32456)
fake.mime_type(category=None)
# u'image/vnd.microsoft.icon'
fake.file_name(category=None, extension=None)
# u'suscipit.wav'
fake.file_extension(category=None)
# u'jpg'
fake.ipv4()
# u'17.54.232.243'
fake.url()
# u'http://www.zltis.biz/'
fake.company_email()
# u'viksna.ieva@vtols.com'
fake.uri()
# u'http://www.zirnis.com/index/'
fake.domain_word(*args, **kwargs)
# u'puri'
fake.image_url(width=None, height=None)
# u'http://dummyimage.com/129x327'
fake.tld()
# u'biz'
fake.free_email()
# u'licis.ansis@hotmail.com'
fake.slug(*args, **kwargs)
# u'quia-nulla-odio'
fake.free_email_domain()
# u'yahoo.com'
fake.domain_name()
# u'rieksti.net'
fake.uri_extension()
# u'.asp'
fake.ipv6()
# u'56dd:82e5:a12a:9a1d:6be5:9b7e:4163:ebf4'
fake.safe_email()
# u'johans.krastins@example.org'
fake.user_name(*args, **kwargs)
# u'maza99'
fake.uri_path(deep=None)
# u'search/tags/explore'
fake.email()
# u'raimonds40@yahoo.com'
fake.uri_page()
# u'index'
fake.mac_address()
# u'fd:f5:49:c3:77:4f'
fake.job()
# 'Early years teacher'
fake.text(max_nb_chars=200)
# u'Eum ipsum reiciendis qui quia ab quae. Omnis molestiae excepturi optio molestiae earum ea mollitia corrupti. Vel fuga tempore molestiae. Quas dolorem reiciendis sit qui veniam asperiores atque.'
fake.sentence(nb_words=6, variable_nb_words=True)
# u'Tenetur perspiciatis voluptates et.'
fake.word()
# u'similique'
fake.paragraphs(nb=3)
# [ u'Tenetur cupiditate sint est eius. Molestias ut est qui quia. At voluptatem expedita laborum aliquid inventore at odit. Labore ab soluta qui ab qui soluta iusto.',
# u'At beatae eos qui aut ratione autem quia. Veritatis et expedita fuga quisquam necessitatibus rerum delectus. Perspiciatis sequi atque eligendi alias.',
# u'Autem ducimus mollitia dolor qui rerum minus. Facilis quas et quia neque quasi aliquid corrupti. Suscipit quas accusantium numquam at molestias.']
fake.words(nb=3)
# [u'sit', u'sunt', u'commodi']
fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'Non aut corporis repellendus ex reiciendis dolores. Temporibus voluptatem cum repellendus at commodi maxime. Doloribus ea est rem eos quos saepe. Quia repellat nam adipisci qui ut quam voluptatem.'
fake.sentences(nb=3)
# [ u'Perspiciatis repellat odit nisi id dolor.',
# u'Aliquid fuga excepturi voluptatem et exercitationem neque.',
# u'Iste libero aut amet.']
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'kz@ijbpI2%'
fake.locale()
# u'it_MV'
fake.md5(raw_output=False)
# 'b6fbe2172fbf2c1dee9d347ba754e38d'
fake.sha1(raw_output=False)
# '1f32dbfccaacc7442c141afbc41390f685f8613d'
fake.null_boolean()
# False
fake.sha256(raw_output=False)
# '192a9bc64b599e62b922d5f3ac74e28c654c33d69abf775d139612711df7d886'
fake.uuid4()
# '536e9012-925d-4f54-84bd-447219e52947'
fake.language_code()
# u'de'
fake.boolean(chance_of_getting_true=50)
# True
fake.last_name_male()
# u'Krasti\u0146\u0161'
fake.name_female()
# u'Roze, Vi\u013cums'
fake.prefix_male()
# ''
fake.prefix()
# ''
fake.name()
# u'Polis, Mirdza'
fake.suffix_female()
# ''
fake.name_male()
# u'Augusts Z\u0101l\u012btis'
fake.first_name()
# u'Niks'
fake.suffix_male()
# ''
fake.suffix()
# ''
fake.first_name_male()
# u'Roberts'
fake.first_name_female()
# u'Evija'
fake.last_name_female()
# u'Rieksti\u0146\u0161'
fake.last_name()
# u'D\u016bmi\u0146\u0161'
fake.prefix_female()
# ''
fake.phone_number()
# u'+371 19006002'
fake.simple_profile()
# { 'address': u'885 Purmals Lock Apt. 056\nLake Johans, SC 59607-3491',
# 'birthdate': '1996-01-15',
# 'mail': u'vija.roze@hotmail.com',
# 'name': u'Rubenis, Imants',
# 'sex': 'M',
# 'username': u'kaneps.stanislavs'}
fake.profile(fields=None)
# { 'address': u'Unit 8270 Box 4302\nDPO AP 96744',
# 'birthdate': '1989-10-17',
# 'blood_group': '0+',
# 'company': u'Zvaigzne Ltd',
# 'current_location': (Decimal('-24.6814385'), Decimal('53.281510')),
# 'job': 'Fine artist',
# 'mail': u'dzintars51@yahoo.com',
# 'name': u'J\u016ble Turi\u0146\u0161',
# 'residence': u'7724 D\u0101vis Groves\nIlzefurt, MI 55022',
# 'sex': 'M',
# 'ssn': u'832-93-8035',
# 'username': u'monika.purins',
# 'website': [u'http://skuji.com/']}
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'rudzitis.elza@yahoo.com',
# Decimal('2484.5779'),
# datetime(1979, 11, 21, 5, 35, 37),
# u'Ipsum pariatur.',
# u'Incidunt quae sed.',
# -39080640946571.8,
# u'Totam officia nulla.',
# Decimal('0.67'),
# u'Ea magni numquam.',
# Decimal('-591262.85965'),
# -621.2,
# u'Deserunt.',
# u'http://www.paegle.com/posts/app/privacy.php',
# u'Incidunt ea natus.')
fake.pystr(max_chars=20)
# u'Perspiciatis nemo.'
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -4.15
fake.pystruct(count=10, *value_types)
# ( [ u'Placeat in nemo.',
# u'Non neque maxime.',
# 3132,
# u'http://www.krievs.com/',
# -3908522780.0,
# u'Incidunt eos amet.',
# u'Ut dolorem beatae.',
# u'http://www.paegle.org/search/',
# u'Soluta voluptatum.',
# 3235],
# { u'a': u'Minus.',
# u'aperiam': u'Veritatis culpa.',
# u'dolorem': u'Dolore vel omnis.',
# u'inventore': 2525,
# u'ipsum': Decimal('6156.398'),
# u'nemo': Decimal('742.819'),
# u'officia': u'Qui nihil iusto.',
# u'qui': u'Ullam doloremque.',
# u'recusandae': u'Fugiat sunt.',
# u'vel': 4172},
# { u'autem': { 7: 6562,
# 8: [ u'lacis.vilma@hotmail.com',
# u'Culpa et et.',
# u'broze@lciskrsli.com'],
# 9: { 7: Decimal('-21947823.18'),
# 8: u'Laudantium.',
# 9: [ u'grieta.abele@brzi.com',
# u'Sint omnis ut quia.']}},
# u'cumque': { 1: -11363755718.569,
# 2: [u'Sint nihil.', u'laura83@gmail.com', 5320],
# 3: { 1: u'dzenis.sandra@hotmail.com',
# 2: 7967,
# 3: [ u'Facilis architecto.',
# u'Cum illo beatae rem.']}},
# u'deleniti': { 8: u'Recusandae maiores.',
# 9: [ u'Animi qui aliquid.',
# u'http://dzenis.info/search/category/author.asp',
# 6858],
# 10: { 8: u'Voluptate.',
# 9: datetime(1996, 2, 24, 10, 32, 40),
# 10: [u'Quam officia.', 4760]}},
# u'eos': { 9: u'http://alksnis.com/',
# 10: [ u'Illum alias aut.',
# u'Ipsum accusamus.',
# u'Voluptas natus enim.'],
# 11: { 9: u'Est qui ut.',
# 10: u'Sit deleniti in.',
# 11: [ datetime(1995, 6, 17, 16, 59, 12),
# u'Dolorem itaque.']}},
# u'et': { 2: Decimal('7324512305.3'),
# 3: [ u'celmins.konradus@celmi.com',
# u'Officiis ut officia.',
# datetime(2001, 12, 25, 13, 32, 48)],
# 4: { 2: u'Rem necessitatibus.',
# 3: 613,
# 4: [u'Et architecto.', u'Dolor consequuntur.']}},
# u'libero': { 0: u'Et dignissimos.',
# 1: [ Decimal('-862349169.96'),
# u'In cum fuga ipsum.',
# u'Eveniet cumque ut.'],
# 2: { 0: datetime(2013, 1, 22, 18, 6, 20),
# 1: u'http://www.balodisrieksti.com/posts/search/author.htm',
# 2: [ datetime(1974, 1, 19, 18, 39, 49),
# -89341.68342591]}},
# u'maxime': { 5: u'Rerum doloribus.',
# 6: [u'Quis perspiciatis.', u'Unde in molestias.', 20],
# 7: { 5: 9268.15424,
# 6: u'Corporis qui.',
# 7: [ u'Recusandae sed rem.',
# u'Non rem asperiores.']}},
# u'molestias': { 6: u'Enim incidunt vitae.',
# 7: [ datetime(1971, 3, 23, 8, 50, 44),
# u'Quia dolorem saepe.',
# 834],
# 8: { 6: u'Officiis provident.',
# 7: u'Voluptas in ab.',
# 8: [u'ermanis.vilcins@gmail.com', 2204]}},
# u'suscipit': { 3: u'rpaegle@hotmail.com',
# 4: [ datetime(2010, 2, 11, 7, 2, 36),
# u'Odit fuga et.',
# 9716],
# 5: { 3: datetime(1974, 10, 8, 23, 47),
# 4: 3741,
# 5: [ datetime(1976, 5, 13, 17, 3),
# u'Id quis natus.']}},
# u'veniam': { 4: u'http://www.purmals.biz/',
# 5: [ 871290.196,
# 87271164.489,
# u'sandis.apsitis@hotmail.com'],
# 6: { 4: 1790,
# 5: u'Fuga blanditiis at.',
# 6: [-4.5670019, Decimal('33.273042')]}}})
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('-3.99190910637E+12')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 9765,
# u'Rerum eum ut magni.',
# datetime(1975, 10, 1, 18, 58, 11),
# 7.9,
# u'Et ratione est.',
# datetime(1989, 5, 4, 20, 31, 17),
# u'Facere doloremque.',
# datetime(1981, 9, 24, 20, 11, 51),
# u'Accusantium autem.',
# u'Earum est.']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'uzirnis@paeglebalti.com',
# u'Occaecati quidem.',
# 7656412.559752,
# -87353846233.0,
# 6591,
# 9500,
# u'http://www.celmsvtols.com/post.php')
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'elvira06@hotmail.com', Decimal('15715704672.6'), u'Pariatur magnam.', u'Veritatis eligendi.', -1.4214, 9581, u'Aut tempore velit.', datetime(1990, 5, 13, 8, 18, 22), -872.37221])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'in': 979075621.45027,
# u'incidunt': u'Omnis cumque libero.',
# u'neque': u'Quam commodi.',
# u'occaecati': Decimal('1170674.748'),
# u'omnis': u'http://www.vtolipurmals.com/wp-content/main/category/privacy/',
# u'rem': datetime(1979, 6, 14, 17, 29, 44),
# u'voluptas': u'bcirulis@brzi.com'}
fake.pyint()
# 2139
fake.ssn()
# u'592-63-4306'
fake.mac_processor()
# u'PPC'
fake.firefox()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; rv:1.9.5.20) Gecko/2011-08-13 20:58:26 Firefox/3.8'
fake.linux_platform_token()
# u'X11; Linux x86_64'
fake.opera()
# u'Opera/9.11.(X11; Linux i686; it-IT) Presto/2.9.186 Version/12.00'
fake.windows_platform_token()
# u'Windows 98; Win 9x 4.90'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows CE; Trident/4.1)'
fake.user_agent()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 4.0; Trident/5.1)'
fake.chrome()
# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5362 (KHTML, like Gecko) Chrome/14.0.852.0 Safari/5362'
fake.linux_processor()
# u'i686'
fake.mac_platform_token()
# u'Macintosh; U; Intel Mac OS X 10_7_4'
fake.safari()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6 rv:4.0; sl-SI) AppleWebKit/532.43.3 (KHTML, like Gecko) Version/5.0.3 Safari/532.43.3'