Metadata-Version: 2.1
Name: argumentor
Version: 0.0.3
Summary: A library to work with command-line arguments
Home-page: https://codeberg.org/twann/python-argumentor
Author: Twann
Author-email: twann@ctemplar.com
License: GPLv3
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: COPYING

# argumentor

A simple, copylefted, lightweight library to work with command-line arguments in Python

## Installation

```shell
$ pip install argumentor
```

## Usage

See [USAGE.md](https://codeberg.org/twann/python-argumentor/src/branch/main/USAGE.md) for help about usage.

## License

This repository and its content are released under the terms of the [GNU General Public License version 3](https://codeberg.org/twann/python-argumentor/src/branch/main/COPYING).


