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 3.7 and greater.
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, runpip install -U pip. To update setuptools, runpip install -U setuptools
See the polyswarm_api documentation for usage guidance.
See the polyswarm_api reference for API References.
File a ticket or email us at [email protected].