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.10, 3.11, 3.12, 3.13.
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.
Release files for deepomatic-api 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| deepomatic_api-1.0.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Release files / deepomatic_api-1.0.0-py2.py3-none-any.whl
| Download URL | deepomatic_api-1.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 27.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ef98c4c51ea5fa8c15961eab9e55d013037d4bc1008ff19d1ae50b0059e58740
|
|
BLAKE2b-256 checksum How to use checksums |
b61407b5edb82c340de24093ef041781e9b98a506c9426348d807058facea197
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|