Metadata-Version: 2.1
Name: turkle-client
Version: 0.1.0
Summary: Client for the Turkle REST API
License: BSD
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: appdirs
Requires-Dist: requests>=2

Turkle Client
================
This is a client for the [Turkle](https://github.com/hltcoe/turkle) annotation platform.
It provides a commandline interface to create and work with users, groups, projects and batches.

Install
--------------
Install from pip:
```
pip install turkle-client
```

Usage
--------------

Tests
-------------
To run the tests, install the test requirements and then run:
```
pytest
```
