Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.31 KB

Veides Agent SDK for Python

Build Status Coverage Status Latest version Python versions

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

Using pip

pip3 install veides-agent-sdk

From source

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

Samples

Samples README

Features

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