Overview

A Sane SSLCommerz Client for Python.

  • Free software: MIT license

Warning

Under development. Is not usable. At all.

Installation

pip install sslcommerz-client

You can also install the in-development version with:

pip install https://gitlab.com/codesigntheory/python-sslcommerz-client/-/archive/master/python-sslcommerz-client-master.zip

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox