Python source distribution to rfcnt
Install:
pip install https://github.com/a-ma72/rainflow/releases/download/rfcnt-v0.4.7/rfcnt-0.4.7-cp39-cp39-win_amd64.whl --no-build-isolation --no-deps
or using PyPi repository (TODO):
pip install rfcnt --no-build-isolation --no-deps
Tests:
python -m rfcnt.run_tests
Examples:
python -m rfcnt.run_examples
Using rfcnt in Google Colaboratory
https://colab.research.google.com
!pip install https://github.com/a-ma72/rainflow/releases/download/rfcnt-0.4.7/rfcnt-0.4.7.tar.gz
import rfcnt
rfcnt.tests.examples.example_1()