
Language dk_DK
===============

``faker.providers.address``
---------------------------

::

	fake.longitude()
	# Decimal('135.528696')

	fake.building_number()
	# u'31287'

	fake.street_address()
	# u'907 Kristoffersen Green Apt. 367'

	fake.postalcode_plus4()
	# u'43144-3497'

	fake.city_prefix()
	# u'West'

	fake.military_ship()
	# u'USCGC'

	fake.country_code()
	# u'RO'

	fake.city()
	# u'New Karsten'

	fake.zipcode_plus4()
	# u'98478-5444'

	fake.state_abbr()
	# u'NV'

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

	fake.street_suffix()
	# u'Corners'

	fake.city_suffix()
	# u'bury'

	fake.military_dpo()
	# u'Unit 7030 Box 8326'

	fake.country()
	# u'Palau'

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

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

	fake.postalcode()
	# u'64652'

	fake.address()
	# u'563 Emilie Centers\nDennismouth, OH 43164-8428'

	fake.state()
	# u'Oregon'

	fake.military_state()
	# u'AE'

	fake.street_name()
	# u'Stine Camp'

	fake.zipcode()
	# u'70984'

	fake.postcode()
	# u'16308-1964'

	fake.military_apo()
	# u'PSC 0899, Box 6433'

``faker.providers.barcode``
---------------------------

::

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

	fake.ean13()
	# u'6295986844289'

	fake.ean8()
	# u'53657671'

``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()
	# u'rgb(134,158,52)'

	fake.color_name()
	# u'SkyBlue'

	fake.rgb_color_list()
	# (28, 100, 38)

	fake.rgb_color()
	# u'226,77,149'

	fake.safe_hex_color()
	# u'#995500'

	fake.safe_color_name()
	# u'white'

	fake.hex_color()
	# u'#cbbcee'

``faker.providers.company``
---------------------------

::

	fake.company()
	# u'Rasmussen, Bertelsen and Rasmussen'

	fake.company_suffix()
	# u'Ltd'

	fake.catch_phrase()
	# u'Total composite hub'

	fake.bs()
	# u'empower collaborative mindshare'

``faker.providers.credit_card``
-------------------------------

::

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

	fake.credit_card_provider(card_type=None)
	# u'Diners Club / Carte Blanche'

	fake.credit_card_full(card_type=None)
	# u'American Express\nStine Karlsen\n371622545081327 07/20\nCID: 8233\n'

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

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

``faker.providers.currency``
----------------------------

::

	fake.currency_code()
	# 'AWG'

``faker.providers.date_time``
-----------------------------

::

	fake.date_time_ad()
	# datetime.datetime(40, 6, 23, 23, 11, 53)

	fake.month()
	# '05'

	fake.am_pm()
	# 'AM'

	fake.timezone()
	# u'Europe/Dublin'

	fake.iso8601()
	# '1971-07-12T02:09:31'

	fake.date_time()
	# datetime(2000, 9, 7, 13, 38, 49)

	fake.month_name()
	# 'August'

	fake.date_time_this_year(before_now=True, after_now=False)
	# datetime(2015, 2, 21, 12, 8, 44)

	fake.unix_time()
	# 741779903

	fake.day_of_week()
	# 'Wednesday'

	fake.day_of_month()
	# '17'

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

	fake.date_time_between(start_date="-30y", end_date="now")
	# datetime(1992, 2, 9, 20, 5, 45)

	fake.date_time_this_month(before_now=True, after_now=False)
	# datetime(2015, 11, 4, 3, 3, 9)

	fake.year()
	# '1980'

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

	fake.date_time_this_century(before_now=True, after_now=False)
	# datetime(2012, 7, 28, 16, 50, 31)

	fake.date_time_this_decade(before_now=True, after_now=False)
	# datetime(2014, 11, 8, 23, 31, 45)

	fake.century()
	# u'VII'

	fake.date(pattern="%Y-%m-%d")
	# '1982-06-13'

	fake.time_delta()
	# datetime.timedelta(7364, 57419)

``faker.providers.file``
------------------------

::

	fake.mime_type(category=None)
	# u'video/x-matroska'

	fake.file_name(category=None, extension=None)
	# u'ducimus.tiff'

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

``faker.providers.internet``
----------------------------

