A builder of Twisted distributions.

This knows how to build tarballs for Twisted.

Method __init__ Create a distribution builder.
Method buildTwisted Build the main Twisted distribution in Twisted-<version>.tar.bz2.
def __init__(self, rootDirectory, outputDirectory, templatePath=None): (source)

Create a distribution builder.

ParametersrootDirectoryroot of a Twisted export which will populate subsequent tarballs. (type: FilePath.)
outputDirectoryThe directory in which to create the tarballs. (type: FilePath)
templatePathPath to the template file that is used for the howto documentation. (type: FilePath)
def buildTwisted(self, version): (source)

Build the main Twisted distribution in Twisted-<version>.tar.bz2.

bin/admin is excluded.

ParametersversionThe version of Twisted to build. (type: str)
ReturnsThe tarball file. (type: FilePath.)
API Documentation for Twisted, generated by pydoctor at 2015-09-04 15:29:41.