kostrykin / pypers

Reproducible, efficient, flexible batch processing using pipelines for sustainable software experiments

Home Page:https://pypers-batch.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To support the sustainability of your software experiments

Installation:

git clone git@github.com:kostrykin/pypers.git
cd pypers && python setup.py install

Documentation: https://pypers-batch.readthedocs.io

Development instructions:

  • Use python -m unittest in the root directory of the repository to run the test suite.
  • Or use coverage.py instead to also produce a test coverage report:

    coverage run -m unittest && python -m coverage html

    This requires coverage.py to be installed, like pip install coverage.


Copyright (c) 2017-2024 Leonid Kostrykin, Biomedical Computer Vision Group, Heidelberg University
This work is licensed under the terms of the MIT license. For a copy, see LICENSE.

About

Reproducible, efficient, flexible batch processing using pipelines for sustainable software experiments

https://pypers-batch.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%