::

	fake.ipv4()
	# u'84.222.149.13'

	fake.url()
	# u'http://www.madsen.net/'

	fake.company_email()
	# u'hugo94@kristiansenchristoffersen.com'

	fake.uri()
	# u'http://www.svendsenkristoffersen.biz/explore/blog/tags/terms.php'

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

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

	fake.tld()
	# u'com'

	fake.free_email()
	# u'christiansen.christian@hotmail.com'

	fake.slug(*args, **kwargs)
	# u'tenetur-illum-aut'

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

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

	fake.uri_extension()
	# u'.html'

	fake.ipv6()
	# u'1964:487a:d501:0e9b:8b82:079c:e83e:e500'

	fake.safe_email()
	# u'jespersen.paula@example.net'

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

	fake.uri_path(deep=None)
	# u'search'

	fake.email()
	# u'camilla32@winther.org'

	fake.uri_page()
	# u'about'

	fake.mac_address()
	# u'ec:3f:9e:aa:11:65'

``faker.providers.job``
-----------------------

::

	fake.job()
	# 'International aid/development worker'

``faker.providers.lorem``
-------------------------

::

	fake.text(max_nb_chars=200)
	# u'Qui maiores suscipit qui saepe maiores nemo. Qui est corrupti iure consequatur voluptates. Iusto explicabo temporibus iure et.'

	fake.sentence(nb_words=6, variable_nb_words=True)
	# u'Impedit et ut iste ut architecto.'

	fake.word()
	# u'quos'

	fake.paragraphs(nb=3)
	# [   u'Voluptatem autem sed tempora error et possimus asperiores. Unde vitae pariatur quaerat est ipsam nam repellendus. Pariatur nobis qui non et modi fugiat quidem. Distinctio sit repellat aperiam porro qui.',
	#     u'Totam repellat ut suscipit adipisci. Est culpa porro aut ipsa blanditiis ratione voluptates. Quo est nesciunt sint voluptatum. Distinctio et temporibus sint odit corrupti repellendus autem.',
	#     u'Et vitae laudantium laudantium optio eum quasi. Distinctio perferendis reiciendis autem rem iure. Quasi mollitia omnis eos aut atque deleniti. Facere commodi dolores voluptas et dolorum optio voluptatem.']

	fake.words(nb=3)
	# [u'nisi', u'similique', u'consectetur']

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
	# u'Debitis tempore voluptatem nemo non sequi dolor. Illum ut eum sed vel. Quaerat deleniti officiis omnis ipsum mollitia.'

	fake.sentences(nb=3)
	# [   u'Voluptas nihil incidunt nihil consectetur.',
	#     u'Quia eligendi aut repellendus quam.',
	#     u'Occaecati voluptatum eum dolor et.']

``faker.providers.misc``
------------------------

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'$(NW!7L*7R'

	fake.locale()
	# u'en_CF'

	fake.md5(raw_output=False)
	# '7bb56f60a52215bfaee06d6b1a88e501'

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

	fake.null_boolean()
	# False

	fake.sha256(raw_output=False)
	# '50e9e0cb0b396455bce66ce2663c7af359034464a61c390f313a4033122f93a6'

	fake.uuid4()
	# 'af0aabf8-bbbf-4edd-8d4e-4e12318e13ae'

	fake.language_code()
	# u'pt'

	fake.boolean(chance_of_getting_true=50)
	# False

``faker.providers.person``
--------------------------

::

	fake.last_name_male()
	# u'Kj\xe6r'

	fake.name_female()
	# u'Kristina Poulsen'

	fake.prefix_male()
	# u'Dr.'

	fake.prefix()
	# u'Fru'

	fake.name()
	# u'Albert Petersen'

	fake.suffix_female()
	# ''

	fake.name_male()
	# u'Troels Johnsen'

	fake.first_name()
	# u'Tim'

	fake.suffix_male()
	# ''

	fake.suffix()
	# ''

	fake.first_name_male()
	# u'Jarl'

	fake.first_name_female()
	# u'Emily'

	fake.last_name_female()
	# u'Jacobsen'

	fake.last_name()
	# u'Karlsen'

	fake.prefix_female()
	# u'Fru'

``faker.providers.phone_number``
--------------------------------

::

	fake.phone_number()
	# u'08288712630'

``faker.providers.profile``
---------------------------

