Home | Trees | Indices | Help |
---|
|
Parse and compare Debian version strings.
This module contains a class designed to sit in your Python code pretty naturally and represent a Debian version string. It implements various special methods to make dealing with them sweet.Author: Scott James Remnant <scott@netsplit.com>
|
|||
VersionError | |||
BadInputError | |||
BadEpochError | |||
BadUpstreamError | |||
BadRevisionError | |||
DpkgVersion Debian version number. |
|
|||
|
|||
|
|||
|
|||
|
|
|||
valid_epoch = re.compile(r'^
|
|||
valid_upstream = re.compile(r'^
|
|||
valid_revision = re.compile(r'^
|
|||
cmp_table =
|
|
cmp_table
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Fri Oct 12 13:57:26 2007 | http://epydoc.sourceforge.net |