bunia

Write commands that use multiple interfaes


Keywords
arguments, argparse, html, console, command-line-parser, commandline-interface
License
MIT
Install
pip install bunia==0.8

Documentation

bunia

PyPI version Build Status Code Climate Test Coverage license PyPI PyPI

bunia is a library, that allows you to write multi-interface commands.

This means that the same command can be launched using eg. console, Web GUI, e-mail, SMS, or any other provider you might wish.

You specify a command as a class.

Integrated runner

To run a command from console, type:

python -m bunia.runner.console mymodule:MyCommandClass ... arguments ...