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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file reliure-16.12.r0.tar.gz.
File metadata
- Download URL: reliure-16.12.r0.tar.gz
- Upload date:
- Size: 38.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eab9d5ebc693c22491343465fe203180f801ef53ce642aa9c089a32c22ee5b91
|
|
| MD5 |
056b3ecf32db1f0e4b6717b9cca2b9f2
|
|
| BLAKE2b-256 |
4805cd6139c63e62659a56156beaecf75dbc847e12a19bf7e3264e68e6c1771e
|