API Reference for Enthought Tool Suite 3.2.0
This module defines functions for extracting/defining version information for packages. Functions for retrieving version/branch info from SVN, as well as those for formatting version strings and finding packages with predefined version info are defined in this module.
Return a string representing the current version, based on various attributes of the intended release
returns a list of tuples containing (<module name>, <version string>, <branch name or None if trunk>) for each package containing an appropriate <module>_version.py file in the package dir. The modules checked are those present in sys.modules
returns a list of importable modules names currently in sys.modules which have the necessary version files used by the functions in this module for getting version info
return the SVN branch name for the specified dir. This is used when a branch name has not been supplied by a build.
return the SVN revision number for the specified dir. This is used when a revision has not been supplied by a build.
| Local name | Refers to |
|---|---|
| glob | glob |
| os | os |
| path | os.path |
| re | re |
| sys | sys |
© Copyright 2002-2009 Enthought, Inc.