Metadata-Version: 1.0
Name: toggl
Version: 0.1.0
Summary: Automatically toggl your hours
Home-page: https://github.com/eodolphi/toggl
Author: Ernst Odolphi
Author-email: ernst.odolphi@gmail.com
License: MIT
Description: Automate your Toggling
        -----------------------
        
        No longer fear the moment when Eva asks you to update toggle. Simply type:
        
            $ toggl fix
        
        And be done with it.
        
        Installation
        ------------
        
            $ pip install toggl
        
        
        Configuration
        -------------
        
        Create a `.toggle` file in your home directory with the following content:
        
            [API]
            key = <your api key> # Can be obtained at: FIXME
            workspace = 566021 # Your deault workspace
        
            [LOCATION]
            timezone = europe/amsterdam
        
            [PROJECTS]
            default = 10128232 # Your default project 
        
            [SCHEDULE]
            monday = 8:30-12:30,13:00-17:30
            tuesday = 8:30-12:30,13:00-17:30
            wednesday = 8:30-12:30,13:00-17:30
            friday = 8:30-12:30,13:00-17:30
        
Keywords: toggl automate
Platform: UNKNOWN
