Metadata-Version: 2.4
Name: weskit-client
Version: 1.0.1
Summary: Client for WESkit deployment and workflow execution.
Author-email: Valentin Schneider-Lunitz <valentin.schneider-lunitz@bih-charite.de>
License-Expression: MIT
Project-URL: Homepage, https://gitlab.com/one-touch-pipeline/weskit
Project-URL: API, https://gitlab.com/one-touch-pipeline/weskit/api
Project-URL: Documentation, https://gitlab.com/one-touch-pipeline/weskit/documentation
Project-URL: Docker-Deployment, https://gitlab.com/one-touch-pipeline/weskit/deployment
Keywords: WESkit,client,workflow,execution,data,management,GA4GH-WES,WES
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jsonschema
Requires-Dist: flake8
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: pip
Requires-Dist: tabulate
Dynamic: license-file

# WESkit Client

The WESkit client is a command-line tool for interacting with a WESkit instance.
It provides a simple interface for managing workflows, executing runs, and monitoring their status.

- For a detailed installation and usage instructions see the [WESkit client documentation](https://gitlab.com/one-touch-pipeline/weskit/documentation/-/blob/master/user/client.md)
