.editorconfig
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Pipfile
Pipfile.lock
README.md
SECURITY.md
setup.cfg
setup.py
.github/.stale.yml
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/continuous-deployment.yml
datawrapper/__init__.py
datawrapper/__main__.py
datawrapper/example.py
datawrapper.egg-info/PKG-INFO
datawrapper.egg-info/SOURCES.txt
datawrapper.egg-info/dependency_links.txt
datawrapper.egg-info/requires.txt
datawrapper.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/requirements.txt
docs/_templates/class.md
docs/about/API.rst
docs/about/authors.md
docs/about/contributing.md
docs/about/history.md
docs/static/datawrapper_logo_light.png
docs/static/datawrapper_logo_light_small.png
docs/user-guide/installation.md
docs/user-guide/usage.ipynb
tests/test_example/test_hello.py