CLI builder using argparse.ArgumentParser-like interface
Project description
anrosent
This module provides a class `cli.CLI` that simplifies writing Command Line Interfaces for applications. It uses the `argparse` module from the CPython standard library, which provides great help/error messaging, as well as argument validation. You can find a decorator-based alternative in `flask.ext.script.Manager`, but here I’ve tried to emulate the `argparse.ArgumentParser` interface, with the bonus of no external dependencies.
### Example
See `example.py` for a great intro.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clibuilder-0.1.6.tar.gz
(2.7 kB
view details)
File details
Details for the file clibuilder-0.1.6.tar.gz
.
File metadata
- Download URL: clibuilder-0.1.6.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9d2d5c71def5abd6f3eb162148ed13df84da81f992fac778bf754eb16a986c4 |
|
MD5 | 9981857d529efc6fd6622581beff2985 |
|
BLAKE2b-256 | 3cc2535fcb2e5901877a331c3028142e77c58f06746238b889999bb6aefa8aba |