Community

Buildout is used by many Python based projects and communities. Also it is used by many organization for developing and deploying applications.

Mailing list

Buildout use Python’s distutils-sig for all discussions. You can send your queries to the distutils-sig mailing list.

Source code

The source code of Buildout is maintained in the Zope subversion repository. To check out the trunk:

svn co  svn://svn.zope.org/repos/main/zc.buildout/trunk zc.buildout

You can also browse the source code online .

You can contact Jim Fulton or ask in the distutils-sig for contributing to this project.

IRC channel

There is an IRC channel #buildout at freenode.net .

Issue tracker

Bugs and other issues are tracked at Launchpad . Feel free to submit issues.

Website development

The www.buildout.org source code is maintained in the Zope subversion repository. To check out the trunk:

svn co  svn://svn.zope.org/repos/main/buildout-website/trunk buildout-website

You can also browse the source code online.

Table Of Contents

Previous topic

Buildout Recipes

Next topic

Glossary

This Page