Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 680 Bytes

OLD-README.md

File metadata and controls

33 lines (27 loc) · 680 Bytes

Python User Language Support

Python User Language Support for Cloudstate.

Installation via source

> git clone https://github.com/cloudstateio/python-support.git
Cloning into 'python-support'...

> cd python-support
> python3 -m venv ./venv 
> source ./venv/bin/activate
> python --version     
Python 3.7.3
> pip --version 
> pip install wheel
> pip install .

generate installer

python setup.py bdist_wheel

local install

python -m pip install dist/cloudstate-<the version>-py3-none-any.whl

build and run tck, including provisional tests for stateless functions.

./extended_tck.sh