subcommander

A plugable commandline app command management module


Keywords
argparse, commandline, commands
License
Other
Install
pip install subcommander==0.2

Documentation

Python Subcommander

A simple module to build plugable commandline application commands.

Getting Started

Installing

Simply install the package using pip:

pip install subcommander

Example

Please see the examples directory for a working example

Authors

  • Moritz Moxter

License

This project is licensed under the Apache 2.0 - see the LICENSE.txt file for details