
Language dk_DK
**************


"faker.providers.address"
=========================

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

   fake.building_number()
   # u'021'

   fake.street_address()
   # u'486 Karoline Stream'

   fake.postalcode_plus4()
   # u'34239-8717'

   fake.city_prefix()
   # u'Port'

   fake.military_ship()
   # u'USNV'

   fake.country_code()
   # u'LU'

   fake.city()
   # u'Lake Kenmouth'

   fake.zipcode_plus4()
   # u'08382-6029'

   fake.state_abbr()
   # u'VT'

   fake.latitude()
   # Decimal('-33.7443035')

   fake.street_suffix()
   # u'Stravenue'

   fake.city_suffix()
   # u'mouth'

   fake.military_dpo()
   # u'Unit 8925 Box 6422'

   fake.country()
   # u'French Polynesia'

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

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

   fake.postalcode()
   # u'08752'

   fake.address()
   # u'PSC 2816, Box 0231\nAPO AA 79914'

   fake.state()
   # u'Wisconsin'

   fake.military_state()
   # u'AE'

   fake.street_name()
   # u'Malou Harbor'

   fake.zipcode()
   # u'41612'

   fake.postcode()
   # u'15320-8795'

   fake.military_apo()
   # u'PSC 4335, Box 5335'


"faker.providers.barcode"
=========================

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

   fake.ean13()
   # u'7407989900339'

   fake.ean8()
   # u'87594270'


"faker.providers.color"
=======================

   fake.rgb_css_color()
   # u'rgb(137,192,136)'

   fake.color_name()
   # u'Indigo'

   fake.rgb_color_list()
   # (115, 160, 114)

   fake.rgb_color()
   # u'31,78,173'

   fake.safe_hex_color()
   # u'#ff2200'

   fake.safe_color_name()
   # u'purple'

   fake.hex_color()
   # u'#b59993'


"faker.providers.company"
=========================

   fake.company()
   # u'Mortensen and Sons'

   fake.company_suffix()
   # u'LLC'

   fake.catch_phrase()
   # u'Exclusive secondary data-warehouse'

   fake.bs()
   # u'strategize impactful platforms'


"faker.providers.credit_card"
=============================

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

   fake.credit_card_provider(card_type=None)
   # u'American Express'

   fake.credit_card_full(card_type=None)
   # u'Discover\nCurt Jacobsen\n6011964989946992 08/17\nCVC: 141\n'

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

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


"faker.providers.currency"
==========================

   fake.currency_code()
   # 'KWD'


"faker.providers.date_time"
===========================

   fake.date_time_ad()
   # datetime.datetime(21, 2, 27, 5, 26, 20)

   fake.month()
   # '03'

   fake.am_pm()
   # 'PM'

   fake.timezone()
   # u'Africa/Casablanca'

   fake.iso8601()
   # '1979-05-05T04:59:00'

   fake.date_time()
   # datetime(1994, 2, 6, 19, 43, 3)

   fake.month_name()
   # 'March'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 8, 22, 17, 23, 50)

   fake.unix_time()
   # 282951886

   fake.day_of_week()
   # 'Sunday'

   fake.day_of_month()
   # '24'

   fake.time(pattern="%H:%M:%S")
   # '23:45:19'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2006, 1, 20, 5, 31, 38)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 2, 2, 43, 59)

   fake.year()
   # '1980'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 5, 8, 52, 28)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2011, 3, 5, 21, 15, 59)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2012, 7, 9, 23, 9, 13)

   fake.century()
   # u'XIX'

   fake.date(pattern="%Y-%m-%d")
   # '1970-08-22'

   fake.time_delta()
   # datetime.timedelta(12440, 6358)


"faker.providers.file"
======================

   fake.mime_type(category=None)
   # u'audio/webm'

   fake.file_name(category=None, extension=None)
   # u'molestiae.jpg'

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


"faker.providers.internet"
==========================

   fake.ipv4()
   # u'44.231.40.62'

   fake.url()
   # u'http://www.holst.info/'

   fake.company_email()
   # u'toft.christopher@dahlkjeldsen.com'

   fake.uri()
   # u'http://simonsen.com/post/'

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

   fake.image_url(width=None, height=None)
   # u'https://placeholdit.imgix.net/~text?txtsize=55&txt=8\xd71006&w=8&h=1006'

   fake.tld()
   # u'com'

   fake.free_email()
   # u'liversen@hotmail.com'

   fake.slug(*args, **kwargs)
   # u'dolore-possimus'

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

   fake.domain_name()
   # u'andersen.com'

   fake.uri_extension()
   # u'.jsp'

   fake.ipv6()
   # u'95b5:5a2b:8071:8a54:5384:ddca:0321:df4b'

   fake.safe_email()
   # u'kjr.nete@example.com'

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

   fake.uri_path(deep=None)
   # u'main/categories'

   fake.email()
   # u'randresen@kjr.com'

   fake.uri_page()
   # u'index'

   fake.mac_address()
   # u'2d:9e:b7:3e:3c:c2'


"faker.providers.job"
=====================

   fake.job()
   # 'Homeopath'


"faker.providers.lorem"
=======================

   fake.text(max_nb_chars=200)
   # u'Ad molestiae dolores aut aspernatur totam vero molestiae. Aut a non enim eaque placeat. Provident et et provident sed.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Ullam tenetur et accusamus.'

   fake.word()
   # u'eveniet'

   fake.paragraphs(nb=3)
   # [   u'Impedit expedita quo nihil. Quis nostrum ex ducimus itaque. Sunt quia asperiores corrupti et debitis laboriosam culpa.',
   #     u'Nesciunt voluptatum consequatur vero debitis est in enim. Excepturi pariatur et quis quaerat fugiat quasi ut.',
   #     u'Sapiente aut excepturi est nisi dolores dolorem. Autem voluptas sint non perspiciatis omnis blanditiis. Eum rerum consequatur quia modi. Saepe sed quisquam est aut accusamus cum esse laudantium.']

   fake.words(nb=3)
   # [u'et', u'dolorem', u'quod']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Et aut quae eaque eligendi molestiae. Eaque voluptas excepturi alias et excepturi. Asperiores error quod aut in et minima voluptatem deserunt. Quam labore alias repudiandae blanditiis ea.'

   fake.sentences(nb=3)
   # [   u'Impedit ea et sunt amet.',
   #     u'Ipsa porro nemo eaque necessitatibus fugit necessitatibus voluptas accusamus.',
   #     u'Quisquam magni id quasi fuga voluptas.']


"faker.providers.misc"
======================

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'^%eTV_wZqU'

   fake.locale()
   # u'fr_CI'

   fake.md5(raw_output=False)
   # '24c2d020191afcf473a6e44ce954295f'

   fake.sha1(raw_output=False)
   # '9d8ca13418602cbb653d2bfe06af78ff9879558a'

   fake.null_boolean()
   # None

   fake.sha256(raw_output=False)
   # 'f0b93867513a27e2a817886e30b224ed1cf50ba2f03828f9930061b01ac3fd28'

   fake.uuid4()
   # 'a6904cce-9465-4cac-953f-8c4bf95dda48'

   fake.language_code()
   # u'es'

   fake.boolean(chance_of_getting_true=50)
   # False


"faker.providers.person"
========================

   fake.last_name_male()
   # u'Frederiksen'

   fake.name_female()
   # u'Karsten Christoffersen-Christensen'

   fake.prefix_male()
   # u'Dr.'

   fake.prefix()
   # u'Prof.'

   fake.name()
   # u'Univ.Prof. Poul Jeppesen'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Prof. Gustav Pedersen'

   fake.first_name()
   # u'Bodil'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Kaspar'

   fake.first_name_female()
   # u'Alma'

   fake.last_name_female()
   # u'Johansen'

   fake.last_name()
   # u'Knudsen'

   fake.prefix_female()
   # u'Fru'


"faker.providers.phone_number"
==============================

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


