.coveragerc
.gitignore
.readthedocs.yml
CONTRIBUTING.rst
EMAILING.rst
LICENSE.txt
README.md
README.rst
TEMPLATING.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/codeql-analysis.yml
.github/workflows/pages.yml
.github/workflows/tox.yml
docs/.nojekyll
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/emailing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/templating.rst
docs/_static/.gitignore
src/pyPrediktorUtilities.egg-info/PKG-INFO
src/pyPrediktorUtilities.egg-info/SOURCES.txt
src/pyPrediktorUtilities.egg-info/dependency_links.txt
src/pyPrediktorUtilities.egg-info/not-zip-safe
src/pyPrediktorUtilities.egg-info/requires.txt
src/pyPrediktorUtilities.egg-info/top_level.txt
src/pyprediktorutilities/__init__.py
src/pyprediktorutilities/file_transfer.py
src/pyprediktorutilities/send_email.py
src/pyprediktorutilities/shared.py
src/pyprediktorutilities/singleton.py
src/pyprediktorutilities/templating.py
src/pyprediktorutilities/dwh/__init__.py
src/pyprediktorutilities/dwh/dwh.py
src/pyprediktorutilities/dwh/dwh_singleton.py
tests/conftest.py
tests/helpers.py
tests/test_email.py
tests/test_file_transfer.py
tests/test_shared.py
tests/test_templating.py
tests/dwh/test_dwh.py
tests/dwh/test_dwh_singleton.py