Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuflow/kuflow-sdk-python

KuFlow Python SDK
https://github.com/kuflow/kuflow-sdk-python

automation open-source python rest robotframework rpa workflow

Last synced: about 1 month ago
JSON representation

KuFlow Python SDK

Awesome Lists containing this project

README

        

[![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/user/kuflow/)
[![PyPI](https://img.shields.io/pypi/v/kuflow-rest.svg)](https://pypi.org/user/kuflow/)

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](https://pypi.org/project/kuflow-rest/) for its use.

#### Installation

Install from PyPI.

```python
# 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](https://pypi.org/project/kuflow-robotframework/) for its use.

#### Installation

Install from PyPI.

```python
# 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](https://docs.kuflow.com/developers/client-integration-temporal?sdk-selected=python).

## Contributing

We are happy to receive your help and comments, together we will dance a wonderful KuFlow. Please review our [contribution guide](CONTRIBUTING.md) as well as the **Readme** and **Contribution** guides in each module of this repository.

## License

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