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.
- Host: GitHub
- URL: https://github.com/jaimeloeuf/jevents
- Owner: Jaimeloeuf
- License: mit
- Created: 2019-01-31T15:45:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T13:51:21.000Z (over 5 years ago)
- Last Synced: 2025-06-03T02:17:46.255Z (4 months ago)
- Topics: data-observability, event-driven-programming, eventemitter, events, python
- Language: Python
- Homepage: https://pypi.org/project/Jevents/
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.**