Metadata-Version: 2.1
Name: annotell-input-api
Version: 0.1.5
Summary: Annotell Input Api Client
Home-page: https://github.com/annotell/annotell-python
Author: Annotell
Author-email: Marko Cotra <marko.cotra@annotell.com>
License: MIT
Download-URL: https://github.com/annotell/annotell-python/tarball/0.1.5
Keywords: API,Annotell
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
Requires-Dist: annotell-auth (>=1.1.0)
Requires-Dist: annotell-cloud-storage (>=0.3.0)
Requires-Dist: click (>=7.1.1)
Requires-Dist: Pillow (>=7.0.0)
Requires-Dist: requests (>=2.23.0)
Requires-Dist: tabulate (>=0.8.7)

# Annotell Input Api

Python 3 library providing access to Annotell Input Api 

To install with pip run `pip install annotell-input-api`


## Example
Set env ANNOTELL_API_TOKEN to the API token provided to you by Annnotell.
Once set, the easiest way to test if everything is working is to use the
command line util `annoutil` (this is a part of the pip package). 
```console
$ annoutil projects
```


# Changelog

All notable changes to this project will be documented in this file.

## [0.1.5] - 2020-04-07

### Changed
- Method `get_input_jobs_status` now accepts lists of internal_ids and external_ids as arguments.



