Metadata-Version: 1.0
Name: todo.py
Version: 0.3-beta
Summary: Python version of Gina Trapani's popular bash script.
Home-page: https://github.com/sigmavirus24/Todo.txt-python
Author: graffatcolmingov
Author-email: graffatcolmingov@gmail.com
License: UNKNOWN
Description: todo.py
        =======
        
        .. image:: https://secure.travis-ci.org/sigmavirus24/Todo.txt-python.png?branch=development
        :alt: Build Status
        
        A port of the `popular todo.txt-cli project
        <https://github.com/ginatrapani/todo.txt-cli>`_ from bash to python.
        
        Dependencies
        ------------
        
        This only requires GitPython_ if you want to have todo.py also manage a git
        repository which tracks the related files. Running the script once will give
        you the URL to download it. Please note that GitPython is written for ``git
        --version`` 1.7.2+.
        
        If you're on Windows and running the script out of cmd.exe, install
        colorama for 'termcolor' support.
        
        .. _GitPython: https://github.com/gitpython-developers/GitPython
        
        Hacking
        -------
        
        Enjoy, contribute, and feel free to clone. I'm doing this blind [1]_ as best as
        possible for fun.
        
        Important Information
        ---------------------
        
        - License: GPLv3_
        - Build Status: TravisCI_
        
        .. _GPLv3: https://raw.github.com/sigmavirus24/Todo.txt-python/master/LICENSE
        .. _TravisCI: http://travis-ci.org/sigmavirus24/Todo.txt-python
        
        --------
        
        .. [1] By blind, I mean without looking at the source of the original todo.txt-cli
        project. I'm working solely from my experiences with the script and
        experimenting with the functionality while adding things I should probably write
        as patches and send upstream... I'll wait to finish my version of the project
        first though.
        
        
        History
        =======
        
        development
        -----------
        
        - Add add-on functionality!
        
        - Support todo.sh_'s add-ons_
        
        - Add colorama support for users using the script in ``cmd.exe`` on
        Windows
        - Add tests for ``get_config()``
        - Add @usage decorate for actions
        - Add sample_addons directory with Matt Stave's suggestions
        - PEP257 (Docstring) compliance
        - Help documentation automattically generated
        - Fix rare occurrence where script whips out todo.txt file
        
        .. _todo.sh: https://github.com/ginatrapani/todo.txt-cli
        .. _add-ons:
        https://github.com/ginatrapani/todo.txt-cli/wiki/Todo.sh-Add-on-Directory
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
