Metadata-Version: 1.1
Name: splparser
Version: 0.2.0
Summary: A simple parser for the Splunk Processing Language which emits parse trees.
Home-page: http://pypi.python.org/splparser
Author: Sara Alspaugh
Author-email: saraalspaugh@gmail.com
License: BSD
Description: This project provides a simple parser for the Splunk Processing Language (SPL) in Python.
        It outputs parse trees of SPL queries.
        It is not necessarily intended to be used as part of a compiler.
        
        It is capable of parsing 66 of the most common approximately 132 SPL commands.
        
        Pull requests welcome.
        
        Contact:
        Sara Alspaugh saraalspaugh@gmail.com
        
Keywords: Splunk Processing Language SPL parser
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Other
Classifier: Topic :: Software Development :: Compilers
Classifier: License :: OSI Approved :: BSD License
Requires: ply
Requires: nose
