Skip to main content

AYLIEN Text API Client Library for Python

Project description

About

This is the Python client library for AYLIEN’s APIs. If you haven’t already done so, you will need to sign up.

Installation

To install, simply use pip:

$ pip install --upgrade aylien-apiclient

See the Developers Guide for additional documentation.

Example

from aylienapiclient import textapi
c = textapi.Client("YourApplicationID", "YourApplicationKey")
s = c.Sentiment({'text': 'John is a very good football player!'})

Third Party Libraries and Dependencies

The following libraries will be installed when you install the client library:

  • httplib2

For development you will also need the following libraries:

  • httpretty

  • unittest2

  • nose

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aylien-apiclient-0.3.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page