fake.latitude()
# Decimal('-47.202931')
fake.street_name()
# u'Kvarngr\xe4nd'
fake.address()
# u'Genstigen 41\n73253 Link\xf6ping'
fake.street_address()
# u'Fabriksv\xe4gen 9'
fake.postcode()
# u'32542'
fake.longitude()
# Decimal('-2.607774')
fake.country()
# u'Saint-Pierre och Miquelon'
fake.city_name()
# u'Lidk\xf6ping'
fake.street_prefix()
# u'Gran'
fake.street_suffix()
# u'gr\xe4nd'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('164.484427')
fake.city_suffix()
# u'Ville'
fake.building_number()
# u'858'
fake.country_code()
# u'SL'
fake.city()
# u'Skellefte\xe5'
fake.state()
# u'Sk\xe5ne l\xe4n'
fake.ean(length=13)
# u'0471141514389'
fake.ean13()
# u'1668682810011'
fake.ean8()
# u'57025391'
fake.rgb_css_color()
# u'rgb(64,132,219)'
fake.color_name()
# u'GoldenRod'
fake.rgb_color_list()
# (178, 235, 149)
fake.rgb_color()
# u'47,157,23'
fake.safe_hex_color()
# u'#331100'
fake.safe_color_name()
# u'purple'
fake.hex_color()
# u'#377872'
fake.company()
# u'Wall\xe9n Str\xf6mberg HB'
fake.company_suffix()
# u'AB'
fake.credit_card_security_code(card_type=None)
# u'690'
fake.credit_card_provider(card_type=None)
# u'JCB 16 digit'
fake.credit_card_full(card_type=None)
# u'JCB 16 digit\nAnn-Mari Dahlgren\n3528506471427743 12/22\nCVC: 665\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '05/25'
fake.credit_card_number(card_type=None)
# u'4272125507750915'
fake.currency_code()
# 'UYU'
fake.date_time_ad()
# datetime.datetime(1555, 12, 22, 12, 29, 10)
fake.month()
# '11'
fake.am_pm()
# 'PM'
fake.timezone()
# u'Europe/Ljubljana'
fake.iso8601()
# '1989-07-07T06:01:13'
fake.date_time()
# datetime(1991, 3, 7, 15, 38, 22)
fake.month_name()
# 'October'
fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 8, 12, 3, 28, 6)
fake.unix_time()
# 1344653041
fake.day_of_week()
# 'Sunday'
fake.day_of_month()
# '03'
fake.time(pattern="%H:%M:%S")
# '03:42:44'
fake.date_time_between(start_date="-30y", end_date="now")
# datetime(2012, 11, 7, 2, 40, 20)
fake.date_time_this_month(before_now=True, after_now=False)
# datetime(2015, 11, 2, 16, 57, 44)
fake.year()
# '1970'
fake.date_time_between_dates(datetime_start=None, datetime_end=None)
# datetime(2015, 11, 30, 15, 31, 27)
fake.date_time_this_century(before_now=True, after_now=False)
# datetime(2014, 6, 16, 6, 59, 49)
fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2011, 12, 27, 10, 45, 19)
fake.century()
# u'XI'
fake.date(pattern="%Y-%m-%d")
# '2001-03-06'
fake.time_delta()
# datetime.timedelta(5902, 481)
fake.mime_type(category=None)
# u'image/jpeg'
fake.file_name(category=None, extension=None)
# u'cumque.csv'
fake.file_extension(category=None)
# u'jpg'
fake.ipv4()
# u'61.52.158.68'
fake.url()
# u'http://www.lindeberg.se/'
fake.company_email()
# u'oscar09@engstrom.com'
fake.uri()
# u'http://www.samuelsson.se/index/'
fake.domain_word(*args, **kwargs)
# u'wiklund'
fake.image_url(width=None, height=None)
# u'http://www.lorempixel.com/326/809'
fake.tld()
# u'se'
fake.free_email()
# u'jan-erik.jonsson@swipnet.se'
fake.slug(*args, **kwargs)
# u'soluta-totam'
fake.free_email_domain()
# u'yahoo.de'
fake.domain_name()
# u'aslund.com'
fake.uri_extension()
# u'.php'
fake.ipv6()
# u'8469:b518:1347:d57b:b323:17a3:7f88:d883'
fake.safe_email()
# u'ulla-britt.gronberg@example.com'
fake.user_name(*args, **kwargs)
# u'doris70'
fake.uri_path(deep=None)
# u'wp-content'
fake.email()
# u'lilian36@stenlund.se'
fake.uri_page()
# u'about'
fake.mac_address()
# u'6b:ea:54:8a:bd:ab'
fake.job()
# 'Scientist, research (life sciences)'
fake.text(max_nb_chars=200)
# u'Quis ut et minima tempora distinctio occaecati id eos. Qui nostrum eum dolor blanditiis sed quibusdam. Quod temporibus sunt excepturi et deleniti neque numquam.'
fake.sentence(nb_words=6, variable_nb_words=True)
# u'Quaerat ab aut possimus sint.'
fake.word()
# u'id'
fake.paragraphs(nb=3)
# [ u'Doloremque nihil illum sed exercitationem provident dolorem ratione. Ipsum fugiat suscipit laboriosam qui earum. Earum hic fugiat odio et.',
# u'Culpa neque et consequatur sed. Sed fuga hic debitis cupiditate et fugiat. Quibusdam qui quis non omnis. Eos optio at laudantium fugit ullam doloremque omnis.',
# u'Tempora assumenda et facilis qui id asperiores. Minima ipsam excepturi in doloribus repellat commodi sunt. Et excepturi numquam occaecati sint mollitia cupiditate.']
fake.words(nb=3)
# [u'error', u'et', u'magni']
fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'Et placeat est saepe officiis. Suscipit molestias vitae nihil ipsa dolore. Natus doloremque ipsum culpa quia. Eum eius vel expedita.'
fake.sentences(nb=3)
# [ u'Dolores hic cupiditate cupiditate quis.',
# u'Suscipit dignissimos quos minima omnis esse beatae.',
# u'Vitae itaque nihil et non facere.']
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'eQEoqX@Yjg'
fake.locale()
# u'fr_AG'
fake.md5(raw_output=False)
# 'e08b214c844cf74b30c37c7c8110c3b2'
fake.sha1(raw_output=False)
# '3275c30cb8da9d4bd48cf7aede8d976fe98abede'
fake.null_boolean()
# None
fake.sha256(raw_output=False)
# '3bc1f91cf22d797a3b4caafbf623032b04a1364b68faf99334dc90d4cc4acb50'
fake.uuid4()
# 'e83769aa-042a-4992-80f1-4ee621133360'
fake.language_code()
# u'es'
fake.boolean(chance_of_getting_true=50)
# True
fake.last_name_male()
# u'Lundkvist'
fake.name_female()
# u'Sigfrid Jonasson'
fake.prefix_male()
# ''
fake.prefix()
# ''
fake.name()
# u'Fritiof Ferm'
fake.suffix_female()
# ''
fake.name_male()
# u'Ebba Holmlund'
fake.first_name()
# u'Linn\xe9a'
fake.suffix_male()
# ''
fake.suffix()
# ''
fake.first_name_male()
# u'Daniel'
fake.first_name_female()
# u'Helmer'
fake.last_name_female()
# u'Brodin'
fake.last_name()
# u'Dahlberg'
fake.prefix_female()
# ''
fake.phone_number()
# u'+46 (0)595 038 87'
fake.simple_profile()
# { 'address': u'Industritorget 58\n15632 Lidk\xf6ping',
# 'birthdate': '2008-09-14',
# 'mail': u'ingalill02@yahoo.de',
# 'name': u'Bertil Westberg',
# 'sex': 'F',
# 'username': u'alfred.brolin'}
fake.profile(fields=None)
# { 'address': u'Industrigatan 336\n99043 V\xe4ster\xe5s',
# 'birthdate': '1971-08-06',
# 'blood_group': 'AB-',
# 'company': u'Gabrielsson HB',
# 'current_location': (Decimal('-22.929559'), Decimal('155.253995')),
# 'job': 'Multimedia specialist',
# 'mail': u'nyqvist.otto@telia.com',
# 'name': u'Elsa Gullberg',
# 'residence': u'Villagatan 164\n62740 G\xe4vle',
# 'sex': 'F',
# 'ssn': u'740202-6111',
# 'username': u'karlberg.olivia',
# 'website': [ u'http://www.vestlund.org/',
# u'http://norman.com/',
# u'http://www.lindn.com/',
# u'http://stenberg.net/']}
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'taxelsson@swipnet.se',
# Decimal('4.33198836'),
# datetime(2003, 12, 3, 5, 26, 11),
# 5006,
# -83.73213379755,
# 4531906489.71361,
# 7299,
# u'http://sandin.net/search/wp-content/tag/author/',
# u'Molestias sed est.']
fake.pystr(max_chars=20)
# u'Harum ut.'
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# 387055192079570.0
fake.pystruct(count=10, *value_types)
# ( [ u'Voluptas dolorum.',
# u'http://olausson.com/post/',
# u'Sed amet ut eum sed.',
# u'Officiis quisquam.',
# u'Qui totam aliquam.',
# Decimal('-7894897.6'),
# u'lundqvist.ola@telia.com',
# 7639,
# 3729,
# 5826546845540.7],
# { u'aut': Decimal('-123897.685033'),
# u'commodi': u'irma.andersson@albertsson.net',
# u'dignissimos': 580109338.441,
# u'dolor': datetime(2007, 7, 19, 1, 7, 40),
# u'iure': 7230,
# u'quia': u'Harum quos odio.',
# u'sint': u'Nihil rerum et aut.',
# u'ullam': u'http://persson.com/',
# u'voluptatem': u'lisbeth83@svanberg.net'},
# { u'aut': { 1: u'A corrupti.',
# 2: [ -22991404778.14,
# 77614706203.3411,
# u'http://www.hakansson.se/app/post.php'],
# 3: { 1: 1735, 2: 3913, 3: [u'Architecto enim et.', 303]}},
# u'corporis': { 3: u'lena98@wallgren.com',
# 4: [ u'Rem hic incidunt.',
# u'Sunt quibusdam.',
# u'http://stenlund.com/about/'],
# 5: { 3: 8372,
# 4: u'Nihil fuga dolores.',
# 5: [ Decimal('5278790315.0'),
# datetime(1975, 9, 8, 4, 5, 4)]}},
# u'dolorem': { 6: u'Nostrum hic fugiat.',
# 7: [ u'Facere temporibus.',
# u'Est odit id sed.',
# u'Quibusdam.'],
# 8: { 6: u'http://www.modig.net/tag/categories/home/',
# 7: u'Et dolorem dolorem.',
# 8: [1870, u'Suscipit est nam.']}},
# u'doloremque': { 5: u'reklof@spray.se',
# 6: [ Decimal('17988324.9265'),
# -497044.15,
# u'http://www.lindstrom.com/'],
# 7: { 5: Decimal('9488.94155521'),
# 6: 8598,
# 7: [u'Ab qui eum aut et.', 5980]}},
# u'eos': { 9: Decimal('-3.90404002031E+12'),
# 10: [ u'Nisi ab non aut.',
# u'agustafsson@googlemail.com',
# u'Pariatur adipisci.'],
# 11: { 9: u'Eos omnis dolorum.',
# 10: u'Ullam nisi eligendi.',
# 11: [u'Excepturi placeat.', -8.573168]}},
# u'impedit': { 7: u'http://ohman.se/blog/index/',
# 8: [8982, u'Itaque commodi.', u'Rem est enim.'],
# 9: { 7: u'Molestiae ea eaque.',
# 8: u'Incidunt ea ut sit.',
# 9: [89, 1259070169573.8]}},
# u'placeat': { 8: Decimal('-6000034.185'),
# 9: [1460, 6948, 1442],
# 10: { 8: u'Amet labore quae.',
# 9: 6696,
# 10: [6508, u'Sed ullam et.']}},
# u'qui': { 0: u'Quia quae nam omnis.',
# 1: [u'Enim voluptas.', u'Qui amet tempore.', -841.6],
# 2: { 0: 5107,
# 1: u'Aliquid ipsum.',
# 2: [ u'conny73@paulsson.org',
# u'Quas aut fugiat et.']}},
# u'sed': { 4: 9552,
# 5: [u'Inventore dolorem.', u'Odit praesentium.', 9483],
# 6: { 4: u'Delectus debitis.',
# 5: u'Itaque tempora.',
# 6: [-98061626706.24, u'eborjesson@nordn.com']}},
# u'vitae': { 2: u'Iusto dolores.',
# 3: [u'Alias quidem.', 5332, Decimal('243419956574')],
# 4: { 2: Decimal('-1.0'),
# 3: u'http://www.vikstrom.net/',
# 4: [ u'Reiciendis officia.',
# u'lvestberg@sundberg.net']}}})
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('116.620710969')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'Tempora sequi qui.',
# u'Dolor ut itaque aut.',
# u'Repellendus veniam.',
# u'Recusandae ut vero.',
# u'http://www.sjolin.com/wp-content/blog/app/post/',
# u'http://sundkvist.com/post.htm',
# u'Sint quisquam.',
# u'Nihil voluptas at.',
# u'Tenetur in aliquam.',
# u'Distinctio soluta.',
# u'Dolor iste quae.']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( 1829,
# u'Nulla harum.',
# u'http://www.karlstrom.com/',
# u'Magni quis iure.',
# u'Vitae culpa dolor.',
# 5710628.6774,
# datetime(1991, 3, 9, 5, 12, 35),
# 7966,
# Decimal('7072704.45788'),
# 4824,
# u'Veniam sit ipsa.',
# u'anette.engstrom@yahoo.de',
# u'Est occaecati.')
fake.pybool()
# True
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([datetime(2004, 3, 1, 23, 56, 20), datetime(2010, 3, 24, 0, 34, 29), u'Suscipit aliquam.', 8362, u'Non esse.', u'Ipsum dignissimos.', Decimal('415158.577467'), u'Et est odio.', u'http://kallstrom.org/homepage.php', -95389.1960328])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'consequatur': datetime(1994, 10, 16, 1, 4, 27),
# u'eius': 49.4232136,
# u'eligendi': u'Deserunt sed.',
# u'excepturi': u'Excepturi ullam vel.',
# u'fugit': Decimal('93300539.7926'),
# u'molestiae': datetime(1985, 5, 14, 9, 29, 20),
# u'necessitatibus': u'Sed aliquam ut cum.',
# u'non': u'Mollitia deleniti.',
# u'omnis': 4354,
# u'vel': datetime(1989, 5, 24, 16, 5, 28),
# u'voluptatem': u'Reiciendis deserunt.'}
fake.pyint()
# 4561
fake.ssn()
# u'301120-9644'
fake.mac_processor()
# u'Intel'
fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2010-08-25 17:06:31 Firefox/3.6.19'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/9.23.(X11; Linux x86_64; sl-SI) Presto/2.9.176 Version/12.00'
fake.windows_platform_token()
# u'Windows NT 6.2'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/3.1)'
fake.user_agent()
# u'Mozilla/5.0 (Windows NT 5.2; sl-SI; rv:1.9.0.20) Gecko/2011-01-29 21:44:04 Firefox/3.8'
fake.chrome()
# u'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/5320 (KHTML, like Gecko) Chrome/14.0.831.0 Safari/5320'
fake.linux_processor()
# u'i686'
fake.mac_platform_token()
# u'Macintosh; U; PPC Mac OS X 10_5_3'
fake.safari()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6 rv:4.0; it-IT) AppleWebKit/534.4.7 (KHTML, like Gecko) Version/4.0.3 Safari/534.4.7'