Python Download From Git URL

import git
git.Git("/your/directory/to/clone").clone("git://gitorious.org/git-python/mainline.git")
Terror12