Metadata-Version: 2.1
Name: pyrsl
Version: 2.1.1
Summary: Interpreter for the Rule Specification Language (RSL)
Home-page: https://github.com/xtuml/pyrsl
Author: John Törnblom
Author-email: john.tornblom@gmail.com
License: GPLv3
Keywords: rsl xtuml bridgepoint
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Interpreters
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires: ply
Requires: xtuml
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS

pyrsl |Build Status| |Coverage Status|
======================================

pyrsl is an interpreter for a language called RSL (Rule Specification Language).
RSL is commonly used as a template language to express transformations from a
`BridgePoint <https://www.xtuml.org>`__ model into a textual representation,
e.g. when writing model compilers or when generating html documentation from a
model.

Documentation
~~~~~~~~~~~~~
Information on how to install and use pyrsl is available at `Read the Docs
<http://pyrsl.readthedocs.io>`__.

Reporting bugs
~~~~~~~~~~~~~~
If you encounter problems with pyrsl, please `file a github
issue <https://github.com/xtuml/pyrsl/issues/new>`__. If you plan on
sending pull request which affect more than a few lines of code, please file an
issue before you start to work on you changes. This will allow us to discuss the
solution properly before you commit time and effort.

License
~~~~~~~
pyrsl is licensed under the GPLv3, see LICENSE for more information.

.. |Build Status| image:: https://github.com/xtuml/pyrsl/actions/workflows/run-tests.yaml/badge.svg
.. |Coverage Status| image:: https://coveralls.io/repos/xtuml/pyrsl/badge.svg?branch=master
   :target: https://coveralls.io/r/xtuml/pyrsl?branch=master



