feat: added py-stream
A Python PaloIT library that provides a common interface to different message brokers such as PubSub, Kafka, RabbitMQ. It abstracts the complexity of using these brokers' APIs directly, allowing developers to focus on their application logic.
Showing
.gitignore
0 → 100644
poetry.lock
0 → 100644
This diff is collapsed.
pyproject.toml
0 → 100644
src/py_stream/__init__.py
0 → 100644
src/py_stream/settings.py
0 → 100644
tests/__init__.py
0 → 100644
tests/test_event_handler.py
0 → 100644
Please register or sign in to comment