An open-source Python library for asset management
- Documentation: http://opensource.rte-france.com/relife/
- Source code: https://github.com/rte-france/relife
- Contributing: http://opensource.rte-france.com/relife/developper/index.html
- Bug reports: https://github.com/rte-france/relife/issues
Some explanations might be missing until we finish the documentation properly, so do not hesitate to open an issue.
From PyPi
pip install relifeFrom source
git clone https://github.com/rte-france/relife.git
cd relife
pip install .For developpers
git clone https://github.com/rte-france/relife.git
cd relife
pip install -e ".[dev]"@misc{relife,
author = {T. Guillon},
title = {ReLife: a Python package for asset management based on reliability theory and lifetime data analysis.},
year = {2022},
journal = {GitHub},
howpublished = {\url{https://github.com/rte-france/relife}},
}
- The documentation uses pydata-sphinx-theme project. Original license is here
- Some parts of the documentation are highly inspired by Scikit-learn, Scipy and NumPy
