localcache

A library to store a local cache of a remote resource. Includes resync mechanism and conflict resolution tools.


Keywords
local, cache, synchronization, conflict, resolution
License
BSD-3-Clause
Install
pip install localcache==0.1.0

Documentation

python-localcache

This library allows caching locally a remote datasource, and synchronizing it with a remote entity. It includes a conflict resolution mechanism (local changes are kept separately from the remote state).

The library should work with any kind of objects, with hooks to provide custom serialization methods.