Language dk_DK

faker.providers.address

fake.longitude()
# Decimal('-101.954486')

fake.building_number()
# u'7896'

fake.street_address()
# u'62994 Katcha Falls Suite 416'

fake.postalcode_plus4()
# u'97528-4429'

fake.city_prefix()
# u'East'

fake.military_ship()
# u'USNV'

fake.country_code()
# u'BO'

fake.city()
# u'East Johanfort'

fake.zipcode_plus4()
# u'11839-2627'

fake.state_abbr()
# u'NV'

fake.latitude()
# Decimal('36.1648365')

fake.street_suffix()
# u'Underpass'

fake.city_suffix()
# u'stad'

fake.military_dpo()
# u'Unit 6044 Box 5297'

fake.country()
# u'India'

fake.secondary_address()
# u'Apt. 785'

fake.geo_coordinate(center=None, radius=0.001)
# Decimal('41.051896')

fake.postalcode()
# u'10853'

fake.address()
# u'2195 Joachim Isle Suite 908\nCarlsenview, IA 67462-1793'

fake.state()
# u'South Dakota'

fake.military_state()
# u'AP'

fake.street_name()
# u'Alberte Camp'

fake.zipcode()
# u'13522'

fake.postcode()
# u'56396'

fake.military_apo()
# u'PSC 1540, Box 7981'

faker.providers.automotive

fake.license_plate()
# u'2886'

faker.providers.barcode

fake.ean(length=13)
# u'9562531107807'

fake.ean13()
# u'3198043985273'

fake.ean8()
# u'31356442'

faker.providers.color

fake.rgb_css_color()
# u'rgb(71,229,151)'

fake.color_name()
# u'DarkOliveGreen'

fake.rgb_color()
# u'23,190,146'

fake.safe_hex_color()
# u'#669900'

fake.safe_color_name()
# u'lime'

fake.hex_color()
# u'#cbf838'

faker.providers.company

fake.company()
# u'Nilsson Ltd'

fake.company_suffix()
# u'PLC'

fake.catch_phrase()
# u'Public-key bi-directional customer loyalty'

fake.bs()
# u'optimize cross-media ROI'

faker.providers.credit_card

fake.credit_card_security_code(card_type=None)
# u'027'

fake.credit_card_provider(card_type=None)
# u'JCB 16 digit'

fake.credit_card_full(card_type=None)
# u'JCB 15 digit\nKirstine Christoffersen\n210053414841218 10/26\nCVC: 094\n'

fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '02/19'

fake.credit_card_number(card_type=None)
# u'30439323216832'

faker.providers.currency

fake.cryptocurrency_code()
# 'AMP'

fake.currency_code()
# 'ERN'

faker.providers.date_time

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2014, 1, 21, 4, 11, 58)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2002, 5, 17, 23, 18, 51)

fake.time(pattern="%H:%M:%S")
# '12:21:16'

fake.date_time_ad(tzinfo=None)
# datetime.datetime(1979, 10, 24, 2, 3, 48)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2017, 7, 17)

fake.day_of_week()
# 'Sunday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2010, 5, 5, 15, 6, 24)

fake.time_object()
# datetime.time(12, 54, 45)

fake.iso8601(tzinfo=None)
# '2005-10-03T12:46:26'

fake.time_delta()
# datetime.timedelta(935, 74318)

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(1992, 6, 12)

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2017, 8, 17, 21, 32, 13)

fake.date_time(tzinfo=None)
# datetime(1997, 9, 16, 2, 47, 32)

fake.date(pattern="%Y-%m-%d")
# '2007-02-26'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2017, 7, 27)

fake.month()
# '12'

fake.unix_time()
# 143259217

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 7, 13, 9, 42, 26)

fake.day_of_month()
# '30'

fake.year()
# '2013'

fake.timezone()
# u'America/Mazatlan'

fake.century()
# u'XII'

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 1, 3, 4, 25, 45)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2017, 7, 13, 5, 47, 39)

fake.month_name()
# 'July'

faker.providers.file

fake.file_path(depth=1, category=None, extension=None)
# u'/deserunt/voluptatum.wav'

fake.mime_type(category=None)
# u'text/vcard'

fake.file_name(category=None, extension=None)
# u'quisquam.avi'

