twisted.python._release.DistributionBuilder(object) class documentationtwisted.python._release
View Source
(View In Hierarchy)
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. |
Create a distribution builder.
| Parameters | rootDirectory | root of a Twisted export which will populate subsequent tarballs. (type: FilePath.) |
| outputDirectory | The directory in which to create the tarballs. (type: FilePath) | |
| templatePath | Path to the template file that is used for the howto documentation. (type: FilePath) |