- Automatically re-run the application when modifying the soruce.
- Deploy the application like Capistrano. it's powerful but simple.
$ pip3 install god-tool
then you can use "god init" command under the foler which you want to use.
$ god init
It generates god.yml and god_my.py files.
You can define the configure of the application and the server definition for the application deployment in this file.
You can define and expand the jobs for running and deployments.