Metadata-Version: 2.1
Name: robotcloud-client
Version: 0.0.8
Summary: Client to interact with robotcloud API from a python project.
Home-page: https://github.com/robotmallorca/sw.module.python.robotcloud.client
Author: Bernat Galmés Rubert
Author-email: bernat.galmes@robotbas.com
Keywords: client,robotcloud
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.28)

# PYTHON ROBOTCLOUD API CLIENT

Python library to access robotcloud endpoints.

## Installation

```bash
pip install robotcloud-client
```
### Environment variables

The environment where your application is running must define the next environment variables
to be able to interact with robotcloud:
- **ROBOTCLOUD_API_KEY**: Should contain the api key of the robotcloud instance you want to interact.  
- **ROBOTCLOUD_ROOT_URL**: Should contain the base URL which point to the robotcloud instance. 
In a local environment can be something like "http://127.0.0.1:8080/robotcloud/1.2"
