diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-08 12:00:48 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:12 -0600 |
commit | 3e03a575d0ca3433459458660e6d2593a2515b61 (patch) | |
tree | afc9a013726051af0eeae94b8ce9a7c45c3b474a /libraries/GitPython/slack-desc | |
parent | 5bec9ee83ecc012f4bbc35c84e9d66d1cf9445b4 (diff) | |
download | slackbuilds-3e03a575d0ca3433459458660e6d2593a2515b61.tar.gz |
libraries/GitPython: Added (Python Git Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/GitPython/slack-desc')
-rw-r--r-- | libraries/GitPython/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/GitPython/slack-desc b/libraries/GitPython/slack-desc new file mode 100644 index 0000000000..071a40df6f --- /dev/null +++ b/libraries/GitPython/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +GitPython: GitPython (Python Git Library) +GitPython: +GitPython: GitPython is a python library used to interact with Git repositories. +GitPython: GitPython provides object model read and write access to your git +GitPython: repository. Access repository information conveniently, alter the +GitPython: index directly, handle remotes, or go down to low-level object +GitPython: database access with big-files support. +GitPython: +GitPython: Homepage: https://github.com/gitpython-developers/GitPython +GitPython: +GitPython: |