Sismic Interactive Statechart Model Interpreter and Checker
Project description
Sismic Interactive Statechart Model Interpreter and Checker
Sismic is a recursive acronym that stands for Sismic Interactive Statechart Model Interpreter and Checker.
Statecharts are a well-known visual modeling language for representing the executable behavior of complex reactive event-based systems. Sismic library for Python (version 3.4 or higher) provides a set of tools to define, validate, simulate, execute and test 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
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, pre- and postconditions on states and transitions
Runtime checking of behavioral properties expressed as statecharts
Built-in support for behavior-driven development
Synchronous and asynchronous simulation, in real time or simulated time
Support for communication between statecharts and co-simulation
Statechart visualization using PlantUML
Some experimental features are also available as feature branches.
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.26.3.tar.gz
.
File metadata
- Download URL: sismic-0.26.3.tar.gz
- Upload date:
- Size: 777.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4029730428557c9fadb8384b889e233776453284337d3edcac1d4369894b5614 |
|
MD5 | 9d3fbdd01e1bddce3f77c8b07fadd45b |
|
BLAKE2b-256 | 31f5af24ae58b925529ff29e40ea99d62642eadd4894b0b6f9feab1c157a579d |
File details
Details for the file sismic-0.26.3-py3-none-any.whl
.
File metadata
- Download URL: sismic-0.26.3-py3-none-any.whl
- Upload date:
- Size: 42.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62455e29dc77996489800a5dfe5be4ff3165c28c4590094d64ab4926e71d8152 |
|
MD5 | abad3fc3945ba888aa3983e275c3d3dc |
|
BLAKE2b-256 | cf4c5eb2be060e87b41115202391c81ae51474bc026ec1dbf0cd91a72f96ebe3 |