Python package designed to complement and extend the piblin library, offering a set of transforms tailored for analysis of rheological data. Publication of this work is forthcoming. For now, if you use this software, please cite it using the metadata in the citation file.
Documentation to learn more about the package and how to use its API will be available soon. In the meantime, tutorial notebooks can be found in the tutorial_notebooks folder
hemres-rheo
is in the PyPI! You can easily install it using pip
:
pip install hermes-rheo
and likewise update it:
pip install hermes-rheo --upgrade
Once the package has been installed, you can simply import its modules:
from hermes_rheo.transforms.rheo_analysis import RheoAnalysis
The tutorial_notebooks folder, contains multiple examples that showcase the software’s functionality in detail.
This repository follows the naming conventions in PEP-8, docstring conventions in PEP-257 and versioning conventions in PEP-440. The pytest library is used for testing, using the pytest-html and pytest-cov plugins. Documentation is produced with Sphinx and all docstrings are written in the numpy format. Distributions are produced with setuptools and conda-build. The use of the conventional commits format for commit messages is suggested but not enforced.
Inquiries and suggestions can be directed to aperego[at]mmm.com.