CalebFenton / polyswarm-client

Client library & drivers for interacting with polyswarmd

Home Page:https://polyswarm.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PolySwarm Client Library

pipeline status coverage report Read the Docs Build Status

For the convenience of those who wish to join the PolySwarm marketplace, this is a client library to simplify interacting with a polyswarmd instance from your Python code.

It includes:

  • abstract classes for ambassador, arbiter, and microengine implementations
  • exemplar ambassador, arbiter, and microengine implementations
  • helper classes

For important changes releases, see the Release History.

Installation

You need python3 >= 3.6.5. Then to install polyswarm-client, use pip

pip install polyswarm-client

Documentation

We have extensive documentation on how to use this package available in our docs.

About

Client library & drivers for interacting with polyswarmd

https://polyswarm.io

License:MIT License


Languages

Language:Python 99.3%Language:Dockerfile 0.7%