CLASP.Python <!-- omit in toc --
Command-Line Argument Sorting and Parsing, for Python
[](https://opensource.org/licenses/BSD-3-Clause) [](https://pypi.org/project/pyclasp/) [](https://github.com/synesissoftware/CLASP.Python/releases/latest) [](https://github.com/synesissoftware/CLASP.Python/commits/master) [](https://github.com/synesissoftware/CLASP.Python/actions/workflows/python-package.yml) [](https://pypi.org/project/pyclasp/) [](https://pypi.org/project/pyclasp/)
Table of Contents <!-- omit from toc --
- Introduction
- Installation \& usage
- Components
- Examples
- Project Information
- Where to get help
- Contribution guidelines
- Dependencies
- Efferent (fan-out)
- Development Dependencies
- Afferent (fan-in)
- Related projects
- License
Introduction
CLASP stands for Command-Line Argument Sorting and Parsing. The first CLASP library was a C library with a C++ wrapper. There have been several implementations in other languages. CLASP.Python is the Python version.
Installation & usage
Install via pip or pip3, as in:
pip3 install pyclaspUse via import:
import pyclaspor, as we prefer,
import pyclasp as claspComponents
TBC