A Python adapter for IBM Watson's question and answer API
Install the package from PyPI:
pip install pywatsonfrom pywatson.watson 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')