← 全部工具

synesissoftware/CLASP.Python

热度 70 更新于 开发与构建

Command-Line Argument Sorting and Parsing, for Python

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

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