Metadata-Version: 1.0
Name: gitless
Version: 0.6.1
Summary: A version control system built on top of Git
Home-page: http://gitless.com
Author: Santiago Perez De Rosso
Author-email: sperezde@csail.mit.edu
License: GPLv2
Description: 
        Gitless is an experimental version control system built on top of Git.
        Many people complain that Git is hard to use. We think the problem lies
        deeper than the user interface, in the concepts underlying Git. Gitless
        is an experiment to see what happens if you put a simple veneer on an
        app that changes the underlying concepts. Because Gitless is implemented
        on top of Git (could be considered what Git pros call a 'porcelain' of
        Git), you can always fall back on Git. And of course your coworkers you
        share a repo with need never know that you're not a Git aficionado.
        
        More info, downloads and documentation @ `Gitless's
        website <http://gitless.com>`__.
        
        Questions or comments about Gitless can be sent to the `Gitless users
        mailing list <https://groups.google.com/forum/#!forum/gl-users>`__.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Version Control
