Metadata-Version: 2.1
Name: annotell-base-clients
Version: 0.1.0
Summary: Annotell Base Clients
Home-page: https://github.com/annotell/annotell-python
Author: Annotell
Author-email: Interoperability <interoperability@annotell.com>
License: MIT
Download-URL: https://github.com/annotell/annotell-python/tarball/0.1.0
Keywords: API,Annotell
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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.0.1<3)
Requires-Dist: requests (>=2.23.0)
Requires-Dist: pydantic

# Annotell Base Clients

Python 3 library for providing a base clients for interacting with the Annotell platform

# Changelog

All notable changes to this library will be documented in this file

## [0.1.0] - 2022-05-12
- Update `annotell-auth` to 2.0.1
- Support for pagination on API requests

## [0.0.1] - 2022-04-01

- Library created


