Metadata-Version: 2.1
Name: educelab-cmdparse
Version: 0.2.0
Summary: Python module for parsing arbitrary pipeline commands
Home-page: https://gitlab.com/educelab/educelab-cmdparse
Download-URL: https://gitlab.com/educelab/educelab-cmdparse
Author: Seth Parker
Author-email: c.seth.parker@uky.edu
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'

# educelab-cmdparse

`educelab-cmdparse` is a Python module for parsing arbitrary pipeline commands 
from program arguments. It is meant to be used in conjunction with `argparse`.

## Requirements
- Python 3.9+

## Installation

This project is available on PyPI:

```shell
python3 -m pip install educelab-cmdparse
```
