Python bindings for the Qonversion API
Project description
Qonversion Python SDK
The Qonversion Python SDK provides convenient access to the Qonversion API from applications written in the Python language.
Installation
You don't need this source code unless you want to modify the package. If you just want to use the package, just run:
pip install --upgrade qonversion-sdk
Install from source with:
python setup.py install
Requirements
- Python 3.6+
Development
Run the following command to set up the development virtualenv:
make
Run all tests on all supported Python versions:
make test
Run all tests for a specific Python version (modify -e according to your Python target):
TOX_ARGS="-e py37" make test
Run all tests in a single file:
TOX_ARGS="-e py37 -- tests/path/to/test.py" make test
Run a single test suite:
TOX_ARGS="-e py37 -- tests/path/to/test.py::TestName" make test
Run a single test:
TOX_ARGS="-e py37 -- tests/path/to/test.py::TestName::test_method" make test
Run the linter with:
make lint
The library uses [Black][black] for code formatting. Code must be formatted with Black before PRs are submitted, otherwise CI will fail. Run the formatter with:
make format
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qonversion-sdk-0.0.1.tar.gz.
File metadata
- Download URL: qonversion-sdk-0.0.1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dd2f65782165712aabe92ce9057688177607f7f7fe664dcf9d89d46640d87f8
|
|
| MD5 |
0e478e3c44e28690af7d75a71655f879
|
|
| BLAKE2b-256 |
43fba57008160baa6160a4720bf7ed0b86f9104ff08900e9cd531103c15c4ea0
|
File details
Details for the file qonversion_sdk-0.0.1-py3-none-any.whl.
File metadata
- Download URL: qonversion_sdk-0.0.1-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3280383c3339c43b6aa2780488bb9455de419be5d9a40fe44fa083a7759b2185
|
|
| MD5 |
6edc195c0c2eeb4fb321a1325c579e93
|
|
| BLAKE2b-256 |
b30da2611da9e2ca00ef8842277fc9f945a34c5ba5b43ee562645232388b763e
|