Deepomatic API client
Project description
deepomatic-client-python
Deepomatic API Client for Python.
This client have been made in order to help you integrating our services within your apps in python.
Tested on python 3.8, 3.9, 3.10, 3.11.
API Documentation
https://docs.deepomatic.com/deepomatic-api-v0-7
Installation
pip install deepomatic-api
Client
Initialize a client. Does not make any call to the server.
from deepomatic.api.client import Client
# If you don't have your credentials, contact us at support@deepomatic.com
client = Client(api_key=api_key, user_agent_prefix='my-app/1.0.0')
app_id is now optional but if you don't put it, you have to ensure that the api_key is a named parameter to the function
Client methods
All client methods can be found in deepomatic/api/client.py and detail for each type of resource is located in deepomatic/api/resources.
Examples
You will find examples of usage in demo.py.
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
Built Distribution
File details
Details for the file deepomatic_api-0.10.0-py2.py3-none-any.whl
.
File metadata
- Download URL: deepomatic_api-0.10.0-py2.py3-none-any.whl
- Upload date:
- Size: 27.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04a113b0e63e80b5d51b432bc09bf6882025a260a4e3ee264ba82c2f35d49344 |
|
MD5 | 21b369480d394353bce0ee1f89a2470e |
|
BLAKE2b-256 | 4457a7d003ceb32123bd9994e238c9ad888580fab535467572c666864c3c8c33 |