Metadata-Version: 2.1
Name: polyswarm-client
Version: 1.0.3
Summary: Client library to simplify interacting with a polyswarmd instance
Home-page: https://github.com/polyswarm/polyswarm-client
Author: PolySwarm Developers
Author-email: info@polyswarm.io
License: MIT
Description: # PolySwarm Client Library
        
        [![pipeline status](https://gitlab.polyswarm.io/externalci/polyswarm-client/badges/master/pipeline.svg)](https://gitlab.polyswarm.io/externalci/polyswarm-client/commits/master)
        [![coverage report](https://gitlab.polyswarm.io/externalci/polyswarm-client/badges/master/coverage.svg)](https://gitlab.polyswarm.io/externalci/polyswarm-client/commits/master)
        [![Read the Docs Build Status](https://readthedocs.org/projects/polyswarm-client/badge/?version=latest)](https://polyswarm-client.readthedocs.io/en/latest/)
        
        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](https://github.com/polyswarm/polyswarm-client/blob/master/HISTORY.md).
        
        ## Installation
        
        You need python3 >= 3.5.4.
        Then to install polyswarm-client, use pip
        
        ```python
        pip install polyswarm-client
        ```
        
        ## Documentation
        
        We have extensive documentation on how to use this package available in [our docs](https://docs.polyswarm.io).
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: >=3.5.4,<4
Description-Content-Type: text/markdown
