Skip to content

Library for writing commands with universal interfaces

License

Notifications You must be signed in to change notification settings

smok-serwis/bunia

Repository files navigation

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 ...