| minideblib.DpkgVersion | index minideblib/DpkgVersion.py | 
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.
| Modules | ||||||
| 
 | ||||||
| Classes | ||||||||||||||||||||||||||||||||||||||||
| 
 
 
 
 
 
 
 
 
 
 
 
 | ||||||||||||||||||||||||||||||||||||||||
| Functions | ||
| 
 
 
 
 | ||
| Data | ||
| __author__ = 'Scott James Remnant <scott@netsplit.com>' cmp_table = '~ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+-.:' valid_epoch = <_sre.SRE_Pattern object at 0x82b9f20> valid_revision = <_sre.SRE_Pattern object at 0x82b7e60> valid_upstream = <_sre.SRE_Pattern object at 0x82d0860> | ||
| Author | ||
| Scott James Remnant <scott@netsplit.com> | ||