معرفی شرکت ها


chatterbot-weather-0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A ChatterBot logic adapter that returns information about the weather.
ویژگی مقدار
سیستم عامل -
نام فایل chatterbot-weather-0.1.1
نام chatterbot-weather
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Gunther Cox
ایمیل نویسنده gunthercx@gmail.com
آدرس صفحه اصلی https://github.com/gunthercox/chatterbot-weather
آدرس اینترنتی https://pypi.org/project/chatterbot-weather/
مجوز BSD
=============================== chatterbot-weather =============================== .. image:: https://img.shields.io/pypi/v/chatterbot-weather.svg :target: https://pypi.python.org/pypi/chatterbot-weather .. image:: https://img.shields.io/travis/gunthercox/chatterbot-weather.svg :target: https://travis-ci.org/gunthercox/chatterbot-weather .. image:: https://readthedocs.org/projects/chatterbot-weather/badge/?version=latest :target: http://chatterbot-weather.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status A ChatterBot logic adapter that returns information about the weather. For more information about ChatterBot see https://github.com/gunthercox/ChatterBot * Documentation: https://chatterbot-weather.readthedocs.org. Installation ------------ .. code-block:: bash pip install chatterbot-weather Example ------- .. code-block:: python from chatterbot import ChatBot chatbot = ChatBot( 'My Weather Bot', logic_adapters=[ 'chatterbot_weather.WeatherLogicAdapter' ] ) Contributors Welcomed! ---------------------- This package was originally created as a contribution to the main ChatterBot package. It was converted to a optional module in order to preserve the code quality of the main project. This weather adapter for ChatterBot works, but could benefit from improvements in several areas. - Improved documentation with descriptions and information about the functions and structure of the adapter - Additional support for other weather APIs - Support for a wider range of questions about the weather (current, future, specific dates, etc.) ======= History ======= 0.1.0 (2016-05-12) ------------------ * First release on PyPI.


نحوه نصب


نصب پکیج whl chatterbot-weather-0.1.1:

    pip install chatterbot-weather-0.1.1.whl


نصب پکیج tar.gz chatterbot-weather-0.1.1:

    pip install chatterbot-weather-0.1.1.tar.gz