README.md
setup.py
edri/__init__.py
edri.egg-info/PKG-INFO
edri.egg-info/SOURCES.txt
edri.egg-info/dependency_links.txt
edri.egg-info/requires.txt
edri.egg-info/top_level.txt
edri/abstract/__init__.py
edri/abstract/manager/__init__.py
edri/abstract/manager/manager_base.py
edri/abstract/manager/manager_priority_base.py
edri/abstract/manager/worker.py
edri/abstract/worker/__init__.py
edri/abstract/worker/worker.py
edri/abstract/worker/worker_process.py
edri/abstract/worker/worker_thread.py
edri/api/__init__.py
edri/api/broker.py
edri/api/listener.py
edri/api/middleware.py
edri/api/dataclass/__init__.py
edri/api/dataclass/api_event.py
edri/api/dataclass/client.py
edri/api/dataclass/file.py
edri/api/extensions/__init__.py
edri/api/extensions/url_extension.py
edri/api/extensions/url_prefix.py
edri/api/handlers/__init__.py
edri/api/handlers/base_handler.py
edri/api/handlers/html_handler.py
edri/api/handlers/http_handler.py
edri/api/handlers/rest_handler.py
edri/api/handlers/websocket_handler.py
edri/api/static_pages/health_check_status.j2
edri/api/static_pages/status_300.j2
edri/api/static_pages/status_400.j2
edri/api/static_pages/status_500.j2
edri/config/__init__.py
edri/config/constant.py
edri/config/setting.py
edri/dataclass/__init__.py
edri/dataclass/event.py
edri/dataclass/health_checker.py
edri/dataclass/injection.py
edri/dataclass/response.py
edri/dataclass/directive/__init__.py
edri/dataclass/directive/base.py
edri/dataclass/directive/html.py
edri/dataclass/directive/http.py
edri/events/__init__.py
edri/events/api/__init__.py
edri/events/api/client/__init__.py
edri/events/api/client/register.py
edri/events/api/client/unregister.py
edri/events/api/group/__init__.py
edri/events/api/group/client.py
edri/events/api/group/manage.py
edri/events/api/manage/__init__.py
edri/events/api/manage/list_registered.py
edri/events/api/manage/register.py
edri/events/api/manage/unregister.py
edri/events/api/manage/unregister_all.py
edri/events/edri/__init__.py
edri/events/edri/group/__init__.py
edri/events/edri/group/manager.py
edri/events/edri/group/router.py
edri/events/edri/group/scheduler.py
edri/events/edri/group/store.py
edri/events/edri/group/switch.py
edri/events/edri/group/test.py
edri/events/edri/manager/__init__.py
edri/events/edri/manager/restart.py
edri/events/edri/manager/stream_close.py
edri/events/edri/manager/stream_create.py
edri/events/edri/manager/stream_message.py
edri/events/edri/manager/worker_quit.py
edri/events/edri/router/__init__.py
edri/events/edri/router/demands.py
edri/events/edri/router/health_check.py
edri/events/edri/router/last_events.py
edri/events/edri/router/send_from.py
edri/events/edri/router/subscribe.py
edri/events/edri/router/subscribe_connector.py
edri/events/edri/router/subscribed_external.py
edri/events/edri/router/subscribed_new.py
edri/events/edri/router/unsubscribe.py
edri/events/edri/router/unsubscribe_all.py
edri/events/edri/scheduler/__init__.py
edri/events/edri/scheduler/cancel.py
edri/events/edri/scheduler/set.py
edri/events/edri/scheduler/set_or_update.py
edri/events/edri/scheduler/update.py
edri/events/edri/store/__init__.py
edri/events/edri/store/delete.py
edri/events/edri/store/get.py
edri/events/edri/store/get_callback.py
edri/events/edri/store/set.py
edri/router/__init__.py
edri/router/cache.py
edri/router/health_checker.py
edri/router/router.py
edri/router/connector/__init__.py
edri/router/connector/connector.py
edri/router/connector/socket.py
edri/switch/__init__.py
edri/switch/connection.py
edri/switch/forwarder.py
edri/switch/receiver.py
edri/switch/sender.py
edri/switch/switch.py
edri/utility/__init__.py
edri/utility/function.py
edri/utility/json_encoder.py
edri/utility/normalized_default_dict.py
edri/utility/queue.py
edri/utility/storage.py
edri/utility/transformation.py
edri/utility/validation.py
edri/utility/watcher.py
edri/utility/manager/__init__.py
edri/utility/manager/scheduler.py
edri/utility/manager/store.py
tests/test_edri_init.py