README.md
pyproject.toml
setup.py
src/shadowshell/__init__.py
src/shadowshell.egg-info/PKG-INFO
src/shadowshell.egg-info/SOURCES.txt
src/shadowshell.egg-info/dependency_links.txt
src/shadowshell.egg-info/requires.txt
src/shadowshell.egg-info/top_level.txt
src/shadowshell/backup/bootstrap.py
src/shadowshell/backup/test.py
src/shadowshell/boot/__init__.py
src/shadowshell/boot/starter.py
src/shadowshell/config/__init__.py
src/shadowshell/config/configurator.py
src/shadowshell/db/__init__.py
src/shadowshell/db/db_starter.py
src/shadowshell/file/__init__.py
src/shadowshell/file/file_util.py
src/shadowshell/logging/__init__.py
src/shadowshell/logging/console_logger.py
src/shadowshell/logging/logger.py
src/shadowshell/logging/logger_factory.py
src/shadowshell/logging/logging_constants.py
src/shadowshell/logging/logging_logger.py
src/shadowshell/model/__init__.py
src/shadowshell/model/dataset.py
src/shadowshell/model/tree.py
src/shadowshell/monitor/__init__.py
src/shadowshell/monitor/monitor.py
src/shadowshell/request/__init__.py
src/shadowshell/request/request.py
src/shadowshell/serialize/__init__.py
src/shadowshell/serialize/serializable.py
src/shadowshell/serialize/serializer.py
src/shadowshell/serialize/serializer_factory.py
src/shadowshell/serialize/serializer_json.py
src/shadowshell/test/__init__.py
src/shadowshell/test/test.py
src/shadowshell/xyz/__init__.py
src/shadowshell/xyz/xyz.py
tests/test copy.py
tests/test.py
tests/test22.py
tests/test_db.py
tests/test_logging.py
tests/test_serializer.py
tests/test_tree.py
tests/test_xyz.py