fake.file_extension(category=None)
# u'flac'

faker.providers.internet

fake.url()
# u'https://olsen.biz/'

fake.company_email()
# u'ragnhildravn@pedersen-winther.org'

fake.uri()
# u'https://www.larsen-simonsen.com/homepage/'

fake.domain_word(*args, **kwargs)
# u'jacobsen'

fake.ipv4(network=False)
# '151.236.22.225'

fake.domain_name(levels=1)
# u'mortensen.com'

fake.tld()
# u'com'

fake.uri_path(deep=None)
# u'category/tag'

fake.free_email()
# u'karenpoulsen@yahoo.com'

fake.slug(*args, **kwargs)
# u'temporibus-qui'

fake.free_email_domain()
# u'hotmail.com'

fake.uri_extension()
# u'.html'

fake.ipv6(network=False)
# '13ae:fa48:5460:8839:1c50:c0ba:b49a:ce9a'

fake.user_name(*args, **kwargs)
# u'johnsentommy'

fake.image_url(width=None, height=None)
# u'http://www.lorempixel.com/673/960'

fake.email()
# u'vsteffensen@iversen.net'

fake.uri_page()
# u'post'

fake.mac_address()
# u'0e:07:41:1f:01:03'

fake.safe_email()
# u'sussiesimonsen@example.org'

faker.providers.isbn

fake.isbn10(separator="-")
# u'0-02-204287-3'

fake.isbn13(separator="-")
# u'978-0-469-63716-0'

faker.providers.job

fake.job()
# 'Environmental consultant'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Eaque repellat vitae error doloribus minima suscipit nam. Aliquam consequatur velit dolorum odit quam impedit error ipsum. Expedita expedita temporibus possimus dolorum natus repellat.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Recusandae doloremque commodi esse perspiciatis accusantium ex sapiente. Vitae consequuntur optio voluptas rem. Possimus cupiditate minima ex.',
#     u'Tempora cum provident facere accusamus odit consectetur. Unde autem autem unde itaque doloribus voluptate. Dolores vitae rerum quos est.',
#     u'Rerum natus cupiditate atque a est pariatur itaque. Voluptatum adipisci illo tenetur quae. Voluptates ea cupiditate optio quam iusto.']

fake.words(nb=3, ext_word_list=None)
# [u'a', u'sequi', u'nostrum']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Numquam mollitia necessitatibus amet illum beatae vitae.',
#     u'Nostrum possimus iure illo illo iusto id.',
#     u'Animi sequi natus quo.']

fake.word(ext_word_list=None)
# u'omnis'

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Vero quae quidem maiores quod sunt sed deserunt. Voluptate repudiandae vitae ullam earum labore dignissimos. Eos voluptatum maxime aspernatur vitae incidunt iusto quo.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Veniam quas magni earum temporibus.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'%+242BKg&0'

fake.locale()
# u'nl_BE'

