Metadata-Version: 2.4
Name: cuiman
Version: 0.1.0
Summary: Provides a client Python API, GUI, and CLI for servers compliant with OGC API - Processes
Project-URL: Documentation, https://eo-tools.github.io/eozilla
Project-URL: Repository, https://github.com/eo-tools/eozilla
Project-URL: Changelog, https://github.com/eo-tools/eozilla/blob/main/CHANGES.md
Project-URL: Issues, https://github.com/eo-tools/eozilla/issues
Author: Norman Fomferra (Brockmann Consult GmbH), Tejas Morbagal Harish (Brockmann Consult GmbH)
License: Apache-2.0
License-File: LICENSE
Keywords: data processing,eo,esa,ogc
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: click
Requires-Dist: gavicore>=0.1.0
Requires-Dist: httpx
Requires-Dist: panel
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: pyyaml
Requires-Dist: typer
Requires-Dist: uri-template
Description-Content-Type: text/markdown

# Eozilla Cuiman

The _Cuiman_ tool provides a client for servers compliant with the 
[OGC API - Processes, Part 1](https://github.com/opengeospatial/ogcapi-processes).

It comprises the following interfaces:

- [Cuiman Python API](../notebooks/cuiman-api.ipynb)
- [Cuiman GUI](../notebooks/cuiman-gui.ipynb)
- [Cuiman CLI](../notebooks/cuiman-cli.ipynb)
