Argslib

A ridiculously simple argument-parsing library for Python.

Version 2.1.0

Home


Argslib is a minimalist Python library for parsing command line arguments.

Features

Installation

Install from the Python package index using pip:

$ pip install argslib

Alternatively, you can incorporate the single, public-domain argslib.py file directly into your application. Argslib has no external dependencies.

Argslib requires Python 3.8 or later.

License

Zero-Clause BSD (0BSD).