qiBuild documentation

qipy.project - Python projects

QiBuild

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

setup_dot_py

Setup Dot Py

class qipy.project.Module(name, src)

Module Class

class qipy.project.Package(name, src)

Package Class

class qipy.project.Script(src)

Script Class