apptools.persistence.updater module

class apptools.persistence.updater.Updater[source]

Bases: object

An abstract class to provide functionality common to the updaters.

get_latest(module, name)[source]

The refactorings dictionary contains mappings between old and new module names. Since we only bump the version number one increment there is only one possible answer.

strip(string)[source]