viki-fabric-helpers

A library of Fabric helper functions


License
BSD-3-Clause
Install
pip install viki-fabric-helpers==0.0.5

Documentation

viki-fabric-helpers

A library of Fabric helper functions used in some of Viki's projects.

Installation

To your requirements.txt file, add this line:

viki-fabric-helpers

Or with the version pinned (replace version-number accordingly):

viki-fabric-helpers==version-number

Documentation

http://viki-fabric-helpers.readthedocs.org/

Generating documentation

Execute this script:

./build_docs.sh

The docs will be generated at the docs/build folder.