Connect Python SDK
Project description
Connect Python SDK
Connect Python SDK allows an easy and fast integration with Connect fulfillment API. Thanks to it you can automate the fulfillment of orders generated by your products.
Please check the documentation available here, which contains information on how to install and use the library, and a complete API reference guide.
Main Features
This library may be consumed in your project in order to automate the fulfillment of requests, this class once imported into your project will allow you to:
- Communicate with Connect using your API credentials.
- List all requests, and even filter them:
- For a specific product.
- For a specific status.
- For a specific asset.
- Etc.
- Process each request and obtain full details of the request.
- Modify the activation parameters of each request in order to:
- Inquiry for changes
- Store information into the fulfillment request
- Change the status of the requests from its initial pending state to either inquiring, failed or approved.
- Generate and upload usage files to report usage for active contracts and listings.
- Process usage file status changes.
- Work with Notes for requests.
- Generate logs.
- Collect debug logs in case of failure.
Your code may use any scheduler to execute, from a simple cron to a cloud scheduler like the ones available in Azure, Google, Amazon or other cloud platforms.
Installation
$ pip install connect-sdk
Requirements
- Python 2.7+ or Python 3.4+
- Requests (https://pypi.org/project/requests/)
- Marshmallow (https://pypi.org/project/marshmallow/)
Contribute
If you want to contribute to the connect-python-sdk development feel free to open issues or fork the github repository and submit your pull request.
Development
Getting started
Assuming that you have python and virtualenv installed, and forked the connect-python-sdk repository, set up your environment and install the required dependencies like this:
$ git clone https://github.com/{your_github_account}/connect-python-sdk.git
$ cd connect-python-sdk
$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements/test.txt
Running tests
The connect-python-sdk uses pytest for unit testing.
To run the entire tests suite execute:
$ pytest
License
The connect-python-sdk is released under the Apache License, Version 2.0.
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
File details
Details for the file connect-sdk-22.0.tar.gz
.
File metadata
- Download URL: connect-sdk-22.0.tar.gz
- Upload date:
- Size: 103.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7f0436b74351c2c5836802a90b09d2665cbfaf4b196188b1ed8e1d15e870bc1 |
|
MD5 | 5192b0de788fccd273032b30c9244cfa |
|
BLAKE2b-256 | 23cf9a963b670c6bc635ba477b9bf5a8ac6e405ed18241fc8a95d4adca58ea89 |
File details
Details for the file connect_sdk-22.0-py3-none-any.whl
.
File metadata
- Download URL: connect_sdk-22.0-py3-none-any.whl
- Upload date:
- Size: 84.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6313224af9434a64562e0e7f52e4b653abaaf9684ad54d387e78a2924f0a2d64 |
|
MD5 | c10b16ae132460f1885e15389adc35bd |
|
BLAKE2b-256 | ba92fd5394c1add9a66cb300f824402385a6c6afbb2bf2854b00dafb9e87e322 |