Skip to main content

A simple class based finite state machine with parsing time validation

Project description

A simple class based finite state machine with parsing time validation

  • Free software: MIT license

Installation

pip install tuco

Documentation

https://python-tuco.readthedocs.io/

Development

Make sure you have a running redis instance and to run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox

Changelog

0.3.0

  • Fix: Propagate existing __classcell__ to fix a DeprecationWarning.

0.2.0

  • Feature: Add get_all_states() method.

0.1.0

  • Initial release.

Project details


Download files

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

Source Distribution

tuco-0.3.0.tar.gz (29.9 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