Metadata-Version: 2.4
Name: gittle
Version: 0.5.0
Summary: A high level pure python git implementation
Home-page: https://github.com/FriendCode/gittle
Author: Aaron O'Mullan
Author-email: aaron@friendco.de
License: MIT
Keywords: git dulwich pure python gittle
Requires-Dist: paramiko==1.10.0
Requires-Dist: pycrypto==2.6
Requires-Dist: dulwich==0.9.7
Requires-Dist: funky==0.0.2
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary


    Gittle is a wrapper around dulwich. It provides an easy and familiar interface to git.
    It's pure python (no dependancy on the git binary) and has no other dependancies besides
    the python stdlib, dulwich and paramiko (optional).
    
