I'm pleased to announce git-flow Python Edition 0.5.1.
Download
=========================
:Quick Installation:
pip install -U gitflow
easy_install -U gitflow
:Tarballs and Zip-Archives:
http://pypi.python.org/pypi/gitflow/0.5.1
What is git-flow Python Edition?
================================
`git-flow Python Edition` is a a pure-Python implementation of
`git-flow`.
All sub-commands are sharing a common same back-end to ensure same
features behave the same whatever branch-type they are working on. New
workflow behavior can also be added easily by simply sub-classing
existing ones. `git-flow Python Edition` also includes a comprehensive
unit-test suite, decent man-pages and html-docs.
``git-flow`` requires at least Python 2.5.
History of the Project
=========================
gitflow was originally developed by Vincent Driessen as a set of
shell-scripts. In Juni 2007 he started a Python rewrite but did not
finish it. In February 2012 Hartmut Goebel started completing the
Python rewrite and asked Vincent to pull his changes. But in June 2012
Vincent closed the pull-request and deleted his ``python-rewrite``
branch. So Hartmut decided to release the Python rewrite on his own.
:Author: Hartmut Goebel <
h.go...@crazy-compilers.com>
:Licence: BSD-like
:Homepage:
http://pypi.python.org/pypi/gitflow
:Repository:
http://github.com/htgoebel/gitflow/
--
Regards
Hartmut Goebel
| Hartmut Goebel |
h.go...@crazy-compilers.com |
|
www.crazy-compilers.com | compilers which you thought are impossible |