Mono repo for all python modules provided by KuFlow.
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.
In the kuflow-rest
path there is a readme with information about the module.
The module is published in Pypi for its use.
Install from PyPI.
# Update Pip if necessary
python -m pip install -U pip
# Install the package
python -m pip install kuflow-rest
Library that provides useful keywords in the creation of a Robot Framework robot. If you miss any keyword, please leave us a comment in the issues or in any of our social networks.
In the `kuflow-robotframework path there is a readme with information about the module.
The module is published in Pypi for its use.
Install from PyPI.
# Update Pip if necessary
python -m pip install -U pip
# Install the package
python -m pip install kuflow-robotframework
More detailed docs are available in the documentation pages.
We are happy to receive your help and comments, together we will dance a wonderful KuFlow. Please review our contribution guide as well as the Readme and Contribution guides in each module of this repository.