pipecat.store.pickle module

Functions for reading and writing data using Python pickle files.

pipecat.store.pickle.read(fobj)

Read records from a pickle file.

pipecat.store.pickle.write(source, fobj)

Append records to a pickle file.