git-pythonpath

Temporarily add code in a git repo to python path.


Keywords
git
License
Other
Install
pip install git-pythonpath==0.1.1

Documentation

git_pythonpath

A little project for adding git repos to the python path temporarily.

Installation

/path/to/git-pythonpath/$> python setup.py install

Uninstall

/path/to/git-pythonpath/$> bash uninstall.sh

Usage

from git-pythonpath import append_git_repo
repo = "https://github.com/dean-shaff/pyro4tunneling.git"
with append_git_repo(repo):
    import pyro4tunneling