.gitignore
LICENSE
README.md
example.py
pyproject.toml
release.sh
run_tests.py
verify-code-quality.sh
.claude/settings.local.json
.github/workflows/ci-cd.yml
py_micro_plumberd/__init__.py
py_micro_plumberd/_version.py
py_micro_plumberd/client.py
py_micro_plumberd/command_bus.py
py_micro_plumberd/event.py
py_micro_plumberd/metadata.py
py_micro_plumberd/py.typed
py_micro_plumberd/stream.py
py_micro_plumberd.egg-info/PKG-INFO
py_micro_plumberd.egg-info/SOURCES.txt
py_micro_plumberd.egg-info/dependency_links.txt
py_micro_plumberd.egg-info/requires.txt
py_micro_plumberd.egg-info/top_level.txt
scripts/bump_version.py
tests/__init__.py
tests/test_command_bus.py
tests/test_integration.py
tests/test_metadata.py
tests/test_pydantic_events.py
tests/test_stream.py
tests/csharp/Events.cs
tests/csharp/PyMicroPlumberd.IntegrationTests.csproj
tests/csharp/PyMicroPlumberd.IntegrationTests.sln
tests/csharp/README.md
tests/csharp/ReadPythonEventsTests.cs
tests/csharp/testEnvironments.json