Reproducible batch processing using pipelines for scientific computing.
Project description
⚠️ This branch is currently not stable. ⚠️
See https://github.com/kostrykin/repype/releases/tag/v0.1.0 for the last stable version.
Installation:
git clone git@github.com:kostrykin/repype.git
cd repype && python setup.py install
Documentation: https://repype.readthedocs.io
Development instructions:
To run the test suite, first install the testing dependencies:
pip install -r tests/requirements.txt python -m unittest
Instead of using python -m unittest, use coverage.py to also produce a test coverage report:
coverage run -m unittest && python -m coverage html
This requires coverage.py to be installed additionally, like pip install coverage.
To build the documentation locally:
pip install -r docs/requirements.txt cd docs make html
You can then open build/html/index.html to view the documentation.
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
repype-1.0.0b1.tar.gz
(41.8 kB
view details)
Built Distribution
repype-1.0.0b1-py3-none-any.whl
(31.3 kB
view details)
File details
Details for the file repype-1.0.0b1.tar.gz
.
File metadata
- Download URL: repype-1.0.0b1.tar.gz
- Upload date:
- Size: 41.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 392f4a5d837a402587f1599bede2be5db83e76c6501c227f2a12d7a0e81ea39d |
|
MD5 | d62ec06c7954bf682316f349296d2051 |
|
BLAKE2b-256 | 3d06b5e5b497a8def281cda424a11adb86c51204d7553c4053ce09c24f041f5b |
File details
Details for the file repype-1.0.0b1-py3-none-any.whl
.
File metadata
- Download URL: repype-1.0.0b1-py3-none-any.whl
- Upload date:
- Size: 31.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84eb62528e213ca29716987a0b86d242716282a151c02dc7c369b9a631dbe888 |
|
MD5 | 1429beab9ac8e37ad441f10f0ca8bfff |
|
BLAKE2b-256 | e2cfe970a46d3ccb02b9960b9a5abf53dcb82013e177458cac04d113efa29405 |