Metadata-Version: 2.1
Name: annotell-export
Version: 0.1.0
Summary: Annotell Export API Client
Home-page: https://github.com/annotell/annotell-python
Author: Annotell
Author-email: Michel Edkrantz <michel.edkrantz@annotell.com>
License: MIT
Download-URL: https://github.com/annotell/annotell-python/tarball/0.1.0
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 (<2,>=1.4.0)
Requires-Dist: requests (<3,>=2.23.0)

# Annotell Export API Client

Python 3 library providing access to Annotell Export API 

To install with pip run `pip install annotell-export`


## Example
Set env ANNOTELL_CREDENTIALS to the credentials file provided to you by Annotell,
see [annotell-auth](https://github.com/annotell/annotell-python/tree/master/annotell-auth).


# Changelog

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

## [0.1.0] - 2020-09-28
- First draft 


