Metadata-Version: 2.1
Name: kuflow-rest
Version: 0.4.2
Summary: Client for KuFlow Rest Api
Home-page: https://kuflow.com/
License: MIT
Author: KuFlow S.L.
Author-email: kuflow@kuflow.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: azure-core (>=1.26.3,<2.0.0)
Requires-Dist: isodate (>=0.6.1,<0.7.0)
Project-URL: Documentation, https://docs.kuflow.com/
Project-URL: Repository, https://github.com/kuflow/kuflow-sdk-python
Description-Content-Type: text/markdown

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/kuflow/kuflow-sdk-python/blob/master/LICENSE)
[![Python](https://img.shields.io/pypi/pyversions/kuflow-rest.svg)](https://pypi.org/project/kuflow-rest)
[![PyPI](https://img.shields.io/pypi/v/kuflow-rest.svg)](https://pypi.org/project/kuflow-rest)

# KuFlow Rest

This is a client for the KuFlow API Rest that allows you to interact with our API in a comfortable way in the creation of your workers and tools.

## Documentation

More detailed docs are available in the [documentation pages](https://docs.kuflow.com/developers/).

## Contributing

We are happy to receive your help and comments, together we will dance a wonderful KuFlow. Please review our [contribution guide](CONTRIBUTING.md).

## License

[MIT License](https://github.com/kuflow/kuflow-sdk-python/blob/master/LICENSE)

