python3-pyee

Python 3 port of node.js's EventEmitter to Python
  https://github.com/jfhbrook/pyee
  0
  no reviews



This package contains the pyee module for Python 3. pyee supplies an EventEmitter object similar to the EventEmitter from node.js. This allows developers to register a function to an event, which means that when the event is emitted, the function will be called.