{ "info": { "author": "Spencer Elliott", "author_email": "me@elliottsj.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Linguistic" ], "description": "PyWatson |Travis CI| |Code Health| |Documentation Status|\n=========================================================\n\nA Python adapter for IBM Watson's question and answer API\n\nInstallation\n------------\n\nInstall the package from PyPI:\n\n.. code:: shell\n\n pip install pywatson\n\nUsage\n-----\n\n.. code:: python\n\n from pywatson import Watson\n\n # Create a Watson instance with your URL and credentials\n # pywatson will use the endpoint `url + '/question'`\n watson = Watson(url='https://watson-wdc01.ihost.com/instance/507/deepqa/v1', username='someuser', password='zyXHLz3sCoPt6G')\n\nSee also\n--------\n\n- `IBM Watson Developer Cloud API Reference `__\n\n.. |Travis CI| image:: http://img.shields.io/travis/sherlocke/pywatson.svg?style=flat\n :target: https://travis-ci.org/sherlocke/pywatson\n.. |Code Health| image:: https://landscape.io/github/sherlocke/pywatson/master/landscape.png?style=flat\n :target: https://landscape.io/github/sherlocke/pywatson/master\n.. |Documentation Status| image:: https://readthedocs.org/projects/pywatson/badge/?version=latest\n :target: https://readthedocs.org/projects/pywatson/?badge=latest", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sherlocke/pywatson", "keywords": "ibm watson", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pywatson", "package_url": "https://pypi.org/project/pywatson/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pywatson/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sherlocke/pywatson" }, "release_url": "https://pypi.org/project/pywatson/0.1.0a2/", "requires_dist": null, "requires_python": null, "summary": "A Python adapter for IBM Watson's question and answer API", "version": "0.1.0a2" }, "last_serial": 1291202, "releases": { "0.1.0a2": [ { "comment_text": "", "digests": { "md5": "84eaf5df46b81d00d078b31e912cd59a", "sha256": "a57949f913caf78714115ebbb7b73540ab72babb89a318143243d5bc24fabe91" }, "downloads": -1, "filename": "pywatson-0.1.0a2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "84eaf5df46b81d00d078b31e912cd59a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29961, "upload_time": "2014-11-01T19:14:14", "url": "https://files.pythonhosted.org/packages/8f/8f/cef3e3057a364d98d13ca71ed9f04cebba0971a0e0b421ab4caa831251a8/pywatson-0.1.0a2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9cfecc96ac373d86e1ce3a6fa43d15cb", "sha256": "e610bd397ce6864de43b811fdeefe4581e16270c3d2e521441ef7f4cd2f49833" }, "downloads": -1, "filename": "pywatson-0.1.0a2.tar.gz", "has_sig": false, "md5_digest": "9cfecc96ac373d86e1ce3a6fa43d15cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11370, "upload_time": "2014-11-01T19:14:17", "url": "https://files.pythonhosted.org/packages/b4/0b/4babbb48712ec9beeda9ce6b53d48ec472dad3d10e99375c6e8dc7ec9317/pywatson-0.1.0a2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "84eaf5df46b81d00d078b31e912cd59a", "sha256": "a57949f913caf78714115ebbb7b73540ab72babb89a318143243d5bc24fabe91" }, "downloads": -1, "filename": "pywatson-0.1.0a2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "84eaf5df46b81d00d078b31e912cd59a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29961, "upload_time": "2014-11-01T19:14:14", "url": "https://files.pythonhosted.org/packages/8f/8f/cef3e3057a364d98d13ca71ed9f04cebba0971a0e0b421ab4caa831251a8/pywatson-0.1.0a2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9cfecc96ac373d86e1ce3a6fa43d15cb", "sha256": "e610bd397ce6864de43b811fdeefe4581e16270c3d2e521441ef7f4cd2f49833" }, "downloads": -1, "filename": "pywatson-0.1.0a2.tar.gz", "has_sig": false, "md5_digest": "9cfecc96ac373d86e1ce3a6fa43d15cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11370, "upload_time": "2014-11-01T19:14:17", "url": "https://files.pythonhosted.org/packages/b4/0b/4babbb48712ec9beeda9ce6b53d48ec472dad3d10e99375c6e8dc7ec9317/pywatson-0.1.0a2.tar.gz" } ] }