qipy.project - Python projects¶
-
class
qipy.project.
PythonProject
(worktree, src, name)¶ Collections of scripts, modules and packages
-
python_path
¶ List of path to add to $PYTHONPATH to use this project
-
install
(dest)¶ Install scripts, modules and packages to the given destination
-
walk_package
(package)¶ Returns all the .py files in the given package
-