Metadata-Version: 2.1
Name: polyswarm-api
Version: 2.0.0.dev7
Summary: Client library to simplify interacting with the PolySwarm consumer API
Home-page: https://github.com/polyswarm/polyswarm-api
Author: PolySwarm Developers
Author-email: info@polyswarm.io
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7,<4
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.22.0)
Requires-Dist: jsonschema (==3.0.2)
Requires-Dist: ordered-set (==3.1.1)
Requires-Dist: future (==0.18.2)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: futures (==3.3.0) ; python_version < "3.0"
Requires-Dist: enum34 (==1.1.6) ; python_version < "3.0"

# 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](https://github.com/polyswarm/polyswarm-cli)

Supports Python 2.7 and greater.

## Installation

From PyPI:

    pip install polyswarm-api

From source:

    python3 setup.py install

## Usage

See the [polyswarm-api documentation](https://docs.polyswarm.io/docs/polyswarm-customer-api) for usage guidance.

## API Reference

See the [polyswarm-api reference](https://polyswarm-api.readthedocs.io/en/latest/autoapi/index.html) for API References.

## Questions? Problems?

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


