Language de_AT¶
faker.providers.address
¶
fake.longitude()
# Decimal('110.707570')
fake.building_number()
# u'32448'
fake.street_address()
# u'60579 Florian Turnpike'
fake.postalcode_plus4()
# u'76055-6031'
fake.city_prefix()
# u'West'
fake.military_ship()
# u'USNV'
fake.country_code()
# u'SE'
fake.city()
# u'New Theresa'
fake.zipcode_plus4()
# u'55263-2494'
fake.state_abbr()
# u'PR'
fake.latitude()
# Decimal('37.7187755')
fake.street_suffix()
# u'Trail'
fake.city_suffix()
# u'haven'
fake.military_dpo()
# u'Unit 2211 Box 6982'
fake.country()
# u'Samoa'
fake.secondary_address()
# u'Apt. 610'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('53.015233')
fake.postalcode()
# u'33330'
fake.address()
# u'163 Olivia Cliffs Apt. 149\nSchustershire, MP 49685'
fake.state()
# u'Colorado'
fake.military_state()
# u'AA'
fake.street_name()
# u'Lang Village'
fake.zipcode()
# u'97339'
fake.postcode()
# u'48209-3633'
fake.military_apo()
# u'PSC 0918, Box 4631'
faker.providers.automotive
¶
fake.license_plate()
# u'Y69 0UP'
faker.providers.barcode
¶
fake.ean(length=13)
# u'7541060302046'
fake.ean13()
# u'1885181242253'
fake.ean8()
# u'62191234'
faker.providers.color
¶
fake.rgb_css_color()
# u'rgb(169,194,137)'
fake.color_name()
# u'DarkSlateGray'
fake.rgb_color()
# u'35,211,63'
fake.safe_hex_color()
# u'#44dd00'
fake.safe_color_name()
# u'black'
fake.hex_color()
# u'#66e1bc'
faker.providers.company
¶
fake.company()
# u'Haiden, Illes and Weber'
fake.company_suffix()
# u'Ltd'
fake.catch_phrase()
# u'Public-key real-time algorithm'
fake.bs()
# u'disintermediate impactful interfaces'
faker.providers.credit_card
¶
fake.credit_card_security_code(card_type=None)
# u'355'
fake.credit_card_provider(card_type=None)
# u'JCB 16 digit'
fake.credit_card_full(card_type=None)
# u'Diners Club / Carte Blanche\nJasmin Wimmer\n30044191549262 02/21\nCVC: 220\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '11/17'
fake.credit_card_number(card_type=None)
# u'6011035030365639'
faker.providers.currency
¶
fake.cryptocurrency_code()
# 'PPC'
fake.currency_code()
# 'LTL'
faker.providers.date_time
¶
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2005, 11, 2, 8, 19, 15)
fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2015, 12, 25, 9, 12, 22)
fake.time(pattern="%H:%M:%S")
# '07:06:03'
fake.date_time_ad(tzinfo=None)
# datetime.datetime(1824, 5, 2, 7, 37, 48)
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2017, 7, 5)
fake.day_of_week()
# 'Thursday'
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2015, 5, 21, 3, 23, 22)
fake.time_object()
# datetime.time(5, 43, 3)
fake.iso8601(tzinfo=None)
# '1996-06-15T05:48:47'
fake.time_delta()
# datetime.timedelta(4567, 10106)
fake.am_pm()
# 'PM'
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2017, 7, 21, 7, 42, 38)
fake.date_object()
# date(1993, 8, 12)
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2017, 8, 7, 21, 49, 57)
fake.date_time(tzinfo=None)
# datetime(1999, 10, 28, 1, 43, 35)
fake.date(pattern="%Y-%m-%d")
# '2000-01-18'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2017, 7, 31)
fake.month()
# '04'
fake.unix_time()
# 773174202
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 7, 8, 7, 27, 59)
fake.day_of_month()
# '21'
fake.year()
# '2014'
fake.timezone()
# u'America/Port_of_Spain'
fake.century()
# u'IV'
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 4, 27, 23, 39, 51)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2017, 7, 6, 14, 9, 45)
fake.month_name()
# 'July'
faker.providers.file
¶
fake.file_path(depth=1, category=None, extension=None)
# u'/fugiat/architecto.wav'
fake.mime_type(category=None)
# u'text/cmd'
fake.file_name(category=None, extension=None)
# u'aliquam.txt'
fake.file_extension(category=None)
# u'js'
faker.providers.internet
¶
fake.url()
# u'http://aigner.net/'
fake.company_email()
# u'leon92@felber-deng.net'
fake.uri()
# u'https://www.just-huber.at/posts/main/category/'
fake.domain_word(*args, **kwargs)
# u'kainz'
fake.ipv4(network=False)
# '52.126.206.14'
fake.domain_name(levels=1)
# u'fischer.net'
fake.tld()
# u'net'
fake.uri_path(deep=None)
# u'tags/search/explore'
fake.free_email()
# u'zweber@kabsi.at'
fake.slug(*args, **kwargs)
# u'amet-quasi-possimus'
fake.free_email_domain()
# u'kabsi.at'
fake.uri_extension()
# u'.html'
fake.ipv6(network=False)
# 'be4f:6b0d:492b:5d4d:d486:fe3c:67e1:b665'
fake.user_name(*args, **kwargs)
# u'lindalechner'
fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=622x46&w=622&h=46'
fake.email()
# u'wieserrobert@gruber.at'
fake.uri_page()
# u'register'
fake.mac_address()
# u'91:69:b8:17:82:cb'
fake.safe_email()
# u'tilles@example.org'
faker.providers.isbn
¶
fake.isbn10(separator="-")
# u'1-68685-917-1'
fake.isbn13(separator="-")
# u'978-0-15-870852-2'
faker.providers.job
¶
fake.job()
# 'Oceanographer'
faker.providers.lorem
¶
fake.text(max_nb_chars=200, ext_word_list=None)
# u'Totam quisquam voluptatem impedit magnam sint vitae veniam. Cum qui dolorem esse impedit quae ducimus voluptatibus. Rerum ipsum unde quos possimus.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ u'Corrupti vero tenetur autem minima vitae. Debitis debitis fuga modi illo eius blanditiis. Nobis vero perferendis cumque amet aperiam. Inventore nostrum nostrum magnam est id similique est.',
# u'Sunt eligendi cum exercitationem. Magnam dolorem sunt facilis aspernatur iste. Blanditiis minima maxime nihil quae sapiente dignissimos tenetur. Fugiat reiciendis aperiam sequi ullam voluptas. Labore in nemo nihil corporis.',
# u'Voluptates laborum neque modi rerum fugit ea ratione. Porro mollitia officia accusamus consequatur doloremque. Consequatur aspernatur ratione fugit facere. Veniam cum quisquam corporis ex.']
fake.words(nb=3, ext_word_list=None)
# [u'optio', u'nemo', u'debitis']
fake.sentences(nb=3, ext_word_list=None)
# [ u'Architecto quam voluptatibus ipsum sequi quis eligendi architecto.',
# u'Ullam iusto repellat voluptates ullam.',
# u'Illo saepe laudantium occaecati atque.']
fake.word(ext_word_list=None)
# u'ut'
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Fugiat vel itaque porro nisi. Inventore praesentium maiores in consectetur quidem rem.'
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Iure quas provident dolorum tempore.'
faker.providers.misc
¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'Jd834MeKe*'
fake.locale()
# u'crh_UA'
fake.binary(length=1048576)
# bytearray(b'>\x07\xe5\x89|Hd\xc6\xe6m\x9a\'\xdf\x05\x91\x1aJ&~\xbc\xce\x91\x95\xf34\xee\xde}\x1e:@\xc2_~\xd4\x95\xa0eUK\xcch\xb3\xe92\x191p\x1d\xa9\xc1#[\x0b\xd3\x17\x16<M\xdc\xf4\xfb\xf2,AS`\xed\x8b\xe5\xdbK\x06^s6\x88\xc1\xbf\xc3)\xae#\x86\xc1\xe3\\\xc6dHv6\xa9\xe4T\x828\xcb"\xd20\xa1\x8b/\x080\xed\x0f\xb1\\\x7f:\xf8eC\x06?{+@\xd1\x87\xf7_ Y\xae\xd7\xf5\xf5\xee|\x89\xbb\xcc\x83\x9b\x14^6f\xd9i\x99\x9e\xca\xd7Km\xd2z\x8f\x10\x97`I*\x9c\xa5S\xbf/S\xdf\'a\\#yj%\x8b*\x15\\\x9a~.\xabW\xa4~\xd7l\x14HO\xfe\x89u\x08\x17\xd7\'\\\xc3\xd1SN&V\xa1p\xed\xbf\xcex\x07`\x07\xe1\x0e\xeai\x8a*=\tn\xfcy\xffhS\x97\xd7u"\xfe4\xc8\xc4\x17\x10\xb5\xfep\x8bG\x92\xc6\t\x83\x9e\xe7\x05\x9c\xb4\x0b\xd0K.\xba$~e\xa2\xd8\x15\x17\x86GT<rEs\x9f[\x9dq\xa6\xf1\x97\xa3z\x81%zk\xc7ZC\x88\x99\xdd.\xf2A\xe6 \x80{\x9f\xbe\x10<P\x94E\xf7*\xd8J\x9a\xb8%O\x91t\xd7\x81\x9d[\xbc\xb2%\x9d\xd4O\xb2qF]\xc8\n\x80\x1c$\xe2\x7f\x8a.\xfd\xd9\x08\x04\x94\x9c\xfb\xe9\xef\x03\x03\xbe\xd2\xc8\x85u8\xc0,U\x15N%\xc7\xd2\xc0\xb6\xf8$\xfd\xb4\xc8\xdcf\xd8L\xcby\xdex\xf2\x9bR\xa5\x0c\x9cH^55X\x9e\x02\x8b+\xdf\x1b\x11\x1c\xc9\xd0K\xd2\x118-`\xd1(\xe5\xe5:\x81\x19\xf7:\xdc\xe1\xdaJ\xfcI\x87\x84gfcF?:Q\x82\x96\xbe\xe9\xa3\x97\x88\x8f\xd0\xe2)\xf7mN\xe1\xde\x98L\x89H\x10bEV\xe0)\x8f\xa5\xbd9\xa9\x99\xac&\x19G\xbe\xb2\x903\x8e\x0bbx\xe1\x9b\x82\x92\xeb\x91Y\xda1\xc0\x8b\xcf\x17/\xf0b\x19\t\x9ciJ1\n\xdf\xc1\x12\xf4\x08W~H^\x1e\x85\xc8\xb0\x1a\xac]@\x16\xf3\xc0kpHH\xbb\xad?\xd9BKSzb;@L\xa3(\x911P\x8b\x9e\xfe^_\xe0.\xf8\xa6\xa7P\x7f\xd1s\xcd\xa0O\xee\x03\xe8Yr\xee\xb1\xfd\xfa^7\xb1\x11K{\xd3\xf7\xd8N\xbd5\xee\xfb\xa3\xff2\xcd*T\x99\xd2\x10 yfY\x0f\x19\xca\x03A\x1f\x06\xbdr\xef\xcf,\xaf\xafu$\x14SM\x1e-v\x87^\x03a\x85\xa5\x1a?K\x9e\xa3\xb4(\xd6d\xca\xfe\x9a\xd3\x8d\x15\xd5y,f\x80\x1c<\xce&<\xb3\xa6\n\x86\x1c\xe9\xc1\xe0\xc9\xad\\\xd4\x87G/G\xc9\x99\x96\x99\x85\x82\xfe\xbb\xcd+\x12\xf8\xaa\x99\xbc\xf7\n\xeb\xd8\x9e\xa6mw\x94\xe1\x1e\xa8;\xe2\x0f\xad\x0fH\x82Z\xd5\x070\xe6\x1e\x85P\x86e\xbf\xab\'\xf80V\xf5_\xe6S8\xb7\xd4m&\x08R\xcf\x84\x89\x89\x15\x80\x85\xdeq|e_\x8f\x13\xdb\x06i\xc1\x9f\xf1FL\x9eX\xa8\xa1\xb6\x8c\x80d\x8d\x86\x89\xd9\x97=\xb2\xe6+K\xa10i0\xc3\x1f\xdc\x80\th\x9a\xba\x80\xff\x86Q<\x9b\x1a\xee\xfdY#&\xa5tY\xcd\xa9\xbe>\x1a\xefG\xba\x00\xca\rw\x85\xa8Gk\x98\xc3\xfa\x90\xe0`\xc9\x0c\xe5k\xd8&e\xe2\x0e0\xe9~\xfd\xa5J\x1f]m\x92}\xbc\xfb\xd0}\xd1\xd9\xa2l\xfe\x8c\x8a\xd4\xb7\x9d\x87I@\x8d;\x98\xfb\xe7\x88\xc1\xd8\xae_\x00&\x91\xe03\xfd>\x14\xb4V\x08\xb9\x8e\x08\xfa\xa8Io\xfc\xcc\x84\xa1y|\xff6\x8a(\x99\x88\x06\x04;\x16\xe9\xf5\xde0\xad>4\xef\x8c\xf3J\x92\xc5\xf9\x81\xb5@\xae\xf0U\x08UJ\x89Yiz\x13\xa7\n\rh\xee\xe2\xfe|S7\xaav\xac\xac%\x03\xe5d\x06\xfa\xf2\x13\xfb6\xa0\xe0\x81J\xe6p1\x9cM-/\xb4\x02\xda\xf2\xcavjt\xf2\x00-{j\xf3\xfebL\x07\x18l\xff\x0e\x16\xb7y\x02\xfd)\xa8<n+\xc5\x1a.q<\x80\xa0\xf2*\xc1\x8c\x04/s\x01\x98h\x1d\xa3\x164:\x0bjA\x191\xd2\x11\x82\xd6\xaaU\xec\x92\x1a\x83\x87\xf2\xceh\xa2\x13~')
fake.md5(raw_output=False)
# '5b48413c88241d2c79cff655643c7b08'
fake.sha1(raw_output=False)
# 'ecad263f3d8cc00d67d93db4affda8b317a972ab'
fake.null_boolean()
# False
fake.sha256(raw_output=False)
# '159ded6b85a259f0f8c4286d14234d7e648b7044eace923ce75de3147332e156'
fake.uuid4()
# 'd12916ec-f0c2-3b56-d9f5-0794f17cf9f9'
fake.language_code()
# u'bem'
fake.boolean(chance_of_getting_true=50)
# False
faker.providers.person
¶
fake.last_name_male()
# u'Mair'
fake.name_female()
# u'Univ.Prof. Andreas Pucher'
fake.prefix_male()
# u'Univ.Prof.'
fake.prefix()
# u'Dipl.-Ing.'
fake.name()
# u'Christop Denk'
fake.suffix_female()
# ''
fake.name_male()
# u'Mia Ferstel'
fake.first_name()
# u'Olivia'
fake.suffix_male()
# ''
fake.suffix()
# ''
fake.first_name_male()
# u'Theresa'
fake.first_name_female()
# u'Fabian'
fake.last_name_female()
# u'Karner'
fake.last_name()
# u'Capek'
fake.prefix_female()
# u'Prof.'
faker.providers.phone_number
¶
fake.phone_number()
# u'03144733590'
faker.providers.profile
¶
fake.simple_profile(sex=None)
# { 'address': u'7559 Mayr Brooks\nNorth Martinburgh, AK 07179-7758',
# 'birthdate': '1997-08-04',
# 'mail': u'igasser@gmx.at',
# 'name': u'Fransizka Fasching',
# 'sex': 'F',
# 'username': u'elena48'}
fake.profile(fields=None, sex=None)
# { 'address': u'19887 Martin Cape Apt. 569\nLake Janaland, ME 19398',
# 'birthdate': '1981-06-26',
# 'blood_group': 'B+',
# 'company': u'Daume and Sons',
# 'current_location': (Decimal('-37.4124245'), Decimal('143.163007')),
# 'job': 'Theme park manager',
# 'mail': u'pichlerkonrad@kabsi.at',
# 'name': u'Katharinna Berger',
# 'residence': u'78090 Raphael Via Suite 943\nSouth Emil, TN 86963',
# 'sex': 'F',
# 'ssn': u'412-37-3123',
# 'username': u'pichlersarah',
# 'website': [u'http://www.winter.at/']}
faker.providers.python
¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([4032, -295408189721182.0, 394, u'JDglgXDQurxmcLfsoYAK', u'pfmhNtshDCTNKFrTkzYT', u'xOTvwefRuThUmOaxHCgK', 9527, datetime(1986, 3, 24, 17, 22, 24), u'SrlOYBitAZEtDqqzzcgB'])
fake.pystr(min_chars=None, max_chars=20)
# u'ndkOZKFBWcmEjGQnNfhD'
fake.pystruct(count=10, *value_types)
# ( [ datetime(1976, 7, 20, 21, 48, 5),
# u'lucageier@chello.at',
# u'jynQrexzjsKmLgVQHWSA',
# u'http://www.wallner.com/tag/categories/main.htm',
# 2117,
# 8570,
# datetime(2008, 4, 9, 3, 0, 49),
# u'winklerjana@binder-wallner.co.at',
# 6.327406502,
# Decimal('488971.805186')],
# { u'consequuntur': u'yYCqsLpqXVDnBYCLiGDw',
# u'delectus': 4136,
# u'esse': datetime(1990, 4, 4, 16, 27, 16),
# u'itaque': u'sZHnpzLxWAYhgFQDVvkm',
# u'molestiae': u'iGcgYyQAIwNNkWTUoeob',
# u'nulla': 7349,
# u'officia': 2410,
# u'tempora': 8837,
# u'tempore': datetime(1988, 5, 13, 12, 8),
# u'voluptatibus': u'KGLXlfUseAENErzDmXpc'},
# { u'at': { 0: u'https://lechner.net/author.html',
# 1: [ Decimal('-73221740.346'),
# u'WbUPPfxuQFWdvIhvJDrz',
# u'qwGBfllajTHkBlQMqEMh'],
# 2: { 0: u'uLNgeBVVcXPQXFweRWZL',
# 1: u'liOyUmeMfPPbYKBUPEae',
# 2: [ Decimal('-13169637638.0'),
# u'fZEQlcRVWKivcYIOIFNE']}},
# u'exercitationem': { 2: 5892300492.974,
# 3: [ u'kStCAUNoEOAKKdCEqZyG',
# u'maxchum@chello.at',
# u'ACrWUnNpVpaguWZOsxfG'],
# 4: { 2: -7701426494.49,
# 3: 3197,
# 4: [ u'awSJHXNHJtwuErosTjhK',
# u'aZsROgMwxhbSoFdnjymi']}},
# u'iste': { 4: u'SPPBsmhLNQTJPuXDMFeE',
# 5: [ u'ecyTLYMlQZoQzNuctegl',
# u'dKUDTswboxRRzKTSGmSn',
# 2241],
# 6: { 4: u'VORvQmRiSuUguYtcxMOP',
# 5: Decimal('-861.91612071'),
# 6: [ u'mTCTIXftlAJWBtTvmhyR',
# u'ONrEZcYgKKNXVZXKsVYa']}},
# u'magni': { 1: u'zStxIoFubTwoZLphSKmr',
# 2: [ u'johannawolf@gmail.com',
# u'fRXCAAAgdYZyrrWnZijR',
# Decimal('-9051767590.13')],
# 3: { 1: 2605,
# 2: u'ElPDXHZgJOvtBYldMnIs',
# 3: [5.777306, 990726505.299298]}},
# u'molestiae': { 6: u'karnerjulia@karner.net',
# 7: [ u'http://itzlinger-weber.co.at/explore/blog/blog/main/',
# datetime(1981, 10, 19, 12, 0, 55),
# 6042],
# 8: { 6: Decimal('-8.49364535063E+12'),
# 7: Decimal('-3.5186'),
# 8: [u'uCwEjOqzYjrpSoXeYblP', 150]}},
# u'praesentium': { 7: u'https://gruber.com/main/',
# 8: [ u'AxPHpJqRRuMvBnsRMxhP',
# u'sxlpStKXeTbDcvLQRdeQ',
# 127],
# 9: { 7: u'AldAWtJBlrpWoctsaMss',
# 8: u'qXImyBXLQwVsPxwyesdQ',
# 9: [ Decimal('-62680795786.0'),
# u'GqiBFbLoLeMjAnNMifuf']}},
# u'quidem': { 9: 1946,
# 10: [ u'cechmarcel@gmx.at',
# u'paulmaurer@haiden.net',
# 43.469593362677],
# 11: { 9: Decimal('3.50310482255E+13'),
# 10: 1009,
# 11: [ datetime(1981, 5, 3, 22, 30, 23),
# u'SGZMtrpVtxEVFLHjoCQR']}},
# u'saepe': { 5: u'jEtVbXBqbtKrWxsJvmVa',
# 6: [ datetime(2004, 5, 28, 19, 6, 43),
# u'ugvWVUWEIvvIbNBGWomR',
# 7465],
# 7: { 5: datetime(1997, 12, 30, 10, 9, 53),
# 6: datetime(2001, 4, 21, 22, 46, 59),
# 7: [ u'https://www.eder.org/explore/wp-content/post.php',
# u'qGdOQXOuCePlcFjnvrCx']}},
# u'tempore': { 3: u'XzzSvqLTjasxrWUISuDK',
# 4: [ u'antonferstel@gmail.com',
# u'MdVFUyfXrKfAYQLJJmga',
# u'https://www.schwarz.at/homepage.php'],
# 5: { 3: 6361,
# 4: u'bmayr@jahn.org',
# 5: [u'nuwHmceJAiWrXipnOllo', 5915882587.0]}},
# u'vero': { 8: 3025,
# 9: [2465, 918, u'noLxbVwsLRTLkmlRJBsD'],
# 10: { 8: u'OOlpVJAfUFOCRQCTXRyK',
# 9: 5204,
# 10: [6088, datetime(1979, 6, 4, 6, 25, 9)]}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# 40855232.248
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('48363249.726')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'rzZExDQjVkpbfXeZRVFB',
# u'wXQuSlOYJkdsuUDZIUqM',
# 5391,
# u'ArEiBhCZTOfIKfktWXuz',
# u'ZRuAbehNHXOdwGcIqkAF',
# u'gHfxxVAgGdwxlQaRqJQX',
# u'nmSZVSJYjPXXpSXprVDj',
# u'https://www.capek.net/app/home/']
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( u'http://chum-kainz.org/author/',
# datetime(1983, 11, 12, 21, 3, 34),
# -7061579870.9813,
# Decimal('-6.75897889453E+13'),
# 6701,
# datetime(1999, 8, 28, 17, 10, 46),
# u'AhERHPuAWuINvKdXnswQ',
# u'bNaGnVDkxMmswBspVqBW',
# u'phaiden@fuchs.at',
# -572971.629)
fake.pybool()
# False
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([2950, Decimal('-3281049621.0'), u'oGPkVluPgSzpCJIihbfi', 2864, u'OlxFlNQdxlqFiIaCxXwE', u'sRPeTbKJMTFIriHdnKcT', u'DsGfTxGuNpkKArqQNneM', Decimal('90.0'), u'XqoOqbBvgaTJzOgatTbc', u'ucGGRztwrfqfeGfkhxiP'])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'dolorum': u'GDLqhVkTJCItlWAkklDG',
# u'eos': u'FbuDorKBiksyOGKDqgnt',
# u'est': u'SMZCfZSykTTivFdeocbg',
# u'hic': u'lLaCeTIYUbFaKPUCZVyM',
# u'magni': u'sTRBjkvomPiFxceOTjkL',
# u'nesciunt': u'clAtNIRVKMUkcvVYJimA',
# u'nihil': Decimal('35.57692226'),
# u'numquam': u'http://www.karner.co.at/about.php',
# u'quae': u'winternico@kabsi.at',
# u'sapiente': u'https://eder-schneider.co.at/main.html',
# u'sit': u'dgPEyElqzxaCOoAEAgbq',
# u'tempore': u'nUWdEIxflhHHZRpFgXRN',
# u'ut': u'AlwPUXnMMGuNxxUJxlNx'}
fake.pyint()
# 8240
faker.providers.ssn
¶
fake.ssn()
# u'841-62-5078'
faker.providers.user_agent
¶
fake.mac_processor()
# u'Intel'
fake.firefox()
# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2015-11-25 05:35:38 Firefox/3.8'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/9.46.(Windows NT 5.0; iu-CA) Presto/2.9.179 Version/10.00'
fake.windows_platform_token()
# u'Windows NT 5.2'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; Trident/5.0)'
fake.user_agent()
# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2013-09-07 05:52:45 Firefox/15.0'
fake.chrome()
# u'Mozilla/5.0 (Windows CE) AppleWebKit/5352 (KHTML, like Gecko) Chrome/15.0.898.0 Safari/5352'
fake.linux_processor()
# u'x86_64'
fake.mac_platform_token()
# u'Macintosh; U; Intel Mac OS X 10_5_3'
fake.safari()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_1 rv:4.0; ru-UA) AppleWebKit/533.36.4 (KHTML, like Gecko) Version/5.0 Safari/533.36.4'