Welcome to the kount-ris-python-sdk wiki!
Contains the Kount Python SDK, tests, and build/package routines.
Kount's SDK helps integrate Kount's fraud fighting solution into your python app. http://www.kount.com/fraud-detection-software
Contains sources, tests, and resources for the Kount Python SDK
SDK version: 3.2.0
Python 3.5, 3.6.1
How do I get set up?
pip install kount_ris_sdk
How to run integration tests in root directory?
-
First, you need to obtain configuration key from Kount.
-
Download the source code from https://github.com/Kount/kount-ris-python-sdk
-
Go to the root directory of the project and execute:
pip install .[test]
- Execute tests providing the configuration key on the command line
pytest tests --conf-key={KEY}
- or set shell environment
export CONF_KEY={KEY}
pytest tests
For more information read the official docs: https://kount.github.io
- Komodo IDE/Edit, Scite, Visual Studio - have automatic python integration
Repo owner or admin
Other community or team contact