Mindbox Python API
Wrapper for working with Mindbox service API
Installation
You can install or upgrade package with:
$ pip install mindbox-sdk --upgrade
Or you can install from source with:
$ git clone https://github.com/RTHeLL/mindbox-sdk
$ cd mindbox-sdk
$ python setup.py install
...or install from source buth with pip
$ pip install git+https://github.com/RTHeLL/mindbox-sdk
Example
from mindbox.client import MindboxClient
def main():
mindbox_client = MindboxClient(endpoint_id="YOUR_ENDPOINT_ID", secret_key="YOUR_SECRET_KEY", type_="async")
client = mindbox_client.operations.get_client(
"Getclient",
**{
"customer": {
"mobilePhone": "+79374134388"
}
}
)
print(
f'Client: {client}'
)
main()
Bugs
If you have any problems, please create Issues here
Release files for mindbox-sdk 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mindbox-sdk-1.0.3.tar.gz | 7.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mindbox_sdk-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.7 kB
Release files / mindbox-sdk-1.0.3.tar.gz
| Download URL | mindbox-sdk-1.0.3.tar.gz |
|---|---|
| Size | 7.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7b19aa5cd3328dc6df4b497521a8d5a454e37eacc48282558743b37222ce9d6f
|
|
BLAKE2b-256 checksum How to use checksums |
77153d04731b42239220a3737db69e5f940261cefe797a611d83b914192aa060
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.5
|
Release files / mindbox_sdk-1.0.3-py3-none-any.whl
| Download URL | mindbox_sdk-1.0.3-py3-none-any.whl |
|---|---|
| Size | 7.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2377819bb01d32aef91430af9e553045c3036d8ea7be4da9644a87e9bd452a52
|
|
BLAKE2b-256 checksum How to use checksums |
960192f6411e5bc04e4d78be008f219313b14f3af76ae533d4c9ae19da9252b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.5
|