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
Release files for reliure 16.12.r0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| reliure-16.12.r0.tar.gz | 38.9 kB | Details |
Release files / reliure-16.12.r0.tar.gz
| Download URL | reliure-16.12.r0.tar.gz |
|---|---|
| Size | 38.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eab9d5ebc693c22491343465fe203180f801ef53ce642aa9c089a32c22ee5b91
|
|
BLAKE2b-256 checksum How to use checksums |
4805cd6139c63e62659a56156beaecf75dbc847e12a19bf7e3264e68e6c1771e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |