Metadata-Version: 1.1
Name: ludolph-weather
Version: 1.0
Summary: Ludolph: Weather plugin
Home-page: https://github.com/erigones/ludolph-weather/
Author: Erigones
Author-email: erigones [at] erigones.com
License: MIT
Description: ludolph-weather
        ###############
        
        `Ludolph <https://github.com/erigones/Ludolph>`_: Weather plugin
        
        Simple plugin that displays current weather information or weather forecast.
        Although it currently uses the `OpenWeatherMap <http://openweathermap.org>`_ service it can be easily extended to support other weather forecast providers.
        
        .. image:: https://badge.fury.io/py/ludolph-weather.png
            :target: http://badge.fury.io/py/ludolph-weather
        
        
        Installation
        ------------
        
        - Install the latest released version using pip::
        
            pip install ludolph-weather
        
        - Add new plugin section into Ludolph configuration file::
        
            [ludolph_weather.open_weather_map]
            api_key = xxxxxxxxxxxxxxxxxxxxxxxxx
            default_location = Bratislava,SK
            timezone = Europe/Bratislava
        
        - Reload Ludolph::
        
            service ludolph reload
        
        
        **Dependencies:**
        
        - `Ludolph <https://github.com/erigones/Ludolph>`_ (0.6.0+)
        - `requests <http://docs.python-requests.org/>`_
        - `pytz <http://pytz.sourceforge.net/>`_
        
        
        Links
        -----
        
        - Wiki: https://github.com/erigones/Ludolph/wiki/How-to-create-a-plugin#create-3rd-party-plugin
        - Bug Tracker: https://github.com/erigones/ludolph-weather/issues
        - Google+ Community: https://plus.google.com/u/0/communities/112192048027134229675
        - Twitter: https://twitter.com/erigones
        
        
        License
        -------
        
        For more information see the `LICENSE <https://github.com/erigones/ludolph-weather/blob/master/LICENSE>`_ file.
        
Platform: any
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Utilities
