Metadata-Version: 1.1
Name: spendtime
Version: 0.2
Summary: Simple timetracking tool for the terminal
Home-page: https://github.com/morngrar/spendtime
Author: Svein-Kåre Bjørnsen
Author-email: sveinkare@gmail.com
License: GPL
Description-Content-Type: UNKNOWN
Description: spendtime
        =========
        
        A simple timetracking tool for the terminal.
        
        Installation
        ------------
        
        ``$ pip3 install spendtime``
        
        Usage
        -----
        
        *spendtime* saves its data in a database in the working directory.
        Simply type the command ``spendtime`` in your terminal (or command
        prompt on windows) and it will start tracking time in its default
        timetable. If you want to track time on different things, several tables
        can be created and used. Check ``spendtime --help`` for more info.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
