.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.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/exceptions.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/static/datawrapper_logo_light.png
docs/static/datawrapper_logo_light_small.png
docs/user-guide/api.rst
docs/user-guide/contributing.md
docs/user-guide/usage.ipynb
tests/area_markers.json
tests/test_api_tokens.py
tests/test_basemaps.py
tests/test_datawrapper.py
tests/test_display_urls.py
tests/test_exceptions.py
tests/test_folders.py
tests/test_login_tokens.py
tests/test_maps.py
tests/test_me.py
tests/test_oembed.py
tests/test_river.py
tests/test_teams.py
tests/test_themes.py
tests/test_token_scopes.py
tests/test_users.py