Metadata-Version: 2.1
Name: robotcloud
Version: 0.1.1
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
License: UNKNOWN
Keywords: client robotcloud
Platform: UNKNOWN

# PYTHON ROBOTCLOUD API CLIENT

Python library to access robotcloud endpoints.

## Installation

```bash
pip install ???
```
### 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.  
- **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"