::

	fake.simple_profile()
	# {   'address': u'79438 Mathiesen Radial\nPort Markfort, DE 87805',
	#     'birthdate': '2011-07-24',
	#     'mail': u'conny77@gmail.com',
	#     'name': u'Prof. Gitte Johansen',
	#     'sex': 'M',
	#     'username': u'zcarlsen'}

	fake.profile(fields=None)
	# {   'address': u'69193 Johnsen Locks\nPort Andr\xe9chester, GA 51922',
	#     'birthdate': '2004-01-25',
	#     'blood_group': 'A-',
	#     'company': u'Christoffersen Inc',
	#     'current_location': (Decimal('-50.383247'), Decimal('-136.709452')),
	#     'job': 'Interpreter',
	#     'mail': u'dmathiasen@hotmail.com',
	#     'name': u'Johan Jessen',
	#     'residence': u'88547 Hermansen Glens Apt. 944\nHenriksenhaven, CO 98162',
	#     'sex': 'F',
	#     'ssn': u'871-84-3920',
	#     'username': u'thomsen.mathilde',
	#     'website': [u'http://bruun.com/', u'http://knudsen.com/']}

``faker.providers.python``
--------------------------

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'lauridsen.frans@danielsen.com',
	#     u'Ea corporis dolor.',
	#     datetime(1974, 12, 6, 4, 38, 6),
	#     u'christoffer57@hotmail.com',
	#     u'Cumque debitis.',
	#     u'Ad ipsum eos.',
	#     datetime(1994, 4, 15, 15, 32, 15),
	#     datetime(2012, 2, 8, 9, 23, 24),
	#     u'http://www.nrgaard.com/app/categories/login.asp')

	fake.pystr(max_chars=20)
	# u'Rem sapiente.'

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

	fake.pystruct(count=10, *value_types)
	# (   [   1802,
	#         Decimal('831114329.146'),
	#         u'http://www.bertelsen.net/home.jsp',
	#         u'Velit hic dolor.',
	#         datetime(2006, 9, 10, 9, 22, 29),
	#         u'sandra.nrgaard@hotmail.com',
	#         9232,
	#         u'Temporibus sed.',
	#         u'jannie23@yahoo.com',
	#         u'Soluta nostrum.'],
	#     {   u'aut': u'birger.mogensen@hotmail.com',
	#         u'dolores': 1819,
	#         u'dolorum': 4109024458.0,
	#         u'esse': 5018,
	#         u'et': Decimal('322.87'),
	#         u'magni': Decimal('8.52407872786E+13'),
	#         u'numquam': u'Quo qui aut veniam.',
	#         u'porro': u'sigrid73@gmail.com',
	#         u'sunt': u'Dolore dolorem.'},
	#     {   u'asperiores': {   7: u'Distinctio aliquam.',
	#                            8: [   Decimal('3891.201'),
	#                                   -3603857.9149,
	#                                   u'http://www.bechmortensen.com/posts/about/'],
	#                            9: {   7: u'http://simonsen.com/app/list/search.html',
	#                                   8: u'Voluptatibus at.',
	#                                   9: [   u'http://berg.com/about/',
	#                                          u'Fugiat itaque.']}},
	#         u'beatae': {   4: u'poulsen.jean@gmail.com',
	#                        5: [   u'pjessen@karlsen.com',
	#                               427894.320762547,
	#                               u'peder.frandsen@kristiansen.com'],
	#                        6: {   4: u'In dolores sit.',
	#                               5: u'Necessitatibus est.',
	#                               6: [u'Autem ut laboriosam.', 9989]}},
	#         u'et': {   5: 252,
	#                    6: [   u'vestergaard.sys@jessen.info',
	#                           Decimal('382.693104623'),
	#                           u'Id sint earum.'],
	#                    7: {   5: 3157,
	#                           6: 432,
	#                           7: [   u'http://www.jensenmogensen.org/category.html',
	#                                  u'madsen.trine@gmail.com']}},
	#         u'laudantium': {   3: u'http://www.holst.info/main/blog/terms.html',
	#                            4: [   u'uffe.petersen@schmidtravn.com',
	#                                   u'Quia voluptate.',
	#                                   u'glaursen@rasmussen.biz'],
	#                            5: {   3: u'Repellat et libero.',
	#                                   4: u'Quibusdam sit.',
	#                                   5: [u'Non omnis explicabo.', 5590]}},
	#         u'mollitia': {   0: u'Officia sed dolores.',
	#                          1: [   Decimal('869705374441'),
	#                                 u'Rerum suscipit.',
	#                                 u'In quia ullam culpa.'],
	#                          2: {   0: u'Dolor commodi odit.',
	#                                 1: u'Molestiae impedit.',
	#                                 2: [Decimal('0.46779316639'), 6392]}},
	#         u'omnis': {   8: datetime(1994, 10, 21, 21, 36, 10),
	#                       9: [   Decimal('-3.29952062121E+14'),
	#                              u'Iure dolores.',
	#                              Decimal('756509604239')],
	#                       10: {   8: u'Maxime eos suscipit.',
	#                               9: Decimal('4.24468'),
	#                               10: [   u'Ratione dolor enim.',
	#                                       u'Alias placeat quasi.']}},
	#         u'pariatur': {   6: u'http://nilsson.org/blog/blog/tags/about/',
	#                          7: [   u'Qui temporibus ad.',
	#                                 u'http://poulsenjohansen.net/explore/search.htm',
	#                                 u'http://www.holst.com/category.php'],
	#                          8: {   6: 9048,
	#                                 7: u'Laboriosam dolorem.',
	#                                 8: [datetime(1991, 9, 11, 2, 18, 1), 9703]}},
	#         u'quibusdam': {   2: datetime(1971, 10, 26, 12, 9, 35),
	#                           3: [   u'Voluptatem possimus.',
	#                                  u'sussanne16@hotmail.com',
	#                                  u'Perspiciatis.'],
	#                           4: {   2: 1107,
	#                                  3: u'Recusandae sit.',
	#                                  4: [   u'http://bertelsenandresen.org/blog/tags/search/',
	#                                         9781]}},
	#         u'reiciendis': {   1: u'Alias sit dicta.',
	#                            2: [   u'Non reiciendis et.',
	#                                   u'gpetersen@yahoo.com',
	#                                   6521],
	#                            3: {   1: 1301,
	#                                   2: u'leonora57@ravn.com',
	#                                   3: [   u'http://www.andreasen.com/main/index/',
	#                                          u'Voluptatibus labore.']}},
	#         u'suscipit': {   9: u'Aut aspernatur.',
	#                          10: [   datetime(2012, 6, 20, 17, 5, 22),
	#                                  8274,
	#                                  u'Accusantium ad fuga.'],
	#                          11: {   9: 95,
	#                                  10: 4508,
	#                                  11: [   u'nielsen.paul@kristiansen.com',
	#                                          Decimal('-535695.69651')]}}})

	fake.pydecimal(left_digits=None, right_digits=None, positive=False)
	# Decimal('-3.33257536446E+12')

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'Est autem ut.',
	#     -6223623340.3,
	#     8046,
	#     u'Fugiat mollitia qui.',
	#     u'bgregersen@yahoo.com',
	#     6016,
	#     84.350711,
	#     u'Ipsa facilis et.',
	#     u'http://srensen.com/',
	#     u'Et quo occaecati.',
	#     u'Non numquam optio.',
	#     8132,
	#     u'Molestiae molestias.']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'elias17@larsen.org',
	#     Decimal('-125.731242'),
	#     u'Amet in aliquam aut.',
	#     u'Reiciendis qui quo.',
	#     85507.0,
	#     Decimal('-246462.8'),
	#     u'Reiciendis esse.',
	#     Decimal('9.77976771537E+13'),
	#     u'Et quisquam et quam.',
	#     u'Tempore itaque.',
	#     u'christoffersen.kristine@thorsen.com')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'http://nielsen.com/privacy.htm', 4900, 2155, u'Saepe eum.', u'Debitis distinctio.', u'Et et omnis amet.', u'Eaque cumque est.', u'Odit autem.', u'http://vestergaard.net/tags/blog/post.html', u'Quo sed qui quis id.', 6712, 5693])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'ab': 9200,
	#     u'at': datetime(2011, 8, 29, 1, 53, 6),
	#     u'dolore': u'Voluptas quaerat.',
	#     u'est': u'Libero doloribus.',
	#     u'et': u'Cumque cumque.',
	#     u'in': 63.8,
	#     u'ut': u'Nulla labore.'}

	fake.pyint()
	# 4625

``faker.providers.ssn``
-----------------------

::

	fake.ssn()
	# u'008-65-4134'

``faker.providers.user_agent``
------------------------------

::

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

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2011-11-26 14:09:17 Firefox/11.0'

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

	fake.opera()
	# u'Opera/9.83.(Windows 95; it-IT) Presto/2.9.163 Version/12.00'

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

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.1; Trident/3.0)'

	fake.user_agent()
	# u'Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/531.45.2 (KHTML, like Gecko) Version/4.0.5 Safari/531.45.2'

	fake.chrome()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/5330 (KHTML, like Gecko) Chrome/15.0.843.0 Safari/5330'

	fake.linux_processor()
	# u'i686'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_9 rv:3.0; en-US) AppleWebKit/531.47.2 (KHTML, like Gecko) Version/5.0.1 Safari/531.47.2'
