Cooly

A utility that helps you deploy Python projects.


Keywords
Cooly, Python, Deployment
License
MIT
Install
pip install Cooly==0.1.3

Documentation

Cooly

A utility that helps you deploy Python projects.

Architecture

architecture

Installation

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

Usage

For how to use the cooly utility, see the help messages::

$ cooly --help

See examples for the usages in the real world.