Metadata-Version: 2.1
Name: veides-agent-sdk
Version: 0.3.0
Summary: Agent Python SDK for Veides
Home-page: https://github.com/Veides/veides-agent-sdk-python
Author: Veides Team
Author-email: contact@veides.io
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Communications
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: paho-mqtt (==1.5.1)

# Veides Agent SDK for Python

[![Build Status](https://travis-ci.org/Veides/veides-agent-sdk-python.svg?branch=master)](https://travis-ci.org/Veides/veides-agent-sdk-python)
[![Coverage Status](https://coveralls.io/repos/github/Veides/veides-agent-sdk-python/badge.svg?branch=master)](https://coveralls.io/github/Veides/veides-agent-sdk-python?branch=master)
[![Latest version](https://img.shields.io/pypi/v/veides-agent-sdk.svg)](https://pypi.org/project/veides-agent-sdk)
[![Python versions](https://img.shields.io/pypi/pyversions/veides-agent-sdk.svg)](https://pypi.org/project/veides-agent-sdk)

This repository contains Python module for Veides Agent SDK. It allows Python developers to easily connect agents and interact with Veides platform. 

**Jump to**:

* [Installation](#Installation)
* [Samples](#Samples)
* [Features](#Features)

## Installation

### Using pip

```bash
pip3 install veides-agent-sdk
```

### From source

```bash
git clone https://github.com/Veides/veides-agent-sdk-python.git
python3 -m pip install ./veides-agent-sdk-python
```

## Samples

[Samples README](https://github.com/Veides/veides-agent-sdk-python/blob/master/samples)

## Features

- **SSL/TLS**: By default, this library uses encrypted connection
- **Auto Reconnection**: Client support automatic reconnect to Veides in case of a network issue


