8000 GitHub - NoBotz/python-sdk: :snake: Client library to use the IBM Watson services in Python and available in pip as watson-developer-cloud
[go: up one dir, main page]

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
  • Insights
  • NoBotz/python-sdk

     
     

    Repository files navigation

    Watson Developer Cloud Python SDK

    Build Status codecov.io 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

    Note: If you run into permission issues try:

    $ sudo -H pip install --ignore-installed six watson-developer-cloud

    For more details see #225

    Examples

    The examples folder has basic and advanced examples.

    Getting the Service Credentials

    Service credentials are required to access the APIs.

    If you run your app in Bluemix, you don't need to specify the username and password. In that case, the SDK uses the VCAP_SERVICES environment variable to load the credentials.

    To run locally or outside of Bluemix you need the username and password credentials for each service. (Service credentials are different from your Bluemix account email and password.)

    To create an instance of the service:

    1. Log in to Bluemix.
    2. Create an instance of the service:
      1. In the Bluemix Catalog, select the Watson service you want to use. For example, select the Conversation service.
      2. 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 Create.

    To get your service credentials:

    Copy your credentials from the Service details page. To find the the Service details page for an existing service, navigate to your Bluemix dashboard and click the service name.

    1. On the Service Details page, click Service Credentials, and then View credentials.
    2. Copy username and password.

    Python Version

    Tested on: Python from 2.7, 3.4, 3.5, and 3.6.

    CHANGELOG

    See CHANGELOG.

    Known Issues

    See issues.

    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

    Contributing

    Stars

    Watchers

    Forks

    Packages

    No packages published

    Languages

    • Python 92.6%
    • HTML 7.3%
    • Shell 0.1%
    0