LICENSE
README.md
pyproject.toml
src/scaldys_template/__about__.py
src/scaldys_template/__init__.py
src/scaldys_template/__main__.py
src/scaldys_template/py.typed
src/scaldys_template.egg-info/PKG-INFO
src/scaldys_template.egg-info/SOURCES.txt
src/scaldys_template.egg-info/dependency_links.txt
src/scaldys_template.egg-info/entry_points.txt
src/scaldys_template.egg-info/requires.txt
src/scaldys_template.egg-info/top_level.txt
src/scaldys_template/cli/__init__.py
src/scaldys_template/cli/cli.py
src/scaldys_template/cli/settings.py
src/scaldys_template/cli/commands/__init__.py
src/scaldys_template/cli/commands/arg_types.py
src/scaldys_template/cli/commands/cmd_export.py
src/scaldys_template/cli/commands/cmd_process.py
src/scaldys_template/cli/commands/cmd_settings.py
src/scaldys_template/common/__init__.py
src/scaldys_template/common/app_location.py
src/scaldys_template/common/logging.py
src/scaldys_template/core/async_processor.py
src/scaldys_template/core/database.py
src/scaldys_template/core/export.py