https://github.com/jakub21/edm-framework
Event Driven Multiprocessing is a general purpose, modular, non-web Python framework [Proof of concept]
https://github.com/jakub21/edm-framework
event-driven framework multiprocessing
Last synced: 6 months ago
JSON representation
Event Driven Multiprocessing is a general purpose, modular, non-web Python framework [Proof of concept]
- Host: GitHub
- URL: https://github.com/jakub21/edm-framework
- Owner: Jakub21
- License: mit
- Created: 2023-12-23T08:20:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T17:15:22.000Z (about 2 years ago)
- Last Synced: 2025-09-08T23:42:03.803Z (7 months ago)
- Topics: event-driven, framework, multiprocessing
- Language: Python
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# Event Driven Multiprocessing Framework
EDM is a general purpose **non-web** Python framework.
Successor of my (very) old [mp-plugs](https://github.com/Jakub21/mpplugs) project.
The project is currently in a **Proof of Concept** stage.
### Resources
Repository: [GitHub](https://github.com/Jakub21/edm-framework)
PyPi: **(todo)**
Documentation: **(todo)** but you can take a look at my general idea [here](https://github.com/Jakub21/edm-framework/tree/master/documentation)
### License
[MIT License.](https://github.com/Jakub21/edm-framework/blob/master/License.md)
### Authors
Author: [Jakub21](https://github.com/Jakub21)
Contributions and suggestions are welcome.