blowpipe-common

holds my commonly used classes and functions.


Keywords
common, development
License
Apache-2.0
Install
pip install blowpipe-common==0.0.3

Documentation

blowpipe-common

blowpipe-common is my set of common functions and classes . I try to keep this dependency free as far as possible.

Installation

(git)

git clone https://www.github.com/simonski/blowpipe-common.git
mkvirtualenv blowpipe-common
cd blowpipe-common
make build

(pip)

pip install blowpipe-common

Uploading

make upload

Usage

from common import ....