Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 417 Bytes

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