Skip to content

🚧 Client library to use the IBM Watson services in Python and available in pip as watson-developer-cloud

License

Notifications You must be signed in to change notification settings

MinhazPalasara/python-sdk

 
 

Repository files navigation

Watson Developer Cloud Python SDK

Build Status Coverage Status Latest Stable Version Download Times

Python client library to quickly get started with the various Watson Developer Cloud services.

Installation

To install, use pip or easy_install:

$ pip install --upgrade watson-developer-cloud

or

$ easy_install --upgrade watson-developer-cloud

Examples

The examples folder has basic and advanced examples.

Getting the Service Credentials

You will need the username and password credentials for each service. Service credentials are different from your Bluemix account username and password.

To get your service credentials, follow these steps:

  1. Log in to Bluemix at https://bluemix.net.

  2. Create an instance of the service:

    1. In the Bluemix Catalog, select the Natural Language Classifier service.
    2. Under Add Service, type a unique name for the service instance in the Service name field. For example, type my-service-name. Leave the default values for the other options.
    3. Click Use.
  3. Copy your credentials:

    1. On the left side of the page, click Service Credentials to view your service credentials.
    2. Copy username and password from these service credentials.

Python Version

Tested 👌 (lightly) on: Python from 2.6 to 3.5-dev (development branch)

Known Issues

There is a known incompatibilty with this module with Python versions 3.x with Korean systems.

Dependencies

Contributing

See CONTRIBUTING.md.

License

This library is licensed under the Apache 2.0 license.

About

🚧 Client library to use the IBM Watson services in Python and available in pip as watson-developer-cloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 76.4%
  • HTML 23.3%
  • Shell 0.3%