Metadata-Version: 2.1
Name: markdown-timesheet
Version: 0.2
Summary: A quick way to add up time entries in a markdown document.
Home-page: https://github.com/zevaverbach/markdown_timesheet
Author: Zev Averbach
Author-email: zev@averba.ch
License: MIT license
Description: # Markdown Timesheet
        
        A command line interface to total up the time entries in a markdown file.
        
        ## Installation
        
        ```
        pip install markdown_timesheet
        ```
        ## Usage
        
        Given a `timesheet.md` like so:
        
        ```
        # 5 Sep 2019
        
        ## 9:15-9:16, 9:20-9:25
        Write spec, write client email.
          - wrote really basic spec
        	- told client I'm starting the project
        
        ## 9:25-9:29
        Write tests
        
        ```
        
        Then,
        
        ```
        $ add timesheet.md
        10
        ```
        
        
Keywords: markdown timesheet
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
