CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/plugflow/__init__.py
src/plugflow/_version.py
src/plugflow/base.py
src/plugflow/loader.py
src/plugflow/manager.py
src/plugflow/watcher.py
src/plugflow.egg-info/PKG-INFO
src/plugflow.egg-info/SOURCES.txt
src/plugflow.egg-info/dependency_links.txt
src/plugflow.egg-info/not-zip-safe
src/plugflow.egg-info/requires.txt
src/plugflow.egg-info/top_level.txt
tests/test_all.py
tests/test_basic.py
tests/integration/test_examples.py
tests/unit/test_events.py
tests/unit/test_hot_reload.py
tests/unit/test_manager.py
tests/unit/test_messaging.py
tests/unit/test_plugins.py