ShopAnt SDK
Project description
ShopAnt SDK for Python
Install
pip install shopant-sdk
Server Integration
from flask import Flask, request, jsonify
from shopan_sdk import ShopAntServer
server = ShopAntServer(PRODUCT_ID, PRODUCT_SECRET)
app = Flask(__name__)
@app.route('/api/v1/shopant/integration', methods=['POST'])
def shopant_integration():
return jsonify(server.inetgration(request.json()))
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file shopant_sdk-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: shopant_sdk-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20f200b2afd7fbadc3095bc88387fe00195546512f6e7af279964358fc340ee4 |
|
MD5 | 1e8c8e9cd84170730c8d919e05863022 |
|
BLAKE2b-256 | 18b4274058da334559eeb69de69d30625131e6667ee2bad22218cd4c5594c749 |