Metadata-Version: 2.1
Name: gitless
Version: 0.8.8
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: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Version Control
License-File: LICENSE.md
Requires-Dist: pygit2
Requires-Dist: clint>=0.3.6
Requires-Dist: sh>=1.11


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>`__.
