Home | Trees | Index | Help |
|
---|
Package kiwi :: Module dist |
|
Classes | |
---|---|
KiwiInstallData |
|
KiwiInstallLib |
|
TemplateInstallLib |
Function Summary | |
---|---|
Compiles po files to mo files. | |
Gets the relative path of the site-packages directory | |
Lists all files in directories and optionally uses basic shell matching, example: | |
Recursivly list all packages in directory root Optionally exclude can be specified which is a string like foo/bar. | |
A drop in replacement for distutils.core.setup which integrates nicely with kiwi.environ |
Function Details |
---|
compile_po_files(domain, dirname='locale')Compiles po files to mo files. Note. this function depends on gettext utilities being installed
|
get_site_packages_dir(*dirs)Gets the relative path of the site-packages directory This is mainly useful for setup.py usage:>>> setup(... data_files=[(get_site_packages_dir('foo'), files..)])where files is a list of files to be installed in a directory called foo created in your site-packages directory
|
listfiles(*dirs)Lists all files in directories and optionally uses basic shell matching, example:>>> listfiles('data', 'glade', '*.glade') ['data/glade/Foo.glade', 'data/glade/Bar.glade', ...]
|
listpackages(root, exclude=None)Recursivly list all packages in directory root Optionally exclude can be specified which is a string like foo/bar.
|
setup(**kwargs)A drop in replacement for distutils.core.setup which integrates nicely with kiwi.environ
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Sep 15 11:53:22 2006 | http://epydoc.sf.net |