Python Restorable Collections
Pickleable wrappers for Python collections with non-built-in type keys and cycles or self-references.
Version 1.0.0 [ PyPI | GitHub | BitBucket | Documentation ]
Interfaces to collections which solve the problem of unpickleable objects when non-built-in type keys are used and form cycles, either mutually or through self-reference.
A detailed article explaining the problem and this solution will soon be available on this site.