Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kuflow/kuflow-sdk-python
- Owner: kuflow
- License: mit
- Created: 2022-11-21T11:57:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T11:57:37.000Z (7 months ago)
- Last Synced: 2024-04-26T12:03:09.756Z (7 months ago)
- Topics: automation, open-source, python, rest, robotframework, rpa, workflow
- Language: Python
- Homepage:
- Size: 1.03 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)