Metadata-Version: 2.0
Name: pyrules
Version: 0.1.0
Summary: A Python rules engine inspired by OPS5.
Home-page: https://github.com/petrilli/pyrules
Author: Christopher Petrilli
Author-email: petrilli@amber.org
License: BSD license
Keywords: pyrules
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: attrs (~=17.0)

=======
pyrules
=======


.. image:: https://img.shields.io/pypi/v/pyrules.svg
        :target: https://pypi.python.org/pypi/pyrules

.. image:: https://img.shields.io/travis/petrilli/pyrules.svg
        :target: https://travis-ci.org/petrilli/pyrules

.. image:: https://readthedocs.org/projects/pyrules/badge/?version=latest
        :target: https://pyrules.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/petrilli/pyrules/shield.svg
     :target: https://pyup.io/repos/github/petrilli/pyrules/
     :alt: Updates


A Python rules engine inspired by OPS5.


* Free software: BSD license
* Documentation: https://pyrules.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2017-05-19)
------------------

* First release on PyPI.


