Skip to content

kuflow/kuflow-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT Python PyPI

Mono repo for all python modules provided by KuFlow.

Modules

Rest Client

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.

Installation

Install from PyPI.

# Update Pip if necessary
python -m pip install -U pip

# Install the package
python -m pip install kuflow-rest

Robot Framework Library

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.

Installation

Install from PyPI.

# Update Pip if necessary
python -m pip install -U pip

# Install the package
python -m pip install kuflow-robotframework

Documentation

More detailed docs are available in the documentation pages.

Contributing

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.

License

MIT License