logger.info: Python2 support will be removed at the beginning of January 2020.
View our documentation here
See the API functions here
pip install irflow_client
pip install irflow_client --upgrade
Clone the repo:
git clone git@github.com:Syncurity/irflow-sdk-python.git
For running tests:
1. Clone the repo:
git clone git@github.com:Syncurity/irflow-sdk-python.git
2. Install all requirements:
cd <project directory>
pip install .
pip install -r requirements-dev.txt
3. Run tests
pytest
4. Run tests with coverage
# With Coverage
cd tests
py.test --cov-report xml --cov-config .coveragerc --cov ../
Pull requests are always appreciated
Please open an issue in github
To get started with examples, read the examples README. It includes two sample python scripts that use the irflow_client.