Metadata-Version: 2.1
Name: hourly
Version: 0.0.1.dev0
Summary: A small example package
Home-page: https://github.com/asherp/hourly
Author: Asher Pembroke
Author-email: apembroke@gmail.com
License: UNKNOWN
Description: # hourly
        
        A simple hour tracker for git projects. ```hourly``` parses commit messages and their unix timestamps to precisely calculate work hours. 
        
        ## Usage
        
        To clock in:
        
        	git commit -m "clock in - starting work on new feature"
        
        do stuff as usual, then clock out
        
        	git commit -m "clock out - finished feature"
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
