Metadata-Version: 2.1
Name: textrepo-client
Version: 0.5.2
Summary: A Python client to access a textrepo server
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.7,<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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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,<3.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Project-URL: Bug Tracker, https://github.com/knaw-huc/textrepo-client-python/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: 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/textrepo-client-python/badge/?version=latest)](https://textrepo-client-python.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/textrepo-client)](https://pypi.org/project/textrepo-client/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/textrepo-client)](https://pypi.org/project/textrepo-client/)

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

## installing

### using poetry

```commandline
poetry add textrepo-client
```

### using pip

```commandline
pip install textrepo-client
```

----

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