Metadata-Version: 1.0
Name: urtimer
Version: 0.1.0
Summary: Simple countdown timer using urwid
Home-page: https://bitbucket.org/livibetter/urtimer
Author: Yu-Jie Lin
Author-email: livibetter@gmail.com
License: MIT
Description: urtimer
        =======
        
        A simple countdown timer using urwid.
        
        Functions
        ---------
        
        1. Countdown timer: when reaches zero, the program exits.
        
        Controls
        --------
        
        Keys
        ....
        
        :Z/A: decrease/increase hour
        :X/S: decrease/increase minute
        :C/D: decrease/increase second
        :Space: start/pause timer
        :Q: quit the program
        
        Mouse
        .....
        
        :Left-button: start/pause timer
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Utilities
