# This is a zc.buildout configuration file. It is used to install common # python devleoper tools into a buildout using the zc.recipe.egg:scripts # recipe. [pychecker] tool=pychecker unzip = true recipe = zc.recipe.egg:scripts entry-points = pychecker=pychecker.checker:main arguments = sys.argv [pyflakes] tool=pylfakes unzip = true recipe = zc.recipe.egg:scripts eggs = setuptools pyflakes entry-points = pyflakes=pkg_resources:run_script arguments = 'pyflakes', 'pyflakes' [nose] tool=nosetests unzip = true recipe = zc.recipe.egg:scripts eggs = setuptools nose [pyrex] tool=pyrex unzip = true recipe = zc.recipe.egg:scripts eggs = pyrex entry-points = pyrexc=Pyrex.Compiler.Main:main arguments = command_line=1 [rst2html] tool=rst2html unzip = true recipe = zc.recipe.egg:scripts eggs = docutils entry-points = rst2html=docutils.core:publish_cmdline arguments = writer_name='html', description='Generates (X)HTML documents' [epydoc] tool=epydoc unzip = true recipe = zc.recipe.egg:scripts entry-points = epydoc=epydoc.cli:cli