Skip to content

SDK for Python to connect agents and interact with Veides

License

Notifications You must be signed in to change notification settings

Veides/veides-agent-sdk-python

Repository files navigation

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