An open API service indexing awesome lists of open source software.

https://github.com/icio/evil

Expression eviluator
https://github.com/icio/evil

Last synced: about 1 year ago
JSON representation

Expression eviluator

Awesome Lists containing this project

README

          

Evil |build-status|
===================

.. |build-status| image:: https://travis-ci.org/icio/evil.png?branch=master
:target: https://travis-ci.org/icio/evil

Evil is a utility library for evaluating single expressions composed of patterns and operators, allowing user expressivity beyond what command-line arguments can express.

Development
-----------

To run the unit tests for the project you can use Python's built-in unittest library with the following command (though `Nosetests`_ or the like is highly recommended)::

$ python setup.py test
.............
-----------------------------------------------------------------
14 tests run in 0.0 seconds (14 tests passed)

.. _Nosetests: http://nose.readthedocs.org/en/latest/