"faker.providers.profile"
=========================

   fake.simple_profile()
   # {   'address': u'8647 Karoline Light Suite 225\nKroghhaven, MT 50050-4473',
   #     'birthdate': '1987-07-10',
   #     'mail': u'ikoch@gmail.com',
   #     'name': u'Univ.Prof. Patrick \xd8stergaard',
   #     'sex': 'M',
   #     'username': u'yasmin30'}

   fake.profile(fields=None)
   # {   'address': u'16547 Christensen Parks\nNew Noah, CO 59307-5982',
   #     'birthdate': '1992-07-31',
   #     'blood_group': 'AB-',
   #     'company': u'Petersen Ltd',
   #     'current_location': (Decimal('-23.5343615'), Decimal('-112.023233')),
   #     'job': 'Exhibitions officer, museum/gallery',
   #     'mail': u'nandersen@gmail.com',
   #     'name': u'Victoria Mikkelsen-Lassen',
   #     'residence': u'57781 Frederikke Locks Suite 349\nBrittaberg, NV 42559',
   #     'sex': 'M',
   #     'ssn': u'737-89-7704',
   #     'username': u'anette19',
   #     'website': [   u'http://www.krogh.com/',
   #                    u'http://www.svendsensteffensen.net/',
   #                    u'http://clausenchristoffersen.info/',
   #                    u'http://www.andreseniversen.com/']}


