Skip to content

rfcnt-0.4.4

Compare
Choose a tag to compare
@a-ma72 a-ma72 released this 30 Nov 17:56
· 19 commits to master since this release

Python source distribution to rfcnt

Install:

pip install https://github.com/a-ma72/rainflow/releases/download/rfcnt-0.4.4/rfcnt-0.4.4.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/a-ma72/rainflow/releases/download/rfcnt-0.4.4/rfcnt-0.4.4.tar.gz

import rfcnt
rfcnt.tests.examples.example_1()