Installation

Install Jexia SDK with pip:

pip install jexia-sdk

The development version can be downloaded from GitHub.

git clone https://github.com/jexia/jexia-sdk-python.git
cd jexia-sdk-python
pip install -e .[dev,test]

Jexia-SDK requires Python version 2.7, 3.3, 3.4 or 3.5. It’s also working with PyPy and PyPy3.