Metadata-Version: 2.1
Name: toggl-reporter
Version: 0.0.2
Summary: A tool to build daily reports from Toggle with nice grouping
Home-page: UNKNOWN
Author: Ilya Siganov
Author-email: ilya.blan4@gmail.com
License: MIT
Project-URL: source, https://github.com/senior-sigan/toggl-reporter
Description: # Toggl reporter
        
        I need to write work report every evening. To make this routine simpler I created this CLI reporter.
        
        ## How to use
        
        ```shell
        python -m toggl_reporter --token=YOUR_TOKEN --date=2020-10-20
        ```
        
        Script will ask you details if needed. By default date is today if you not specify it.
        
        ### Report
        
        ```text
        REPORT for 2020-10-20
        total time 7:00:00
        
        my-cool-project 4:00:00
        - create github repo
        - write code
        - test code
        
        study-python 3:00:00
        - do my homework
        - watch lection
        ```
        
        ## Hot to install
        
        You need a Python 3.
        
        Install dependencies.
        
        ```shell
        pip install -r requirements.txt
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
