An open API service indexing awesome lists of open source software.

https://github.com/jaimeloeuf/jevents

A simple to use EventEmitter and Data-Observer python package.
https://github.com/jaimeloeuf/jevents

data-observability event-driven-programming eventemitter events python

Last synced: 3 months ago
JSON representation

A simple to use EventEmitter and Data-Observer python package.

Awesome Lists containing this project

README

          

### Package name: Jevents
- Author: Jaime Loeuf
- License: [MIT](LICENSE.md)
- Package Desciption:
- This package contains classes/functions to implement `data_observer` patterns and use of `EventEmitters` like those provided by NodeJS runtime and other languages.
- This package does not have any external dependencies.
- Currently this package contains the
1. `Watch` class
2. `wait_for_daemons` function
- Currently lacking more documentation. For now please view test scripts for the different modules to see how to use this package.

**A watered down example on how to use the Watch class is in [sample.py](sample.py).**

**The full version is available inside the test_watch.py script in the 'test' directory.**