その他のタスク (paver.misctasks)

paver.misctasks モジュールに配置されたその他のタスクがあります。

Miscellaneous tasks that don’t fit into one of the other groupings.

paver.misctasks.generate_setup()

Generates a setup.py file that uses paver behind the scenes. This setup.py file will look in the directory that the user is running it in for a paver-minilib.zip and will add that to sys.path if available. Otherwise, it will just assume that paver is available.

paver.misctasks.minilib(options)

Create a Paver mini library that contains enough for a simple pavement.py to be installed using a generated setup.py. This is a good temporary measure until more people have deployed paver. The output file is ‘paver-minilib.zip’ in the current directory.

Options:

extra_files
list of other paver modules to include (don’t include the .py extension). By default, the following modules are included: defaults, path, release, setuputils, misctasks, options, tasks, easy
paver.misctasks.paverdocs()

Open your web browser and display Paver’s documentation.

Previous topic

ドキュメントツール (paver.doctools)

Next topic

Virtualenv サポート (paver.virtual)

This Page