Metadata-Version: 2.4
Name: arkindex-base-worker
Version: 0.5.2rc1
Summary: Base Worker to easily build Arkindex ML workflows
Author-email: Teklia <contact@teklia.com>
Maintainer-email: Teklia <contact@teklia.com>
Project-URL: Homepage, https://workers.arkindex.org
Project-URL: Documentation, https://workers.arkindex.org
Project-URL: Repository, https://gitlab.teklia.com/workers/base-worker
Project-URL: Bug Tracker, https://gitlab.teklia.com/workers/base-worker/issues
Project-URL: Authors, https://teklia.com
Keywords: python
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: arkindex-client==1.3.0rc3
Requires-Dist: humanize==4.15.0
Requires-Dist: Pillow>=12.0.0
Requires-Dist: python-gnupg==0.5.6
Requires-Dist: python-magic==0.4.27
Requires-Dist: shapely==2.0.6
Requires-Dist: teklia-toolbox==0.3.0rc1
Requires-Dist: zstandard==0.25.0
Provides-Extra: tests
Requires-Dist: pytest-mock==3.15.1; extra == "tests"
Requires-Dist: pytest-responses==0.5.1; extra == "tests"
Dynamic: license-file

# Arkindex base Worker

An easy to use Python 3 high level API client, to build ML tasks.

This is an open-source project, licensed using [the MIT license](https://opensource.org/license/mit/).

## Documentation

The [documentation](https://workers.arkindex.org/) is made with [Antora](https://antora.org/) and is hosted by [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/).

## Create a new worker using our template

```shell
pip install --user cookiecutter
cookiecutter git@gitlab.teklia.com:workers/base-worker.git
```
