Skip to content

capturegraph.data.save #

Save submodule - Export and persist data#

Provides tools for saving modified data back to CaptureTarget directories.

Core classes

SaveOverWith: Marker to always save a value SaveIfMissing: Marker to save only if file doesn't exist

Functions:

Name Description
commit

Save all marked values to disk

save_to_json

Convert a value to PType JSON format

Modules:

Name Description
commit

Commit - Save modified data back to a CaptureTarget

copy

Copy - Copy files using zip broadcasting

markers

Save Markers

savers

PType Saver Registry