A utility that helps you deploy Python projects.
Install Cooly with pip:
$ pip install Cooly --process-dependency-links --no-binary Cooly
Install development version from GitHub:
$ pip install -e git+https://github.com/RussellLuo/cooly.git#egg=cooly --process-dependency-links
For how to use the cooly utility, see the help messages::
$ cooly --help
See examples for the usages in the real world.
