Metadata-Version: 2.1
Name: textrepo-client
Version: 0.5.0
Summary: Python client to access textrepo
Home-page: https://github.com/knaw-huc/textrepo-client-python
License: MIT
Author: Bram Buitendijk
Author-email: bram.buitendijk@di.huc.knaw.nl
Requires-Python: >=3.10,<4.0
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.10
Requires-Dist: dataclasses-json (>=0.5.7,<0.6.0)
Requires-Dist: marshmallow (>=3.15.0,<4.0.0)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Project-URL: Bug Tracker, https://github.com/brambg/annorepo-python-client/issues
Project-URL: Repository, https://github.com/knaw-huc/textrepo-client-python
Description-Content-Type: text/markdown

# textrepo-client

[![GitHub Actions](https://github.com/knaw-huc/textrepo-client-python/workflows/tests/badge.svg)](https://github.com/knaw-huc/textrepo-client-python/actions)
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)

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

# installing

### using poetry

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

### using pip

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

### locally, after checking out this repo first

```commandline
pip install .
```

----

[USAGE](usage.md) |
[CONTRIBUTING](CONTRIBUTING.md)
