Metadata-Version: 1.0
Name: Git-Track
Version: 0.1
Summary: Minimal Bug Tracking For Git.
Home-page: http://github.com/dhesse/Git-Track
Author: Dirk Hesse
Author-email: herr.dirk.hesse@gmail.com
License: MIT
Description: Git-Track -- Minimalistic Bug-Tracker for Git.
        ==============================================
        
        This simple bug-tracker is intended for the everyday coding, when you
        want to write down some issues you want/have to fix later, but a
        full-blown bug tracking such as github etc. is simply overkill.
        
        Features:
        ---------
        
        Each bug/issue has a(n)
        
        * unique id
        * message/comment
        * date/time of creation
        * git commit associated with it
        by default the current HEAD commit at the time of creation
        * status (open/closed)
        * priority
        
        Usage:
        ------
        
        The basic usage is as simple as
        
        1) *optional* make an alias
        
        alias g-tr="python /path/to/git-track/track.py"
        
        2) use
        
        g-tr
        
        will give you an overview of the commands.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Software Development :: Version Control
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
