rfcnt-0.1.2
Python source distribution to rfcnt
Install:
pip install https://github.com/AndreasMartin72/rainflow/releases/download/rfcnt-0.1.2/rfcnt-0.1.2.tar.gz
or using PyPi repository:
pip install rfcnt
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/AndreasMartin72/rainflow/releases/download/rfcnt-0.1.2/rfcnt-0.1.2.tar.gz
import rfcnt
rfcnt.tests.examples.example_1()