Skip to main content

Provides the implementation of a configurable state machine

Project description

Travis CI build status (Linux) Latest PyPI version Documentation Status https://coveralls.io/repos/github/jonDel/state_machine_db/badge.svg?branch=master Code Health

state_machine_db

state_machine_db provides the implementation of a recoverable (sqlite3) state machine

Example

>>> import logging
>>> loggin.basicConfig()
>>> from state_machine_db import StateMachine
>>> st = StateMachine('/tmp/db.sqlite', 'first')
>>> st.logger.setLevel('DEBUG')
>>> st.start()
>>> st.update_flag = True

Installation

To install state_machine, simply run:

$ pip install state_machine_db

state_machine_db is compatible with Python 2.6+

Documentation

https://state_machine_db.readthedocs.io

Source Code

Feel free to fork, evaluate and contribute to this project.

Source: https://github.com/jonDel/state_machine_db

License

GPLv3 licensed.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

state_machine_db-0.1.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

state_machine_db-0.1-py2.7.egg (5.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page