Metadata-Version: 2.1
Name: weather-applet
Version: 1.0.1
Summary: Weather system tray applet using OpenWeatherMap
Home-page: https://github.com/jmechnich/weather-applet
Author: Joerg Mechnich
Author-email: joerg.mechnich@gmail.com
License: UNKNOWN
Description: weather-applet
        ==============
        
        Weather system tray applet for X11, written in Python 3 and PyQt 5. An API key from https://openweathermap.org/ is required.
        
        Functionality
        =============
        
        - Shows system tray icon displaying current weather icon and temperature
        - Left single- or double-click toggles splash screen with weather info for now,
          today, tomorrow or the week
        - Middle-click triggers icon reset
        - Location can be selected automatically, by name, by OWM id or by coordinates
        
        Requirements
        ============
        
        - appletlib (https://github.com/jmechnich/appletlib)
        - Python 3
        - PyQt 5
        
        Screenshots
        ===========
        
        #### Splash screen showing today's weather
        ![](https://raw.github.com/jmechnich/weather-applet/master/screens/screen-today.png)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: X11 Applications :: Qt
Requires-Python: >=3.6
Description-Content-Type: text/markdown
