Metadata-Version: 2.0
Name: expression-parser
Version: 0.0.1
Summary: Sandboxed expression parser
Home-page: https://github.com/lhelwerd/expression-parser
Author: Leon Helwerda
Author-email: l.s.helwerda@liacs.leidenuniv.nl
License: Apache License, Version 2.0
Description-Content-Type: UNKNOWN
Keywords: expression,parser,sandbox
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Interpreters

Python sandboxed expression parser.
This parser can calculate the results of a single simple expression,
disallowing any complicated functions or control structures, with support for
custom variable and function environment contexts.

