Skip to content

Releases: Kount/kount-ris-python-sdk

Release candidate

20 Jun 16:13

Choose a tag to compare

Release candidate

'validate.xml' as python dict

05 Jun 15:19

Choose a tag to compare

Pre-release

replaced parsing the xml with generated python dict
parse Kount's validation xml to python dict and use this dict in the package to avoid parsing. New XML_DICT must be generated if the xml file 'validate.xml' is changed.

Sphinx files /auto generate documentation/, package files

31 May 15:57

Choose a tag to compare

Documentation Compilation

Before starting, you first need to install Sphinx, which is done very easily using easy_install or pip command in a command shell:

pip install sphinx --upgrade

In order to compile the documentation, under linux type:

make html

or:

make latex

and under windows, type:

make.bat html

This command will analyze the files in the source/ directory and create the HTML files into the directory _build/html/ or build/html depending on your configuration file.

There are many more possible outputs. Type make without argument to get help. For example, to build a PDF version, type:

make latexpdf

v1.0.0-beta

30 May 10:34

Choose a tag to compare

v1.0.0-beta Pre-release
Pre-release

Kount Ris Python sdk - 2.7.13 and 3.6.1 supported.
update local_settings.py in project's folder with data provided by Kount.