Metadata-Version: 2.1
Name: argumentor
Version: 0.0.5
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: LGPLv3
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
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: LICENSE

# argumentor

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

## Installation

```shell
$ pip install argumentor
```

## Features

- No external dependency
- Easy to use
- Automatic help page generation
- Support for default values
- Published under LGPLv3, a copyleft license that still lets you use the library in a project that is not under the same license
- The repository's icon is an anarchist logo, which is cool

## Usage

See [the wiki](https://codeberg.org/twann/python-argumentor/wiki) for help about usage.

## Build from source

Build instructions can be found [here](https://codeberg.org/twann/python-argumentor/src/branch/main/BUILDING.md).

## License

[![LGPLv3 badge](https://www.gnu.org/graphics/lgplv3-147x51.png)](https://codeberg.org/twann/python-argumentor/src/branch/main/LICENSE)

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


