Metadata-Version: 1.1
Name: bashlex
Version: 0.14
Summary: Python parser for bash
Home-page: https://github.com/idank/bashlex.git
Author: Idan Kamara
Author-email: idankk86@gmail.com
License: GPLv3+
Description: bashlex is a Python port of the parser used internally by GNU bash.
        
        For the most part it's transliterated from C, the major differences are:
        
        1. it does not execute anything
        2. it is reentrant
        3. it generates a complete AST
        
        See https://github.com/idank/bashlex/blob/master/README.md for more info.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: System Shells
Classifier: Topic :: Text Processing
