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

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+

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 *