Metadata-Version: 1.0
Name: gitli
Version: 0.4
Summary: Simple issue management for git
Home-page: https://github.com/bartdag/gitli
Author: Barthelemy Dagenais
Author-email: barthe@users.sourceforge.net
License: BSD License
Description: 
        gitli is a simple git extension to manage issues in single-developer projects.
        
        The issues are stored in the current branch of the git repository. gitli is
        **not** a distributed issue tracker so merges need to be done by hand for now.
        
        To use gitli, simply type ``git li init``, then ``git li new 'issue title'``,
        and ``git li list``.
        
        Go to the `gitli homepage <https://github.com/bartdag/gitli>`_ to read the
        documentation.
        
        The script does not attempt to prevent goofs and error messages can make
        children cry.
              
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Software Development :: Bug Tracking
