We need (in order to automate some of the release steps) to interface with git in our scripts. GitPython may be the tool: https://pythonhosted.org/GitPython/0.3.1/tutorial.html (home: https://gitorious.org/git-python, see also http://www.samba.org/~jelmer/dulwich/ for an implementation of git "protocols" in python)
We need (in order to automate some of the release steps) to interface with git in our scripts. GitPython may be the tool: https://pythonhosted.org/GitPython/0.3.1/tutorial.html (home: https://gitorious.org/git-python, see also http://www.samba.org/~jelmer/dulwich/ for an implementation of git "protocols" in python)