"faker.providers.python"
========================

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'http://mortensen.com/list/login.htm',
   #     6339,
   #     u'Reiciendis nemo.',
   #     u'Rem nihil facere.',
   #     Decimal('-28.4145331999'),
   #     u'Maiores blanditiis.',
   #     u'Aperiam asperiores.',
   #     1987998718763.0,
   #     5625,
   #     u'arne04@skovkristoffersen.com',
   #     u'Est cum est qui.',
   #     u'http://www.andresen.com/blog/blog/tags/post.html')

   fake.pystr(max_chars=20)
   # u'Magnam earum et id.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'Accusamus facilis.',
   #         u'Adipisci quos non.',
   #         Decimal('8.1198'),
   #         Decimal('-46811796.91'),
   #         5219,
   #         Decimal('-8.98601053462E+13'),
   #         u'Exercitationem sit.',
   #         Decimal('-3.268508472'),
   #         Decimal('-4.69095580308E+12'),
   #         u'jean69@johansenlaursen.com'],
   #     {   u'aperiam': u'Et voluptatum aut.',
   #         u'blanditiis': u'Voluptas.',
   #         u'et': u'http://pedersen.com/register.html',
   #         u'pariatur': u'Non enim modi aut.',
   #         u'praesentium': 6871,
   #         u'quia': u'Id rem laboriosam.',
   #         u'quo': -74864710875.7875,
   #         u'sint': u'Explicabo.',
   #         u'sunt': datetime(1975, 1, 5, 0, 51, 41),
   #         u'suscipit': u'Et quos quo.'},
   #     {   u'a': {   7: u'Eius sit aut.',
   #                   8: [u'Velit et non rem.', u'Mollitia temporibus.', 2437],
   #                   9: {   7: u'berit70@hotmail.com',
   #                          8: 2211,
   #                          9: [   u'Hic minus quis.',
   #                                 datetime(1990, 1, 6, 1, 49, 31)]}},
   #         u'beatae': {   3: 462,
   #                        4: [   u'Aliquam.',
   #                               u'else01@nilsson.com',
   #                               u'http://clausenmathiasen.com/posts/blog/home/'],
   #                        5: {   3: u'Dolor tempore ut.',
   #                               4: u'Molestiae assumenda.',
   #                               5: [530, u'Consequatur quaerat.']}},
   #         u'dolor': {   9: u'Deserunt eum.',
   #                       10: [37485431607.1, -35048.39577, 4491],
   #                       11: {   9: u'http://www.vestergaardsimonsen.org/explore/categories/register/',
   #                               10: u'Ea et harum natus.',
   #                               11: [8952, 1017]}},
   #         u'ea': {   1: 2957,
   #                    2: [   u'clavs.thorsen@hotmail.com',
   #                           u'Illum eligendi et.',
   #                           u'Dignissimos est.'],
   #                    3: {   1: u'Molestias ab.',
   #                           2: 343.83450550527,
   #                           3: [   u'peter67@henriksen.com',
   #                                  Decimal('972872.7411')]}},
   #         u'id': {   0: 9186,
   #                    1: [   u'Dolore vel.',
   #                           u'bent.karlsen@yahoo.com',
   #                           u'Aut enim veritatis.'],
   #                    2: {   0: datetime(1976, 5, 3, 10, 55, 46),
   #                           1: u'http://www.jeppesen.biz/main/app/search/register/',
   #                           2: [Decimal('9395250.76417'), 5073]}},
   #         u'illum': {   8: u'Laudantium est quae.',
   #                       9: [   u'Magni ipsam debitis.',
   #                              u'Iure voluptates.',
   #                              2798],
   #                       10: {   8: 5851,
   #                               9: u'Nesciunt mollitia.',
   #                               10: [   696,
   #                                       u'http://srensenholst.com/app/main/about/']}},
   #         u'ipsum': {   5: u'johnsen.iben@olsen.com',
   #                       6: [6286, u'Facilis.', u'Enim eos quia nobis.'],
   #                       7: {   5: u'Voluptatem.',
   #                              6: 1642,
   #                              7: [8697812340615.0, Decimal('10576.842703')]}},
   #         u'nisi': {   6: -894894883788750.0,
   #                      7: [u'Velit expedita.', 8783, u'Hic eligendi quas.'],
   #                      8: {   6: u'Perferendis iste.',
   #                             7: 9275,
   #                             8: [u'http://www.hansen.com/', 9055]}},
   #         u'quidem': {   4: u'http://mortensenbruun.com/homepage.html',
   #                        5: [5268, u'bje73@yahoo.com', 6271],
   #                        6: {   4: u'Qui neque provident.',
   #                               5: u'Et laboriosam nihil.',
   #                               6: [   Decimal('951833201253'),
   #                                      u'Beatae ipsa aut.']}},
   #         u'voluptatem': {   2: 8751,
   #                            3: [   u'Officiis quia vel.',
   #                                   datetime(2009, 12, 21, 22, 55, 14),
   #                                   u'http://www.mortensen.com/posts/wp-content/homepage/'],
   #                            4: {   2: Decimal('79294152458.5'),
   #                                   3: u'Hic molestias at.',
   #                                   4: [   u'http://eriksenmadsen.com/category/home/',
   #                                          593572054.47008]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Fuga quos nisi.',
   #     u'Facilis nulla.',
   #     u'Quos necessitatibus.',
   #     Decimal('-604.29893'),
   #     Decimal('-164730755946'),
   #     u'Iusto culpa rem.',
   #     u'Tenetur eos.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   datetime(1972, 11, 17, 3, 3, 57),
   #     datetime(1971, 12, 11, 18, 9, 41),
   #     u'Eum eum quia nam.',
   #     Decimal('7604069232.59'),
   #     u'Corrupti quae.',
   #     u'http://www.lauridsenchristiansen.org/register/',
   #     u'Aut facere sed.',
   #     9.49814001,
   #     u'http://frandsenholm.biz/login.html',
   #     2712,
   #     datetime(2004, 11, 29, 7, 28, 37))

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([3235, 2726, u'http://holm.com/blog/about.php', -8420160974.9445, u'Magnam velit quis.', u'Occaecati magni.', u'iskov@carlsen.com', u'Eum eius porro ipsa.', Decimal('4264799439.0')])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'a': u'Eos in sed saepe.',
   #     u'ab': u'Vel exercitationem.',
   #     u'cupiditate': u'http://www.mller.com/categories/post/',
   #     u'et': datetime(1987, 8, 12, 1, 21, 7),
   #     u'eveniet': 5240,
   #     u'fugit': 9607,
   #     u'hic': u'uchristiansen@yahoo.com',
   #     u'quis': Decimal('7.42694103211E+14'),
   #     u'reprehenderit': u'http://mortensensvendsen.info/',
   #     u'rerum': 1163}

   fake.pyint()
   # 1804


"faker.providers.ssn"
=====================

   fake.ssn()
   # u'691-94-3804'


"faker.providers.user_agent"
============================

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

   fake.firefox()
   # u'Mozilla/5.0 (Windows NT 5.2; sl-SI; rv:1.9.1.20) Gecko/2011-01-29 19:21:35 Firefox/3.8'

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

   fake.opera()
   # u'Opera/9.44.(X11; Linux x86_64; it-IT) Presto/2.9.179 Version/12.00'

   fake.windows_platform_token()
   # u'Windows 98; Win 9x 4.90'

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

   fake.user_agent()
   # u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_8; rv:1.9.5.20) Gecko/2015-01-31 06:44:24 Firefox/3.8'

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

   fake.linux_processor()
   # u'i686'

   fake.mac_platform_token()
   # u'Macintosh; U; PPC Mac OS X 10_8_8'

   fake.safari()
   # u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; sl-SI) AppleWebKit/533.12.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B115 Safari/6533.12.1'
