class twisted.python._release.Project: (source)
A representation of a project that has a version.
| Instance Variable | directory | A twisted.python.filepath.FilePathpointing to the base directory of a Twisted-style Python package. The package should contain a_version.pyfile and anewsfragmentsdirectory that contains aREADMEfile. | 
| Method | __init__ | Undocumented | 
| Method | __repr__ | Undocumented | 
| Method | getVersion | 
twisted.python.filepath.FilePath pointing to the base directory of a Twisted-style Python package. The package should contain a _version.py file and a newsfragments directory that contains a README file.| Returns | A incremental.Versionspecifying the version number of the project based on live python modules. | |