polyswarm-api

Client library to simplify interacting with the PolySwarm consumer API


License
MIT
Install
pip install polyswarm-api==3.6.0

Documentation

polyswarm-api

An interface to the PolySwarm Customer APIs. For an easy-to-use CLI tool, or as an example of how to use these APIs, please see polyswarm-cli

Supports Python 2.7 and greater.

Installation

From PyPI:

pip install polyswarm-api

From source:

python3 setup.py install

If you get an error about a missing package named wheel, that means your version of pip or setuptools is too old. You need pip >= 19.0 and setuptools >= 40.8.0. To update pip, run pip install -U pip. To update setuptools, run pip install -U setuptools

Usage

See the polyswarm-api documentation for usage guidance.

API Reference

See the polyswarm-api reference for API References.

Questions? Problems?

File a ticket or email us at info@polyswarm.io.