pipecat.store.pickle module

Functions for reading and writing data using Python pickle files.

Warning

Pickle files written using Python 2 cannot be read using Python 3, and vice-versa.

pipecat.store.pickle.read(fobj)

Read records from a pickle file.

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

Append records to a pickle file.