Metadata-Version: 1.1
Name: brabbel
Version: 0.1
Summary: A simple python based expression language
Home-page: https://bitbucket.org/ti/brabbel
Author: Torsten Irlaender
Author-email: torsten.irlaender@googlemail.com
License: MIT
Description: Brabbel
        =======
        
        Brabbel is a small python based expression language which can be used to
        evaluate simple expressions.
        
        Brabbel provides the following set of features:
        
        * Values: Strings, Numbers, Variables , Lists
        * simple arithmetic operations: + - / *
        * simple equation : < > <= >= == !=
        * simple bool operation: and or not
        * function calls: date, bool
        * other: check if values is _in_ a list
        
        Brabbel is the german term for the first "language" of a baby and emphasises
        the reduced coverage of this language.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
