/pycommand

python comand line module manager

Primary LanguagePythonMIT LicenseMIT

pycommand

python comand line module manager. Inspired in symfony2 console

Usage:

Example module code:

Explain module code:

  • Definition class: it's the action in your module.
  • main method: it's your start point where you write code.
  • A module could has many class in order to have many actions.

Coming soon

  • api full-rest for custom modules. Provided by flask micro-framework.