Metadata-Version: 2.1
Name: annorepo-client
Version: 0.3.1
Summary: A Python client for accessing an AnnoRepo server
Home-page: https://github.com/knaw-huc/annorepo-python-client
License: MIT
Author: Bram Buitendijk
Author-email: bram.buitendijk@di.huc.knaw.nl
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Requires-Dist: google (>=3.0.0,<4.0.0)
Requires-Dist: google-api-python-client (>=2.103.0,<3.0.0)
Requires-Dist: icecream (>=2.1.2,<3.0.0)
Requires-Dist: requests (==2.32.3)
Requires-Dist: retry (>=0.9.2,<0.10.0)
Requires-Dist: sphinx-rtd-theme (>=2.0.0,<3.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Project-URL: Bug Tracker, https://github.com/knaw-huc/annorepo-python-client/issues
Project-URL: Repository, https://github.com/knaw-huc/annorepo-python-client
Description-Content-Type: text/markdown

# annorepo-client

[![GitHub Actions](https://github.com/knaw-huc/annorepo-python-client/workflows/tests/badge.svg)](https://github.com/knaw-huc/annorepo-python-client/actions)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Documentation Status](https://readthedocs.org/projects/annorepo-python-client/badge/?version=latest)](https://annorepo-python-client.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/annorepo-client)](https://pypi.org/project/annorepo-client/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/annorepo-client)](https://pypi.org/project/annorepo-client/)

A Python client for accessing an [annorepo](https://github.com/knaw-huc/annorepo) server

## installing

### using poetry

```commandline
poetry add annorepo-client
```

### using pip

```commandline
pip install annorepo-client
```

----

[USAGE](https://annorepo-python-client.readthedocs.io/en/latest/) |
[CONTRIBUTING](CONTRIBUTING.md) |
[LICENSE](LICENSE) |
[AUTHORS](AUTHORS) |
[MAINTAINERS](MAINTAINERS) |
[CONTRIBUTORS](CONTRIBUTORS)
