{ "info": { "author": "Gunther Cox", "author_email": "gunthercx@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===============================\nchatterbot-weather\n===============================\n\n.. image:: https://img.shields.io/pypi/v/chatterbot-weather.svg\n :target: https://pypi.python.org/pypi/chatterbot-weather\n\n.. image:: https://img.shields.io/travis/gunthercox/chatterbot-weather.svg\n :target: https://travis-ci.org/gunthercox/chatterbot-weather\n\n.. image:: https://readthedocs.org/projects/chatterbot-weather/badge/?version=latest\n :target: http://chatterbot-weather.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\nA ChatterBot logic adapter that returns information about the weather.\nFor more information about ChatterBot see https://github.com/gunthercox/ChatterBot\n\n* Documentation: https://chatterbot-weather.readthedocs.org.\n\nInstallation\n------------\n\n.. code-block:: bash\n\n pip install chatterbot-weather\n\nExample\n-------\n\n.. code-block:: python\n\n from chatterbot import ChatBot\n\n chatbot = ChatBot(\n 'My Weather Bot',\n logic_adapters=[\n 'chatterbot_weather.WeatherLogicAdapter'\n ]\n )\n\nContributors Welcomed!\n----------------------\n\nThis package was originally created as a contribution to the main ChatterBot package.\nIt was converted to a optional module in order to preserve the code quality of the\nmain project. This weather adapter for ChatterBot works, but could benefit from\nimprovements in several areas.\n\n- Improved documentation with descriptions and information about the functions and structure of the adapter\n- Additional support for other weather APIs\n- Support for a wider range of questions about the weather (current, future, specific dates, etc.)\n\n\n=======\nHistory\n=======\n\n0.1.0 (2016-05-12)\n------------------\n\n* First release on PyPI.", "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/gunthercox/chatterbot-weather", "keywords": "chatterbot-weather", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "chatterbot-weather", "package_url": "https://pypi.org/project/chatterbot-weather/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/chatterbot-weather/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gunthercox/chatterbot-weather" }, "release_url": "https://pypi.org/project/chatterbot-weather/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A ChatterBot logic adapter that returns information about the weather.", "version": "0.1.1" }, "last_serial": 2510145, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "fac2ac86481c29d28dc984ca504bf788", "sha256": "8c1ab140041bed73b2a7f97637202aba843d72f9cef4202021781a3125780211" }, "downloads": -1, "filename": "chatterbot-weather-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fac2ac86481c29d28dc984ca504bf788", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12279, "upload_time": "2016-05-13T01:38:16", "url": "https://files.pythonhosted.org/packages/6f/41/4760105637f55fddded52da7d633c56d0af10c670357ac1efc95e518fb47/chatterbot-weather-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "8ac83d7162ead42109b676af3acbfb57", "sha256": "d4c4156aa04d7aa4e10593664eff3f68d5b92ddc94f0ac063c5fe2f3d6230ebf" }, "downloads": -1, "filename": "chatterbot-weather-0.1.0.zip", "has_sig": false, "md5_digest": "8ac83d7162ead42109b676af3acbfb57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20269, "upload_time": "2016-12-10T01:12:46", "url": "https://files.pythonhosted.org/packages/b7/7e/bd1eb2f1ae3ade963f1eb5e8404ab7a0d9cbcdf2a2b431f81253e401b086/chatterbot-weather-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ed0a3973ff87eb08b8680feb8292d6ca", "sha256": "42ff61a169c624c3cc8779b537914a5cfe6c4efbde014ce35cb92571bc5b7e33" }, "downloads": -1, "filename": "chatterbot_weather-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ed0a3973ff87eb08b8680feb8292d6ca", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 5321, "upload_time": "2016-12-10T01:31:35", "url": "https://files.pythonhosted.org/packages/2a/28/35be09e89164fa6c755afb07ff86edb7c5ddc09bdb2346eb68adffc4defd/chatterbot_weather-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8fd97730e24ec4f032dec5e95375c54a", "sha256": "d73bdd400cdfe947bccd52d89ebde1d64abe99173c530199730422d13420d525" }, "downloads": -1, "filename": "chatterbot-weather-0.1.1.zip", "has_sig": false, "md5_digest": "8fd97730e24ec4f032dec5e95375c54a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20371, "upload_time": "2016-12-10T01:31:33", "url": "https://files.pythonhosted.org/packages/27/63/2acba2cd9cc1954c849b69d6de4c9cdce555bfe86030dfffab83584403ef/chatterbot-weather-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ed0a3973ff87eb08b8680feb8292d6ca", "sha256": "42ff61a169c624c3cc8779b537914a5cfe6c4efbde014ce35cb92571bc5b7e33" }, "downloads": -1, "filename": "chatterbot_weather-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ed0a3973ff87eb08b8680feb8292d6ca", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 5321, "upload_time": "2016-12-10T01:31:35", "url": "https://files.pythonhosted.org/packages/2a/28/35be09e89164fa6c755afb07ff86edb7c5ddc09bdb2346eb68adffc4defd/chatterbot_weather-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8fd97730e24ec4f032dec5e95375c54a", "sha256": "d73bdd400cdfe947bccd52d89ebde1d64abe99173c530199730422d13420d525" }, "downloads": -1, "filename": "chatterbot-weather-0.1.1.zip", "has_sig": false, "md5_digest": "8fd97730e24ec4f032dec5e95375c54a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20371, "upload_time": "2016-12-10T01:31:33", "url": "https://files.pythonhosted.org/packages/27/63/2acba2cd9cc1954c849b69d6de4c9cdce555bfe86030dfffab83584403ef/chatterbot-weather-0.1.1.zip" } ] }