Metadata-Version: 2.4
Name: eventflowsys
Version: 0.1.1
Summary: Base logger and internal event bus implementations.
Author: Your Name
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: loguru>=0.7.3
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"

# eventlog

A Python package providing a base logger class and two types of internal local event busses.

## Structure
- `logger_base.py`: Base class for logging
- `event_bus.py`: Local event bus implementations
