Metadata-Version: 2.1
Name: nlpsandbox-client
Version: 2.1.0
Summary: NLP Sandbox Client Library for Python
Home-page: https://nlpsandbox.io
Author: The NLP Sandbox Team
Author-email: team@nlpsandox.io
License: Apache
Project-URL: Source Code, https://github.com/nlpsandbox/nlpsandbox-client
Project-URL: Bug Tracker, https://github.com/nlpsandbox/nlpsandbox-client/issues
Description: [![nlpsandbox.io](https://nlpsandbox.github.io/nlpsandbox-themes/banner/Banner@3x.png)](https://nlpsandbox.io)
        
        # NLP Sandbox Client
        
        [![GitHub Release](https://img.shields.io/github/release/nlpsandbox/nlpsandbox-client.svg?include_prereleases&color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/nlpsandbox/nlpsandbox-client/releases)
        [![GitHub CI](https://img.shields.io/github/workflow/status/nlpsandbox/nlpsandbox-client/ci.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/nlpsandbox/nlpsandbox-client)
        [![GitHub License](https://img.shields.io/github/license/nlpsandbox/nlpsandbox-client.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/nlpsandbox/nlpsandbox-client)
        [![PyPi](https://img.shields.io/pypi/v/nlpsandbox-client.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=PyPi&logo=PyPi)](https://pypi.org/project/nlpsandbox-client)
        [![Docker Pulls](https://img.shields.io/docker/pulls/nlpsandbox/cli.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/nlpsandbox/cli)
        [![Discord](https://img.shields.io/discord/770484164393828373.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=Discord&logo=discord)](https://nlpsandbox.io/discord "Realtime support / chat with the community and the team")
        [![Coverage Status](https://img.shields.io/coveralls/github/nlpsandbox/nlpsandbox-client.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=coverage&logo=Coveralls)](https://coveralls.io/github/nlpsandbox/nlpsandbox-client?branch=)
        
        ## Overview
        
        NLP Sandbox Client Library for Python.  This repository consists of 2 packages
        
        - `nlpsandboxsdk`: Python SDK client that wraps all the NLP Sandbox APIs
        - `nlpsandboxclient` - Convenience functions that infer user behavior of the SDK client.
        
        ## Specification
        
        - API version: 1.1.2
        - Docker image: `nlpsandbox/cli`
        
        ## Documentation
        
        `nlpsandboxclient` functionality is documented [here](https://nlpsandbox.github.io/nlpsandbox-client/)
        
        ## Installation
        
        ```
        pip install nlpsandbox-client
        nlp-cli --version
        ```
        
        ## Contributing and developing
        
        Thinking about contributing to `nlpsandbox-client`? Get started by reading our [Contributor Guide](CONTRIBUTING.md).
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
