Metadata-Version: 2.1
Name: deepomatic-api
Version: 0.8.2
Summary: Deepomatic API client
Home-page: https://github.com/deepomatic/deepomatic-client-python
Author: deepomatic
Author-email: support@deepomatic.com
License: MIT License
Project-URL: Product, https://www.deepomatic.com
Project-URL: Documentation, https://docs.deepomatic.com/deepomatic-api-v0-7
Project-URL: Source, https://github.com/deepomatic/deepomatic-client-python
Project-URL: Tracker, https://github.com/deepomatic/deepomatic-client-python/issues
Description: # deepomatic-client-python
        
        [Deepomatic](https://www.deepomatic.com) 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 2.7, 3.4, 3.5, 3.6.
        
        # API Documentation
        
        https://docs.deepomatic.com/deepomatic-api-v0-7
        
        # Installation
        
        ```bash
        pip install deepomatic-api
        ```
        
        # Client
        
        Initialize a client.
        Does not make any call to the server.
        
        ```python
        from deepomatic.api.client import Client
        
        # If you don't have your credentials, contact us at support@deepomatic.com
        client = Client(app_id, api_key, user_agent_prefix='my-app/1.0.0')
        ```
        
        ### Client methods
        
        All client methods can be found in [deepomatic/api/client.py](deepomatic/api/client.py) and detail for each type of resource is located in [deepomatic/api/resources](deepomatic/api/resources).
        
        ### Examples
        
        You will find examples of usage in [demo.py](demo.py).
        
        # Bugs
        
        Please send bug reports to support@deepomatic.com or open an issue here.
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
