A Python adapter for IBM Watson's question and answer API
Project description
A Python adapter for IBM Watson’s question and answer API
Installation
Install the package from PyPI:
pip install pywatson
Usage
from pywatson import Watson
# Create a Watson instance with your URL and credentials
# pywatson will use the endpoint `url + '/question'`
watson = Watson(url='https://watson-wdc01.ihost.com/instance/507/deepqa/v1', username='someuser', password='zyXHLz3sCoPt6G')
See also
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pywatson-0.1.0a2.tar.gz
(11.4 kB
view details)
Built Distribution
File details
Details for the file pywatson-0.1.0a2.tar.gz
.
File metadata
- Download URL: pywatson-0.1.0a2.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e610bd397ce6864de43b811fdeefe4581e16270c3d2e521441ef7f4cd2f49833
|
|
MD5 |
9cfecc96ac373d86e1ce3a6fa43d15cb
|
|
BLAKE2b-256 |
b40b4babbb48712ec9beeda9ce6b53d48ec472dad3d10e99375c6e8dc7ec9317
|
File details
Details for the file pywatson-0.1.0a2-py2.py3-none-any.whl
.
File metadata
- Download URL: pywatson-0.1.0a2-py2.py3-none-any.whl
- Upload date:
- Size: 30.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a57949f913caf78714115ebbb7b73540ab72babb89a318143243d5bc24fabe91
|
|
MD5 |
84eaf5df46b81d00d078b31e912cd59a
|
|
BLAKE2b-256 |
8f8fcef3e3057a364d98d13ca71ed9f04cebba0971a0e0b421ab4caa831251a8
|