Metadata-Version: 2.1
Name: annotell-export
Version: 0.2.1
Summary: Annotell Export API Client
Home-page: https://github.com/annotell/annotell-python
Download-URL: https://github.com/annotell/annotell-python/tarball/0.2.1
Author: Annotell
Author-email: Michel Edkrantz <michel.edkrantz@annotell.com>
License: MIT
Keywords: API,Annotell
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

# 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.2.1] - 2022-08-09
- Bump annotell-auth to 2.0.1

## [0.2.0] - 2020-11-09
- Update docs
- Bump annotell-auth to 1.5.0

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