fake.binary(length=1048576)
# bytearray(b'-\xc4\xb0\x16~\xe9\xa6\xe2\xc4\x00Y\xe6m&\xcft\xfbo\xed\xc3a\xbd(\x06\x9a\x05\xdf2\x0e\xd9\x90\xc3\xdf\xdb\xe4\x98vu\x9c\xd8"\xaef;@\xafY\xc31P\x84\xb1\xfb\xfd`\xb81\xc9\xc2\\{\x82\x8fUl\xf7\xb5\xefs\xd2\x97}\xceh\x8b\x7fPYVN\xcdqvx!\xf7\xa4\x7f\xc8\xa0TbE\xfd\xac\xddo\xf4%V\xb1\xaa7e#\x9c5\xa8"\xfc@o\x99\xfa\xd7\xd5\x11\xe4\xf9\x06#\x18\x0b\xc0\xfb~r\xee\xe7\x99\xdf\xcft\xd1qM|\x98\xf2v\xea\xa4\xf8]\xfa\xa4\xba>\xcbU0F~P\xc6\xd9\x95\xc0\xe6u\x0bIjZA%\x98H\xe8\xc5\x04\xc0\xb0\xcf\xc8\xe3\xbcY\xab<g\xa3\x12|\x89\xa4\xa5\xf5U\x14\xb9\t\xc9\x8bF\xb4\x99\x12\xae\xa0^\x0c\xa9rJ\xde\xd0\x1d\xf3-#e\xef\xb6\xf8=/\xe5\xbeXY\xa2\x99\x01\x96\x83\xa9\x10y\xacw\xe8F\xe0\xf7\xf1S\x18\x9d\xfe\x85nY\xf9\xf6\xd9\xeb\xa5\x14\xdc\xc0b\x0c\x89\x85\xef\xb6\x9eLs\xcbe2\xb8S/\'\x87\xc3"^\x96\x1e\xf1\xe2]~\x9f^E\xec\x1a\xe4\x9c\xd7\x8e\xcb\xfe_\x80\xec\x90\xc0\x85+\x9a0\xf6\xc0\xa2\xc0BD\x84\xdf\x94\'<\x9aA\xe38\xcc\x18\xa2\xd2\x97\xb8\xbf\xf1\xda\x8e\xa4\x90o\xff\x89]\xd3\xe8\x04j(\xb4\xa0Bb/\xe3U\x98{\xc8A\xdf\x90\x9e\xa3\x05\xb5\xd3\xf3e\xd5\xa2\x19*\x92HN&W\xf5$p\xdf[\x86{\xe3\x96\x8e\x0f\xadLG\xca\x82\x1f\x85\xfbZn\xb8XW=\xea\xb2&\xdd\xf4<2\xc7U+v\xf8,\x92!\x98\x03Z[Roo\xa6\x94Q\xd7\xa2\x07\x12^\xe0e\xfa\x0f\xbcgZ6\xb2j(\x19(f\xb1\x1d\x9e\x7f+\x10"\x1b\x97H\xf4\x0c\x8csaO\xf6\xa7\xd7\x1e\xaf\x04\xba\xe1\x98\x9a\xed\x8az\x91\xb5\xdb\x7f8?F\xdcT\xccwN0IY\xd0\x9a\x1f\x8az\xdd\x82\xe7<{\xc1\xbfC\x89~b@\x1c&6\xc5\x96\x87@D\x80#\x05[\xa2\xdc\xa2m3k\x85D\xea\xbc\x94\x9c\x98{t~P\xb7\x91\x8e\xd9\x12\r\xf2\xa3\x86Q\x05p\xadj\xd4O\x0e\xff&6\x13#\xeaT\xed\x9f\xb3\xd6\xcbTq\x08me\xadw{\x9b?\x8b\xba=\xe5\x02C\x19#\xdd[m\x8e\x06\xe1\x13\n}\xd5\x91RU3\x836V\t\x8d|_[ES~POf\xe7T\xee\xff\x9a\xa9U\xdb\x1e\xfb\x80\x909\xb9\xec\xccG\x04E\x89h\xbd\xc9;0\xd5U\xdc\x1ex\xd8\x00\x89\xe4\xb0\xc3\xde\xcf\x02!^\xa8\xa9\xffv\xd2F\xc3\x85\xf8\xe7\x96F=z\x0b \x03%\xbf\xfe\x890\x8d\x97MsY\x97\xa5m\xb2\xccXB_\xd3\x92rb *\xaf\x83?\xd6/\xf8[\xb9M\x19`\xc8R\xfe\xba\xf7\x0c \x94\x1a~96\x1f;\x08\x93r\xf3\x07O\xc8\xe5\xf8\x94\xceye\xd3C\xa0\x92\xcb\xafT\xe9b\xf6UZ\'g\xb2\x96\x00~U\x13\xe010\xc1\x84Z\xd6\xd2\x1c\xac\xd4\xfe\xd1Dk\xf1`R\t\xfc a\xe6\x1fH\xaao\xff\x95\xc9\x8fh\xbb\'\x1d\x8f\x8f\xe8!\x02`\xaa\xd6\x0f\x01 \xbf\xed\xaeF\xa2"\xb2\xc1\xdd\x8f\x85\x8ac\x81\xf6\x13\xbc\xaf\x05\x1f\xb1\x01N\xe3\x81 \x90~w)\xa5\x92"3\xd2\xddj\xd0q\x16\x01\xb3\x81.\x1a\xc2b\x9fr\x90b\x8eK3\xa2\x10\x04yZS\xf2\x85\xa2N\xc5i\xb1M\xdeB.\xb30^\x0b^\xdd\xd7QP\xe3 I\x07\x0f\xc6\xb8i\x8b\xd2`\xb2&\xc3\xb5\xd3\xd0\xe3\xc5\xb1\xa1\xc6\xfa\x9b\x12qj\x04*\x90uL\x8e\x8b\x91G\xc7|O|\xf3g\xcf\xb707\xfe\x86\xca\x13\xcc5\xf9\x1aJ\xc8s\xcb\x1d\x92\xaf>\x8d\x0c\xa8\'\x80\x87Vb\xe0\x95\x08Z\x0b\xe7\x12\xdd\x8c\xbdg\x14\xd6\xba\r\xa8\xd8\xb0\xdem\xbf\x99\x94\xce\xc5L:n\r\xf4\nl\x97\xa9|b\xe28%g\x0c\xec_\x8a\xf6\xf9\x93\xf5\x89\x8d\x92\xaa \xf9e;\xc1\x1f\xfb\xd0\x02\x18\xfag.\xec\xea"\xd6\x12A\xe1\xdd\xb7\xf8\xae%\xfd\\\xad\x0f@p\x8b\x003\x7f\xbe\x16B\xf1\x8f')

