Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thread/routemaster
A state machine service.
https://github.com/thread/routemaster
python state-machine
Last synced: 2 months ago
JSON representation
A state machine service.
- Host: GitHub
- URL: https://github.com/thread/routemaster
- Owner: thread
- License: mit
- Created: 2017-12-05T16:36:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T16:00:21.000Z (about 2 years ago)
- Last Synced: 2024-11-01T18:38:55.681Z (2 months ago)
- Topics: python, state-machine
- Language: Python
- Homepage:
- Size: 1.33 MB
- Stars: 15
- Watchers: 19
- Forks: 3
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Routemaster](docs/logo-readme-github.png)
- - -
[![CircleCI](https://circleci.com/gh/thread/routemaster.svg?style=shield&circle-token=3973777302b4f7f00f5b9eb1c07e3c681ea94f35)](https://circleci.com/gh/thread/routemaster) [![Coverage Status](https://coveralls.io/repos/github/thread/routemaster/badge.svg?branch=master)](https://coveralls.io/github/thread/routemaster?branch=master)
State machines as a service.
Routemaster is designed to enable the creation of complex, but clearly defined,
state machines used by multiple separate services.##### Useful Links
- [About Routemaster](docs/about.md)
- [Glossary](docs/glossary.md)
- [Hacking on Routemaster](docs/hacking.md)
- [Deployment](docs/deployment.md)
- [Migrations FAQ](docs/migrations.md)
- [Routemaster on PyPI](https://pypi.python.org/pypi/routemaster)
- [Routemaster on Docker Hub](https://hub.docker.com/r/thread/routemaster/)