LICENSE
README.md
pyproject.toml
src/sthali_core/__init__.py
src/sthali_core/__main__.py
src/sthali_core.egg-info/PKG-INFO
src/sthali_core.egg-info/SOURCES.txt
src/sthali_core.egg-info/dependency_links.txt
src/sthali_core.egg-info/entry_points.txt
src/sthali_core.egg-info/requires.txt
src/sthali_core.egg-info/top_level.txt
src/sthali_core/scripts/__init__.py
src/sthali_core/scripts/commons.py
src/sthali_core/scripts/docs/__init__.py
src/sthali_core/scripts/docs/generate_docstring.py
src/sthali_core/scripts/docs/generate_mkdocs.py
src/sthali_core/scripts/project/__init__.py
src/sthali_core/scripts/project/generate_project.py
src/sthali_core/utils/__init__.py
src/sthali_core/utils/base.py
src/sthali_core/utils/enum_clients.py
src/sthali_core/utils/run_server.py
tests/test_base.py
tests/test_cli.py
tests/test_enum_clients.py
tests/test_run_server.py