qiBuild documentation

qipy.worktree - Python worktree

Worktree

class qipy.worktree.PythonWorkTree(worktree, config=u'system')

Container for Python projects

reload()

Reload

root

Root

get_python_project(name, raises=False)

Get a Python project given its name

bin_path(name)

Path to the virtualenv’s binaries

venv_path

Path to the virtualenv

pip

Path to the pip binary

python

Path to the python executable in the virtualenv

activate_this()

Activate this virtualenv

qipy.worktree.new_python_project(worktree, project)

New Python Project