saveable_objectsΒΆ

A python package for checkpointing, saving, and loading objects.

Classes

SaveableObject

A utility class for saving objects to pickles and checkpointing.

Modules

checkpointing

A collection of functions for checkpointing objects.

extensions

This module allows existing classes to be converted to a SaveableObject.