Metadata-Version: 2.0
Name: simple-shell-parser
Version: 0.1.2
Summary: A sample shell command-line parser
Home-page: https://github.com/odalle/simple_shell_parser
Author: Olivier Dalle
Author-email: olivier.dalle@unice.fr
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
Requires-Dist: parglare

A simple shell command-line parser that accepts job pipelines
with redirections of stdin/stdout/stderr, including the append and here-document
redirections.


