LICENSE
MANIFEST.in
README.md
pyproject.toml
src/openlog/__init__.py
src/openlog/config.toml
src/openlog/logger.py
src/openlog.egg-info/PKG-INFO
src/openlog.egg-info/SOURCES.txt
src/openlog.egg-info/dependency_links.txt
src/openlog.egg-info/requires.txt
src/openlog.egg-info/top_level.txt
src/openlog/core/__init__.py
src/openlog/core/batch.py
src/openlog/core/file_handler.py
src/openlog/core/formatter.py
src/openlog/core/object_formatter.py
src/openlog/core/task_manager.py
src/openlog/core/text_wrapper.py
src/openlog/core/timestamp.py
tests/test_batch.py
tests/test_cli_log.py
tests/test_file_log.py
tests/test_smart_formatting.py
tests/test_task_management.py