Skip to content

Python client to interact with the NLP Sandbox

License

Notifications You must be signed in to change notification settings

nlpsandbox/nlpsandbox-client

Repository files navigation

nlpsandbox.io

NLP Sandbox Client

GitHub Release GitHub CI GitHub License PyPi Docker Pulls Discord Coverage Status

Overview

NLP Sandbox Client Library for Python. This repository consists of 2 packages

  • nlpsandbox: 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.2.0
  • Docker image: nlpsandbox/cli

Documentation

nlpsandboxclient functionality is documented here

Installation

pip install nlpsandbox-client
nlp-cli --version

Contributing and developing

Thinking about contributing to nlpsandbox-client? Get started by reading our Contributor Guide.