{ "info": { "author": "Dmitriy Kuragin", "author_email": "dialogflow.pkgmgr@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "api.ai: Python SDK for `API.AI `_\n=========================\n\n.. image:: https://badge.fury.io/py/apiai.svg\n :target: http://badge.fury.io/py/apiai\n\n.. image:: https://travis-ci.org/api-ai/api-ai-python.svg\n :target: https://travis-ci.org/api-ai/api-ai-python\n\n\nOverview\n--------\n\nThe API.AI Python SDK makes it easy to integrate speech recognition with API.AI natural language processing API. API.AI allows using voice commands and integration with dialog scenarios defined for a particular agent in API.AI.\n\nPrerequsites\n--------\n\nCreate an `API.AI account `_.\n\n\nRunning examples\n--------\n\n1. Find examples from 'examples' path.\n2. Insert API key.\n\n.. code-block:: python\n\n >>> CLIENT_ACCESS_TOKEN = ''\n ...\n\nFeatures\n--------\n\n- Speech Recognition.\n- Voice Activity Detection.\n- Natural Language Processing.\n\nInstallation\n------------\n\nTo install apiai, simply:\n\n.. code-block:: bash\n\n $ pip install apiai\n\nor install it from repo:\n\n.. code-block:: bash\n\n $ pip install https://github.com/api-ai/api-ai-python.git\n\nYou might run into problems because some dependencies in your python environment are missing. You need to install numpy (which is available in almost all package managers). For running the examples you also need python audio.\n\nIn ubuntu the following will do the job:\n\n.. code-block:: bash\n\n $ apt-get install python-pyaudio python-numpy\n $ pip install apiai\n\nDocumentation\n-------------\n\nDocumentation is available at http://api.ai.\n\n## How to make contributions?\nPlease read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\nSee [LICENSE](LICENSE).\n\n## Terms\nYour use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the [Google APIs Terms of Service](https://developers.google.com/terms/).\n\nThis is not an official Google product.\n\n.. :changelog:\n\nRelease History\n---------------\n\n0.0.8 (2015-01-29)\n++++++++++++++++++\n\n* `scipy` removed from dependencies in library.\n* `scipy` removed from dependencies in examples.\n\n0.0.1 (2014-03-1)\n++++++++++++++++++\n\n* Conception\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://dialogflow.com/", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "dialogflow-client", "package_url": "https://pypi.org/project/dialogflow-client/", "platform": "", "project_url": "https://pypi.org/project/dialogflow-client/", "project_urls": { "Homepage": "https://dialogflow.com/" }, "release_url": "https://pypi.org/project/dialogflow-client/1.2.3/", "requires_dist": [ "numpy" ], "requires_python": "", "summary": "The Dialogflow Python SDK makes it easy to integrate speech recognition with Dialogflow natural language processing API with Python.", "version": "1.2.3" }, "last_serial": 3321112, "releases": { "1.2.3": [ { "comment_text": "", "digests": { "md5": "84dcc1cf0b3ade775d1e0e26290bea9c", "sha256": "ced7c55c76adc96f84517bdcced4300ef590856e56b986acfccf9464cbae9dbe" }, "downloads": -1, "filename": "dialogflow_client-1.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "84dcc1cf0b3ade775d1e0e26290bea9c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36635, "upload_time": "2017-11-10T02:13:54", "url": "https://files.pythonhosted.org/packages/72/de/fbbc963ae9f488f906e2b908d3ca0d925fa00dbdbf747c2bac062663e87c/dialogflow_client-1.2.3-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "84dcc1cf0b3ade775d1e0e26290bea9c", "sha256": "ced7c55c76adc96f84517bdcced4300ef590856e56b986acfccf9464cbae9dbe" }, "downloads": -1, "filename": "dialogflow_client-1.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "84dcc1cf0b3ade775d1e0e26290bea9c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36635, "upload_time": "2017-11-10T02:13:54", "url": "https://files.pythonhosted.org/packages/72/de/fbbc963ae9f488f906e2b908d3ca0d925fa00dbdbf747c2bac062663e87c/dialogflow_client-1.2.3-py2.py3-none-any.whl" } ] }