Skip to main content

Minimal framework to manage data processing pipelines

Project description

Reliure: minimal framework for data processing

reliure is a minimal and basic framework to manage pipeline of data processing components in Python.

Documentation

In case your are not reading it yet, full documentation is available on ReadTheDoc: http://reliure.readthedocs.org

Install

Should be simple as a pip command:

$ pip install reliure

License

reliure source code is available under the LGPL Version 3 license, unless otherwise indicated.

Requirements

reliure works with both Python 2 and Python 3. it depends on:

All this deps may be installed with:

$ pip install -r requirements.txt

To develop reliure you will also need:

Dev dependances may be installed with:

$ pip install -r requirements.dev.txt

Contribute

The following should create a pretty good development environment:

$ git clone https://github.com/kodexlab/reliure.git
$ cd reliure
$ virtualenv ENV
$ source ENV/bin/activate
$ pip install -r requirements.txt
$ pip install -r requirements.dev.txt

To run tests:

$ make testall

To build the doc:

$ make doc

then open: docs/_build/html/index.html

If you dev, in the same time, an other package than need your last reliure version, you can use:

$ pip install -e the_good_path/reliure  # link reliure in local python packages

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reliure-16.12.r0.tar.gz (38.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page