Metadata-Version: 1.0
Name: todo-summary
Version: 0.1.1
Summary: todo-summary simply combines todo and summary.
Home-page: http://pypi.python.org/pypi/todo-summary/
Author: Ruoran Wang
Author-email: dashuiwa@gmail.com
License:     todo-summary combines todo and summary.

    Copyright (C) 2013 Ruoran Wang 

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Description: todo-summary
        ============
        
        
        Pomodoro
        --------
        
        The idea is based on pomodoro where you will work on your tasks for time units.  Usually, this unit is 25 minutes, and followed by a 5 minutes short break.  In addition, there will be a longer break for every 4 units, which I assume unnecessary thus have not plan to implement (at this point).
        
        
        Todo
        ---- 
        
        So, imagine one day, you got coffee and plan to spend the next 3 hours working on your tasks. 
        
        You will spent 60 secs (or more) to think about what you gonna do.
        
        
        So, you come up with a todo list. You also planed how many time you would like to spend for each task. The todo list might looks like this one:
        
        * 1 write the README for your latest python project.
        * 4 work on some report.
        * 1 watch a tutorial you've saved.
        
        The first number indicates time unit(s)
        
        Ok, you happily dived into those tasks. 
        
        This application simply will play an alarm when each time unit is used up, and ask you to take a break for 5 mins.
        
        You could add/remove time unit(s) for the current task. You could also mark it as done.
        
        
        Summary
        -------
        
        Now, you've spent your 3 hours. 
        
        You could spend another 1 minutes to write done a short summary for each task.
        
        Thus, after all, you would be able to review what you've done, for the previous week, or for a specific topic.
        
        
        
        Notes
        -----
        
        The name for this app is `todo-summary` with a dash.  But the python module name is `todo_summary` with an underscore.
        
Platform: UNKNOWN
