Metadata-Version: 2.1
Name: uat-python-cicd
Version: 3.0.1
Summary: Test ci/cd
Home-page: https://gitlab.com/gitlab-ci-cd-pipeine/pythoncicdproject
Author: Kount
Author-email: sanjeev1992jha@gmail.com
License: Unknown
Keywords: python ci/cd,sanjeev python ci/cd
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.11.1)
Requires-Dist: mom (>=0.1.3) ; python_version < "3.0"
Requires-Dist: py2-ipaddress (>=3.4.1) ; python_version < "3.0"
Provides-Extra: dev
Requires-Dist: flake8 (>=2.5.0) ; extra == 'dev'
Requires-Dist: pytest (>=2.8.4) ; extra == 'dev'
Requires-Dist: pytest-cov (>=2.4.0) ; extra == 'dev'
Requires-Dist: pytest-profiling (>=1.1.1) ; extra == 'dev'
Requires-Dist: pylint (>=1.7.2) ; extra == 'dev'
Requires-Dist: pytest-html (>=1.14.2) ; extra == 'dev'
Requires-Dist: pytest-metadata (>=1.5.0) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest (>=2.8.4) ; extra == 'test'
Requires-Dist: pytest-cov (>=2.4.0) ; extra == 'test'
Requires-Dist: pytest-profiling (>=1.1.1) ; extra == 'test'
Requires-Dist: pytest-html (>=1.14.2) ; extra == 'test'
Requires-Dist: pytest-metadata (>=1.5.0) ; extra == 'test'

Welcome to the kount-ris-python-sdk wiki!


# Kount Python RIS SDK #

Contains the Kount Python SDK, tests, and build/package routines.

## What is this repository for?

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

### How to use the SDK
For more information read the official docs:
https://kount.github.io

### Setting up IDE projects
* Komodo IDE/Edit, Scite, Visual Studio - have automatic python integration

### Who do I talk to?

    Repo owner or admin
    Other community or team contact


