Metadata-Version: 1.0
Name: booleano
Version: 1.0a1dev-20090715
Summary: Boolean Expressions Interpreter
Home-page: http://code.gustavonarea.net/booleano/
Author: Gustavo Narea
Author-email: me@gustavonarea.net
License: MIT X License (http://www.opensource.org/licenses/mit-license.php)
Description: Booleano: Boolean Expressions Interpreter
        =========================================
        
        **Booleano** is an interpreter of `boolean expressions
        <http://en.wikipedia.org/wiki/Boolean_expression>`_, a library to **define
        and run filters** available as text (e.g., in a natural language) or in
        `Python <http://python.org/>`_ code.
        
        In order to handle text-based filters, Booleano ships with a fully-featured
        parser whose grammar is `adaptive
        <http://en.wikipedia.org/wiki/Adaptive_grammar>`_. Many
        properties can be overridden using simple configuration directives, but
        because it's powered by `Pyparsing <http://pyparsing.wikispaces.com/>`_,
        you can use it to define complex grammars too.
        
        On the other hand, the library exposes a pythonic API for filters written
        in pure Python. These filters are particularly useful to build reusable
        conditions from objects provided by a third party library.
        
        Links
        -----
        
        * `Web site <http://code.gustavonarea.net/booleano/>`_.
        * `Mailing list <http://groups.google.com/group/booleano>`_.
        * `Bug reports <https://bugs.launchpad.net/booleano>`_.
        
Keywords: boolean expression natural language condition conditions
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing :: Linguistic
