Skip to content

Sysl v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@juliaogris juliaogris released this 10 Jan 06:54
· 1602 commits to master since this release
8a2d361

Sysl (system specification language) initial pre-release

Using Sysl, you can specify systems, endpoints, endpoint behaviour, data models and data transformations. The Sysl compiler automatically generates sequence diagrams, integrations, and other views. It also offers a range of code generation options, all from one common Sysl specification.

Install sysl with pip install sysl
Execute with sysl --help and reljam --help
Find more information in the README.

Recent updates

  • Updated documentation
  • Improved usage and error messages
  • Removed bazel in favour of setup.py
  • Fixed CI build on travis
  • Introduced CI build on appveyor