Metadata-Version: 2.4
Name: securetrading
Version: 1.0.26
Summary: Python API to connect to Secure Trading
Home-page: https://github.com/SecureTrading/st-python-api
Author: Secure Trading
Author-email: devapi@trustpayments.com
License: MIT
Keywords: securetrading api python trustpayments
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
License-File: LICENSE
Requires-Dist: requests>=2.9.0
Provides-Extra: test
Requires-Dist: pep8; extra == "test"
Requires-Dist: six; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

Secure Trading Python API
=========================

Installation
^^^^^^^^^^^^

You don't need the source code to install this package, the recommended way is to use PIP by running the following command:

* pip install --upgrade securetrading

Alternatively you can download the project and install it locally.

Supported
^^^^^^^^^

We recommend using at least Python 2.7.9  as any version prior to this may give a SNI warning when the library is instantiated. For further information please look at http://urllib3.readthedocs.org/en/latest/security.html#installing-urllib3-with-sni-support-and-certificates and http://docs.python-requests.org/en/master/community/faq/ regarding SNI. Additionally version "2.9" of the "requests" library is required, this is to ensure that the latest certificates have been installed.

Documentation
^^^^^^^^^^^^^

Please see https://help.trustpayments.com/hc/en-us/sections/360005821218-Webservices-API for the most up-to-date documentation.

Bugs
^^^^

Please report any bugs to devapi@securetrading.com

