← All tools

synesissoftware/CLASP.Python

Popularity 70 Updated Development & Build

Command-Line Argument Sorting and Parsing, for Python

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

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 pyclasp

Use via import:


import pyclasp

or, as we prefer,


import pyclasp as clasp

Components

TBC