Package duplicity :: Module manifest
[hide private]
[frames] | no frames]

Module manifest

source code

Create and edit manifest for session contents

Classes [hide private]
  ManifestError
Exception raised when problem with manifest
  Manifest
List of volumes and information about each one
  VolumeInfoError
Raised when there is a problem initializing a VolumeInfo from string
  VolumeInfo
Information about a single volume
Functions [hide private]
 
Quote(s)
Return quoted version of s safe to put in a manifest or volume info
source code
 
Unquote(quoted_string)
Return original string from quoted_string produced by above
source code
Variables [hide private]
  nonnormal_char_re = re.compile(r'(\s|[\\"\'])')
  __package__ = 'duplicity'