Installation

Install from PyPI

Run the following from your terminal or GitBash (for windows users) to install from PyPI:

pip install py-zmq-pipeline

Install from source

Clone the git repository:

git clone git@github.com/ailling/py-zmq-pipeline.git

Install:

cd py-zmq-pipeline
python setup.py install

In both cases it’s recommended you install into a virtual environment using virtualenv or virtualenvwrapper.

Test installation

You should now be able to import zmqpipeline from your Python interpreter:

>>> import zmqpipeline

Running tests

py-zmq-pipeline uses pytest for running tests. It is included in the installation of py-zmq-pipeline.

To run the tests:

py.test tests

Current build status is available on GitHub Repository Homepage