Pyee

Latest version: v13.0.0

Safety actively analyzes 724004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 8

5.0.0

- CHANGELOG.md reformatted to CHANGELOG.rst
- Added CONTRIBUTORS.rst
- The `listeners` method no longer returns the raw list of listeners, and
instead returns a list of unwrapped listeners; This means that mutating
listeners on the EventEmitter by mutating the list returned by
this method isn't possible anymore, and that for once handlers this method
returns the unwrapped handler rather than the wrapped handler
- `once` API now returns the unwrapped handler in both decorator and
non-decorator cases
- Possible to remove once handlers with unwrapped handlers
- Internally, listeners are now stored on a OrderedDict rather than a list
- Minor stylistic tweaks to make code more pythonic

4.0.1

- Fix bug in setup.py; Now publishable

4.0.0

- Coroutines now work with .once
- Wrapped listener is removed prior to hook execution rather than after for
synchronous .once handlers

3.0.3

- Add universal wheel

3.0.2

- EventEmitter now inherits from object

3.0.1

- Fixes/Updates to pyee docs
- Uses vcversioner for managing version information

Page 6 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.