Welcome to Syncurity SDK’s documentation!

License PyPI3 PyPI1 PyPI2 Codacy Badge Codacy Badge CircleCI

irflow-sdk-python

A python client for Syncurity IR-Flow REST API

Installation To Use in Production

Python2: pip install irflow_client Python3: pip3 install irflow_client

Installation in Edit Mode for Development

Python2: pip install -e . Python3: pip3 install -e .

Upgrade

Python2: pip install irflow_client --upgrade Python3: pip3 install irflow_client --upgrade

Build from source / install extra packages

Clone the repo: git clone git@github.com:Syncurity/irflow-sdk-python.git

For building docs locally:

- use edit mode

For running tests: (not implemented yet) sudo pip install irflow_client -e . tests

Contribute

Pull requests are always appreciated

Support

Please open an issue in github

Examples

To get started with examples, read the examples README. It includes two sample python scripts that use the irflow_client.

Documentation

View our documentation here

irflow_client API Documentation

See the API functions here