Sismic Interactive Statechart Model Interpreter and Checker
Project description
Sismic Interactive Statechart Model Interpreter and Checker
Statecharts are a well-known visual language for modeling the executable behavior of complex reactive event-based systems. The Sismic library for Python >= 3.4 provides a set of tools to define, validate, simulate, execute and debug statecharts. More specifically, Sismic provides:
An easy way to define and to import statecharts, based on the human-friendly YAML markup language
A statechart interpreter offering a discrete, step-by-step, and fully observable simulation engine
Synchronous and asynchronous simulation, in real time or simulated time
Support for communication between statecharts and co-simulation
Built-in support for expressing actions and guards using regular Python code, can be easily extended to other programming languages
A design-by-contract approach for statecharts: contracts can be specified to express invariants, sequential conditions, pre- and postconditions on states and transitions
Predefined step definitions and utilities (including test coverage) to support behavior-driven development
A unit testing framework for statecharts, including generation of test scenarios
Installation
Sismic can be installed using pip as usual: pip install sismic. This will install the latest stable version.
You can also install Sismic from this repository by cloning it. The development occurs in the devel branch, the latest stable distributed version is in the master branch.
Sismic requires Python >=3.4
Documentation
The documentation for the latest distributed version is available on sismic.readthedocs.io.
Many examples are available in docs/examples.
The documentation can also be directly built from the docs directory using Sphinx.
Changelog
See documentation’s changelog. Unreleased changes are visible here.
Credits
The Sismic library for Python is mainly developed by Alexandre Decan at the University of Mons.
Sismic is released publicly under the GNU Lesser General Public Licence version 3.0 (LGPLv3).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sismic-0.22.3.tar.gz
.
File metadata
- Download URL: sismic-0.22.3.tar.gz
- Upload date:
- Size: 774.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8adab2bb543a1e8f25b093fdc2c98f04ff52810abd022be8f8474b458bc5d4d5 |
|
MD5 | 067ae64492652580276b0302ae8573d1 |
|
BLAKE2b-256 | b015647b8e35138bc2d4fb6b7dbbb615bf6928292ab1a2fc1f9df34a739b4047 |
File details
Details for the file sismic-0.22.3-py3-none-any.whl
.
File metadata
- Download URL: sismic-0.22.3-py3-none-any.whl
- Upload date:
- Size: 43.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4d62f91a89739d70e29aa7bd62604caafbd4907547aa26370d8743fbfed6025 |
|
MD5 | ff78bd528647f9e5583cfbda4c82df09 |
|
BLAKE2b-256 | 41cabe6ba656b9a756e5608883b970a5be229205c66ddd1c79d182200727c2e9 |