Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Rain Python API

A python API for Rain computation framework.

Documentation

Installation

Install from PyPI:

pip install rain-python

Or locally (building of Rust or C++ binaries not needed):

git clone https://github.com/substantic/rain
cd rain/python
python3 setup.py install

To run the python tests, you need to build binaries of the Rust and C++ code first, see our testing Dockerfile. You may need to get a recent version of rust from rustup.