https://github.com/xlfe/aios
[wip] aios is a state and transition abstraction manager for Python 3.5+
https://github.com/xlfe/aios
abstraction finite-state-machine state
Last synced: 4 months ago
JSON representation
[wip] aios is a state and transition abstraction manager for Python 3.5+
- Host: GitHub
- URL: https://github.com/xlfe/aios
- Owner: xlfe
- License: gpl-3.0
- Created: 2018-10-20T03:26:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T07:28:41.000Z (over 6 years ago)
- Last Synced: 2025-02-18T18:24:31.714Z (5 months ago)
- Topics: abstraction, finite-state-machine, state
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## aios
asynchronous state, transition and abstraction manager for Python 3.5+
```bash
pip install aios
```[Docs are available](http://aios.readthedocs.org) - but are a work in progress.
### Features
* State machine
* Class hierarchy management#### Todo
* Timed & repeated actions
* Cron/scheduled actions### Demo
* add demo code *