Metadata-Version: 2.0
Name: pypipeline
Version: 0.1.1
Summary: Python scripts for running pipelines of experiments locally or on Sun Grid Engine.
Home-page: https://github.com/mgormley/pypipeline
Author: Matt Gormley
Author-email: mrg@cs.jhu.edu
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: fabric (>=1.1.0,<2.0.0)

PyPipeline
==========

PyPipeline, a suite of python scripts for running pipelines of
experiments locally or on Sun Grid Engine.

Installation
------------

Standard install: This will install the latest version of pypipeline from PyPI.

::

    pip install pypipeline

Development
-----------

If you are actively developing against the GitHub source, you may
prefer a developer install.

Developer install for user: This install will just create a link to the
source directory. On a typical system this will result in the egg link
being installed to ~/.local/lib/python2.7/site-packages/

::

    python setup.py develop --user

For a system wide developer install:

::

    sudo pip install -e .


