Metadata-Version: 2.4
Name: tgclients
Version: 0.24.0
Summary: TextGrid Python client library for textgrid.de repository access.
Home-page: https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients
Author: Stefan Hynek, Ubbo Veentjer
License: LGPL
Project-URL: Documentation, https://dariah-de.pages.gwdg.de/textgridrep/textgrid-python-clients/docs/index.html
Project-URL: Source, https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients
Project-URL: Tracker, https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients/-/issues
Project-URL: Changelog, https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients/-/blob/main/CHANGELOG.md
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: defusedxml
Requires-Dist: jinja2
Requires-Dist: requests
Requires-Dist: requests-toolbelt
Requires-Dist: xsdata[lxml]
Requires-Dist: zeep
Provides-Extra: dev
Requires-Dist: commitizen; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: ipykernel; extra == "dev"
Requires-Dist: ipywidgets; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pydoclint; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: requests-mock; extra == "dev"
Requires-Dist: reuse; extra == "dev"
Requires-Dist: rstcheck; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: Sphinx; extra == "dev"
Requires-Dist: testbook; extra == "dev"
Requires-Dist: tqdm; extra == "dev"
Requires-Dist: types-requests; extra == "dev"
Provides-Extra: icu
Requires-Dist: PyICU; extra == "icu"
Provides-Extra: docs
Requires-Dist: myst-nb; extra == "docs"
Requires-Dist: sphinx-book-theme; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Provides-Extra: ci
Requires-Dist: coverage; extra == "ci"
Requires-Dist: pytest; extra == "ci"
Requires-Dist: requests-mock; extra == "ci"
Requires-Dist: testbook; extra == "ci"
Dynamic: license-file

<!--
SPDX-FileCopyrightText: 2022 Georg-August-Universität Göttingen

SPDX-License-Identifier: CC0-1.0
-->

# TextGrid Python clients

The TextGrid Python clients provide access to the [TextGrid Repository](https://textgridrep.org/)
services [API](http://textgridlab.org/doc/services/index.html).


## Installation and Usage

```sh
pip install tgclients
```

Check the [usage docs](https://dariah-de.pages.gwdg.de/textgridrep/textgrid-python-clients/docs/getting-started.html) and the
Jupyter notebook examples to get started.

## Development

Look into the [development docs](https://dariah-de.pages.gwdg.de/textgridrep/textgrid-python-clients/docs/development.html).

## License

This project aims to be [REUSE compliant](https://api.reuse.software/info/gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients).
Original parts are licensed under AGPL-3.0-or-later.
Derivative code is licensed under the respective license of the original.
Documentation, configuration and generated code files are licensed under CC0-1.0.

## Badges

[![REUSE status](https://api.reuse.software/badge/gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients)](https://api.reuse.software/info/gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients)
[![PyPI](https://img.shields.io/pypi/v/tgclients)](https://pypi.org/project/tgclients/)
[![Coverage](https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients/badges/main/coverage.svg)](https://dariah-de.pages.gwdg.de/textgridrep/textgrid-python-clients/htmlcov/index.html)
