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.4.tar.gz
(2.6 kB
view details)
File details
Details for the file clibuilder-0.1.4.tar.gz
.
File metadata
- Download URL: clibuilder-0.1.4.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e5f1b9f58d5d1145c212f705c16a47f1696a2f4422cf68e1a7e5a1f89bda975 |
|
MD5 | 56f665a09c98b2fda3e8dff914e3c98b |
|
BLAKE2b-256 | aec86617db581132abc60bcbcbae4b8e29695f2a8e484c3d7102e62b84de3699 |