fake.md5(raw_output=False)
# '39ad650571d47b341325bfa1763ee9b9'

fake.sha1(raw_output=False)
# 'fe364c571445d61ad14d93dcab29d088ec8c7ca9'

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '7f28c85cfcd12ee1f724583741068f3828c3c889a3fda02ff53ec4c0bdde6992'

fake.uuid4()
# '807b8c56-5c58-1309-cf39-7ab26d6954d8'

fake.language_code()
# u'mhr'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Danielsen'

fake.name_female()
# u'Dr. Majken Kjeldsen'

fake.prefix_male()
# u'Prof.'

fake.prefix()
# u'Dr.'

fake.name()
# u'Villads Knudsen'

fake.suffix_female()
# ''

fake.name_male()
# u'Ole Jensen-Thomsen'

fake.first_name()
# u'Birgit'

fake.suffix_male()
# ''

fake.suffix()
# ''

fake.first_name_male()
# u'Preben'

fake.first_name_female()
# u'Sofia'

fake.last_name_female()
# u'Olesen'

fake.last_name()
# u'Ravn'

fake.prefix_female()
# u'Dr.'

faker.providers.phone_number

fake.phone_number()
# u'+45(0) 723740585'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'396 Allan Springs\nNorth Einarstad, NM 84247',
#     'birthdate': '1998-09-02',
#     'mail': u'frandsenpaulina@gmail.com',
#     'name': u'Univ.Prof. Yrsa Lind',
#     'sex': 'M',
#     'username': u'jennybech'}

fake.profile(fields=None, sex=None)
# {   'address': u'33853 Ruth Roads\nKochstad, PW 68482-7593',
#     'birthdate': '1987-03-10',
#     'blood_group': 'A-',
#     'company': u'Andersen-Lauridsen',
#     'current_location': (Decimal('76.5647605'), Decimal('-53.703135')),
#     'job': 'Volunteer coordinator',
#     'mail': u'mathiesenpete@yahoo.com',
#     'name': u'\xd8rni Vestergaard',
#     'residence': u'84916 Claus Junctions Apt. 261\nMichaelmouth, MO 34401',
#     'sex': 'M',
#     'ssn': u'159-82-6623',
#     'username': u'katjalund',
#     'website': [   u'http://www.gregersen.com/',
#                    u'https://dahl.com/',
#                    u'http://dam-overgaard.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'https://www.kjeldsen-j\xf8rgensen.com/',
#     u'boris84@lauridsen.biz',
#     u'wxPdcLChaIfpcBboqroS',
#     u'http://thorsen.info/home.htm',
#     datetime(1989, 1, 10, 8, 7, 13),
#     u'ghiFyzSsdvmGTJkagrDw',
#     6019,
#     4246,
#     u'KInNiVTtZzITBJrUMUPH',
#     u'http://www.iversen.org/main.php',
#     datetime(2006, 11, 29, 16, 57, 51),
#     u'rikke44@hotmail.com',
#     u'CBDsyxTxbQcoXfebkWWg']

fake.pystr(min_chars=None, max_chars=20)
# u'AeKFygWlxziFslWTGwlF'

