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](https://github.com/anz-bank/sysl/blob/v0.1.1/README.rst).
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`