https://github.com/icio/evil
Expression eviluator
https://github.com/icio/evil
Last synced: about 1 year ago
JSON representation
Expression eviluator
- Host: GitHub
- URL: https://github.com/icio/evil
- Owner: icio
- License: mit
- Created: 2014-02-21T13:20:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-11T01:01:16.000Z (over 12 years ago)
- Last Synced: 2025-04-12T00:39:11.240Z (about 1 year ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/evil
- Size: 348 KB
- Stars: 5
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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/