Metadata-Version: 2.1
Name: deepomatic-cli
Version: 0.3.2
Summary: Deepomatic CLI
Home-page: https://github.com/Deepomatic/deepocli
Author: deepomatic
Author-email: support@deepomatic.com
License: MIT License
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
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
Requires-Dist: opencv-python (==3.4.3.18)
Requires-Dist: Pillow (==5.3.0)
Requires-Dist: tqdm (==4.31.1)
Requires-Dist: imutils (==0.5.1)
Requires-Dist: requests (<3,>=2.19.0)
Requires-Dist: deepomatic-api (==0.8.0)
Provides-Extra: rpc
Requires-Dist: deepomatic-rpc (>=0.8.0) ; extra == 'rpc'

# deepomatic-command-line-interface

[Deepomatic](https://www.deepomatic.com) Command Line Interface.

This command line interface has been made to help you interact with our services via the command line.

[![Build Status](https://travis-ci.com/Deepomatic/deepocli.svg?branch=master)](https://travis-ci.com/Deepomatic/deepocli)

# CLI Documentation

Find the complete documentation at [docs.deepomatic.com/deepomatic-cli/](https://docs.deepomatic.com/deepomatic-cli/)

# Installation

```bash
pip install deepomatic-cli
```

If you need rpc support, prefer:
```
# requires deeomatic-rpc package to be installed
pip install deepomatic-cli[rpc]
```

# Bugs

Please send bug reports to support@deepomatic.com


