CHANGELOG.md
LICENSE
MANIFEST.in
README.md
demo_smartlogger.py
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
./smartlogger/__init__.py
./smartlogger/auto.py
./smartlogger/config/__init__.py
./smartlogger/config/colors.py
./smartlogger/config/defaults.py
./smartlogger/core/__init__.py
./smartlogger/core/formatter.py
./smartlogger/core/handler.py
./smartlogger/core/monkey_patch.py
./smartlogger/utils/__init__.py
./smartlogger/utils/compatibility.py
./smartlogger/utils/terminal.py
docs/configuration.md
docs/installation.md
docs/usage.md
examples/basic_usage.py
examples/custom_colors.py
examples/integration_example.py
pysmartlogger.egg-info/PKG-INFO
pysmartlogger.egg-info/SOURCES.txt
pysmartlogger.egg-info/dependency_links.txt
pysmartlogger.egg-info/top_level.txt
smartlogger/__init__.py
smartlogger/auto.py
smartlogger/config/__init__.py
smartlogger/config/colors.py
smartlogger/config/defaults.py
smartlogger/core/__init__.py
smartlogger/core/formatter.py
smartlogger/core/handler.py
smartlogger/core/monkey_patch.py
smartlogger/utils/__init__.py
smartlogger/utils/compatibility.py
smartlogger/utils/terminal.py
tests/__init__.py
tests/test_auto.py
tests/test_formatter.py
tests/test_handler.py
tests/test_integration.py