Metadata-Version: 2.1
Name: kuflow-robotframework
Version: 0.2.0
Summary: KuFlow library for Robot Framework
Home-page: https://kuflow.com/
License: MIT
Keywords: robotframework,rpa,automation,kuflow
Author: KuFlow S.L.
Author-email: kuflow@kuflow.com
Requires-Python: >=3.9.11,<4.0.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: certifi
Requires-Dist: frozendict (==2.3.1)
Requires-Dist: python_dateutil (==2.8.2)
Requires-Dist: robotframework (==5.0)
Requires-Dist: urllib3 (==1.26.9)
Project-URL: Documentation, https://docs.kuflow.com/
Project-URL: Repository, https://github.com/kuflow/kuflow-robotframework
Description-Content-Type: text/markdown

[![MIT](https://img.shields.io/github/license/kuflow/kuflow-robotframework?label=License)](https://github.com/kuflow/kuflow-robotframework/blob/master/LICENSE)
[![Python 3.9+](https://img.shields.io/pypi/pyversions/kuflow-robotframework.svg)](https://pypi.org/project/kuflow-robotframework)
[![PyPI](https://img.shields.io/pypi/v/kuflow-robotframework.svg)](https://pypi.org/project/kuflow-robotframework)


# KuFlow Robot Framework

This library provides keywords to interact with the KuFlow API from a Robot Framework Robot. Its purpose is to facilitate interaction from the robot logic (RPA). Its use helps to keep the manipulation of robot results by Workflow decoupled as much as possible.

List of available keywords:

#### Set Client Authentication

> Configure the client authentication in order to execute keywords against Rest API.

#### Save Element Document 

> Save a element task of type document 

#### Save Element

> Save a element task

#### Append Log Message

> Add a log entry to the task



## Documentation

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



## 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-robotframework/blob/master/LICENSE)

