Metadata-Version: 2.4
Name: polyswarm_api
Version: 3.16.0
Summary: Client library to simplify interacting with the PolySwarm consumer API
Author-email: PolySwarm Developers <info@polyswarm.io>
License: MIT
Project-URL: Homepage, https://github.com/polyswarm/polyswarm-api
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <4,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31
Requires-Dist: python-dateutil>=2.9
Provides-Extra: tests
Requires-Dist: bump-my-version~=1.2; extra == "tests"
Requires-Dist: pytest~=7.4; extra == "tests"
Requires-Dist: jsonschema~=3.0.2; extra == "tests"
Requires-Dist: responses~=0.23.3; extra == "tests"
Requires-Dist: python-dateutil~=2.9.0; extra == "tests"
Requires-Dist: vcrpy~=7.0; extra == "tests"
Dynamic: license-file

# 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 3.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](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`.
