LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
eventemitter/__init__.py
eventemitter/collections.py
eventemitter/eventemitter.py
eventemitter/events.py
eventemitter/handlers.py
eventemitter/protocol.py
eventemitter/py.typed
eventemitter/types.py
eventemitter/utils.py
python_eventemitter.egg-info/PKG-INFO
python_eventemitter.egg-info/SOURCES.txt
python_eventemitter.egg-info/dependency_links.txt
python_eventemitter.egg-info/requires.txt
python_eventemitter.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_emit.py
tests/test_errors.py
tests/test_event_new_listener.py
tests/test_event_remove_listener.py
tests/test_events.py
tests/test_inheritance.py
tests/test_listeners.py
tests/test_once.py
tests/test_prepend.py
tests/test_remove_all_listeners.py
tests/test_remove_listener.py
tests/utils.py
tests/asyncio/__init__.py
tests/asyncio/test_emit.py
tests/asyncio/test_errors.py
tests/asyncio/test_event_new_listener.py
tests/asyncio/test_event_remove_listener.py
tests/asyncio/test_events.py
tests/asyncio/test_inheritance.py
tests/asyncio/test_listeners.py
tests/asyncio/test_once.py
tests/asyncio/test_prepend.py
tests/asyncio/test_remove_all_listeners.py
tests/asyncio/test_remove_listener.py