qipy.worktree - Python worktree¶
-
class
qipy.worktree.
PythonWorkTree
(worktree, config='system')¶ Container for Python projects
-
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
-