LICENSE
README.md
pyproject.toml
src/main.py
src/evenity/__init__.py
src/evenity/observable.py
src/evenity/observer.py
src/evenity.egg-info/PKG-INFO
src/evenity.egg-info/SOURCES.txt
src/evenity.egg-info/dependency_links.txt
src/evenity.egg-info/top_level.txt
src/evenity/plugins/__init__.py
src/evenity/plugins/ftp.py
src/evenity/plugins/kafka.py
src/evenity/plugins/shell.py
src/evenity/plugins/telegram.py
src/evenity/plugins/websocket.py
tests/test_memory_leak.py
tests/test_simple.py