Metadata-Version: 2.1
Name: dstwrapper
Version: 0.0.2
Summary: Python wrapper for Danmarks Statistik API
Home-page: https://github.com/intepa
Author: Emil Sorensen
Author-email: ews@intepa.dk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# dstwrapper
dstwrapper is a Python wrapper for the API provided by the central authority on Danish statistics (Danmarks Statistik)

## Usage
To get started

`import dstwrapper as dst`

Explore the datasets by runnning `dst.explore()`

You can also explore a specific dataset by adding it as a parameter `dst.explore('PRIS111')`

This will be updated soon...

