README.md
pyproject.toml
src/shadowshell/__init__.py
src/shadowshell/bootstrap.py
src/shadowshell/configurator.py
src/shadowshell/console_logger.py
src/shadowshell/git_shell.py
src/shadowshell/logger.py
src/shadowshell/logger_factory.py
src/shadowshell/stock_trader.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/boot/__init__.py
src/shadowshell/boot/starter.py
src/shadowshell/config/__init__.py
src/shadowshell/config/configurator.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/monitor/__init__.py
src/shadowshell/monitor/monitor.py
src/shadowshell/serialize/__init__.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
tests/tests.py