fake.pystruct(count=10, *value_types)
# (   [   u'https://lauridsen.com/categories/posts/posts/about.htm',
#         5741,
#         u'http://andreasen-karlsen.com/index.htm',
#         u'crTGPDxqNnqGzFjkcJav',
#         6591,
#         u'JptoLNhgbYSOzhGrNdRz',
#         924,
#         8417,
#         Decimal('-1078.6252'),
#         u'richard83@lassen-skov.net'],
#     {   u'harum': u'fyHlXbFalBKTbiAOWgGZ',
#         u'incidunt': 84891.445320658,
#         u'libero': u'fBsSIzuypepOWUXxrpDE',
#         u'mollitia': u'benthe75@vestergaard.net',
#         u'officiis': u'robin31@gmail.com',
#         u'quo': u'GrQdtdiYyIeZbVgbvVca',
#         u'rem': u'bQsRUoGaXYBZNyVyGLaK',
#         u'repellendus': -4814456.5091601,
#         u'veniam': Decimal('-83061.6085')},
#     {   u'distinctio': {   1: Decimal('-95216945.2'),
#                            2: [   u'tXtsRCwJKiyVdvMoNFfn',
#                                   u'https://lauritsen.biz/author/',
#                                   datetime(1973, 8, 31, 12, 15, 22)],
#                            3: {   1: u'johnsenmerethe@gmail.com',
#                                   2: Decimal('-5.01177978018E+12'),
#                                   3: [   u'zRmvsBBWJUkyCzcYsrwB',
#                                          u'EcSDFlqESIspKQvHiNet']}},
#         u'eius': {   9: u'yoqiGiyKqFVhWDVcWYMA',
#                      10: [   u'vfrDmrSDHtnNJpXTDzzs',
#                              u'oOIzbvBABzqTUsMdGJFK',
#                              Decimal('893115899072')],
#                      11: {   9: 22145.7915,
#                              10: u'yannickdahl@gmail.com',
#                              11: [   datetime(1974, 1, 30, 15, 35, 3),
#                                      -4827945454.39]}},
#         u'harum': {   5: u'bBrdEwvVmnBPxHFhVkWx',
#                       6: [8439, u'DiFLTbPJiaUERapCzLIj', 9664],
#                       7: {   5: 29,
#                              6: u'http://www.brandt-friis.com/main/search/register.php',
#                              7: [   9874,
#                                     u'https://www.jessen-jeppesen.biz/home/']}},
#         u'iure': {   4: u'GBBWOywVwwHxZODGqUxg',
#                      5: [   1527,
#                             u'ibLgbEyEZZvuSJJyafGy',
#                             Decimal('-1075475.31002')],
#                      6: {   4: u'NtsmctvRjYwIcQxmiQzU',
#                             5: u'xJUNluxgqJHQvQubuNrt',
#                             6: [   u'YoDcuzQLZwhlrIxLgEoD',
#                                    Decimal('7.7221160682E+12')]}},
#         u'nihil': {   7: u'xjJcFykdEIkrUjRntrnJ',
#                       8: [   u'MpEeoeGnqDfOSMVaMTQh',
#                              u'YhRdkOWRIYqnBPJzSQNT',
#                              u'https://www.schmidt-bach.com/'],
#                       9: {   7: 5545,
#                              8: 64626.0,
#                              9: [   u'edyNBskSJtyBziTiSKyF',
#                                     datetime(2002, 2, 12, 0, 58, 45)]}},
#         u'optio': {   3: 9540,
#                       4: [3309, 6430, 6354953146.2],
#                       5: {   3: datetime(2002, 11, 22, 23, 55, 50),
#                              4: datetime(1975, 9, 23, 19, 21, 45),
#                              5: [2536, 6181]}},
#         u'quas': {   8: 408929855634582.0,
#                      9: [   9392.24,
#                             -9602144.2,
#                             u'http://www.schmidt.com/search/'],
#                      10: {   8: u'ds\xf8rensen@yahoo.com',
#                              9: Decimal('55.969'),
#                              10: [   u'vRJrWPdInOYNVsZlnnai',
#                                      u'NzGvKNjvLWFuwQBPBYRL']}},
#         u'reiciendis': {   2: datetime(1970, 6, 20, 22, 15, 30),
#                            3: [   u'bechhannah@vestergaard-jespersen.com',
#                                   276750.11743,
#                                   datetime(1986, 3, 20, 23, 30, 25)],
#                            4: {   2: datetime(1993, 9, 8, 23, 38, 51),
#                                   3: u'YEAYuDbktBhCfTgnkSsK',
#                                   4: [   u'ycTtvZqYGQosnEPlbAVa',
#                                          u'TuVfGcXZTAJFAlODuVDz']}},
#         u'vitae': {   6: datetime(2010, 10, 12, 0, 31, 46),
#                       7: [   u'mNvJkOFsWeJiwUHdTNWw',
#                              datetime(1974, 10, 31, 21, 26, 30),
#                              u'http://olesen-koch.com/post.php'],
#                       8: {   6: 24699198.49,
#                              7: u'ukZSFsZeoiwatTdSjlul',
#                              8: [   Decimal('3.715144'),
#                                     Decimal('-99665715908.4')]}},
#         u'voluptas': {   0: u'https://overgaard.com/index/',
#                          1: [   u'RVzRDavDBcfRAqPoojNL',
#                                 1748,
#                                 u'http://dam.info/index.htm'],
#                          2: {   0: u'pwSZPVcYKGgYDMxaIMUD',
#                                 1: 8568,
#                                 2: [u'twkdDmAUDhzLcITIhxFE', 6432]}}})

fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -28228781705590.0

fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('-72.1855235077')

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'http://www.steffensen.net/main.php',
#     u'MzHFCoqOEJhszjLbBdgv',
#     2181,
#     758,
#     9788,
#     3020888310.85,
#     9672,
#     u'qolsen@jepsen.org',
#     datetime(1977, 3, 31, 22, 15, 25),
#     u'xjhrXbDrMMSxdCfnUIcR',
#     Decimal('804052590.454')]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'qNFmQRTRQhMAaGBtEVaT',
#     u'http://www.frederiksen.com/tags/author.jsp',
#     -523636279506.0,
#     datetime(1970, 7, 10, 14, 47, 12),
#     u'http://overgaard.com/wp-content/app/blog/register.php',
#     u'GXyDtUSRzDdlVRYLuUMj',
#     u'DKTrDVsHpLGLCFDjPgPp',
#     Decimal('-97761.0'),
#     254060911.9946,
#     u'pOzbWDqdvhfdBjyKRfbd')

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'GcQJDrBuQYldPuAVDMNx', u'https://www.iversen.com/', 7495, u'siyAhCXJOgLGDQqZUhIQ', 4271, u'silasskov@jeppesen.net', 7859, 869.63502, datetime(2007, 10, 12, 7, 7, 7), 4350])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'accusamus': u'http://www.bach.com/tag/search/',
#     u'cum': u'bertramfriis@gmail.com',
#     u'deleniti': datetime(1984, 12, 24, 8, 51, 8),
#     u'distinctio': u'QYwjOMcvaWTsVMIRoPTj',
#     u'eius': u'ufrederiksen@johnsen.com',
#     u'nemo': Decimal('400.11'),
#     u'nostrum': 59.5172,
#     u'sequi': u'qsvendsen@hotmail.com'}

fake.pyint()
# 7103

faker.providers.ssn

fake.ssn()
# u'574-96-2787'

faker.providers.user_agent

fake.mac_processor()
# u'U; PPC'

fake.firefox()
# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_1; rv:1.9.4.20) Gecko/2014-07-13 19:08:57 Firefox/13.0'

fake.linux_platform_token()
# u'X11; Linux i686'

fake.opera()
# u'Opera/9.13.(X11; Linux x86_64; pa-IN) Presto/2.9.174 Version/10.00'

fake.windows_platform_token()
# u'Windows NT 6.1'

fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.01; Trident/3.1)'

fake.user_agent()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; tk-TM) AppleWebKit/534.17.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B116 Safari/6534.17.1'

fake.chrome()
# u'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/5341 (KHTML, like Gecko) Chrome/14.0.886.0 Safari/5341'

fake.linux_processor()
# u'i686'

fake.mac_platform_token()
# u'Macintosh; Intel Mac OS X 10_5_5'

fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/531.19.3 (KHTML, like Gecko) Version/4.0 Safari/531.19.3'