Metadata-Version: 2.1
Name: god-tool
Version: 0.2.2
Summary: Restart automatically when modified and support deployment for golang.
Home-page: https://github.com/cjng96/godtool
Author: Felix Choi
Author-email: cjng96@gmail.com
License: LGPL
Keywords: auto restart,deployment
Platform: Posix; MacOS X; Windows
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: paramiko
Requires-Dist: watchdog
Requires-Dist: PyYAML


# Features
- Automatically re-run the application when modifying the soruce.
- Deploy the application like Capistrano. it's powerful but simple.

# How to install
\$ pip3 install god-tool

then you can use "god init" command under the foler which you want to use.

# How to use
## Initialization

\$ god init

It generates god.yml and god_my.py files.

### god.yml
You can define the configure of the application and the server definition for the application deployment in this file.

### god_my.py
You can define and expand the jobs for running and deployments.


