Home | Trees | Index | Help |
|
---|
Package pyb :: Package tasks :: Module py |
|
Python related tasks.
Copyright (C) 2004 Aetrion LLC
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.Function Summary | |
---|---|
Generate documentation using Epydoc. | |
Execute the specified script using Python. | |
Execute distutils.setup command |
Function Details |
---|
epydoc(app=None, format='html', destdir=None, modules=None, url=None, top=None, css=None, private=False, privateCss=None, inheritance=None)Generate documentation using Epydoc.
|
python(script=None, args=[])Execute the specified script using Python. Note that this task executes Python in a new process.
|
setup(file=None, commands=None)Execute distutils.setup command
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Apr 23 15:39:19 2004 | http://epydoc.sf.net |