Module version
[hide private]
[frames] | no frames]

Module version

source code

Module for relax version information.

Functions [hide private]
 
repo_information()
Determine the subversion revision number and URL from svn or git-svn copies of the repository.
source code
str
version_full()
Return the full relax version, including all SVN info for repository versions.
source code
Variables [hide private]
  status = Status()
  version = '3.2.3'
  repo_revision = '24419'
  repo_url = 'svn+ssh://bugman@svn.gna.org/svn/relax/tags/3.2.3'
  __package__ = None
hash(x)

Imports: dep_check, F_OK, access, sep, search, PIPE, Popen, lib, Status


Function Details [hide private]

version_full()

source code 

Return the full relax version, including all SVN info for repository versions.

Returns: str
The relax version string.