python3-zict

Mutable mapping tools for Python 3
  https://github.com/mrocklin/zict/
  0
  no reviews



The dictionary / mutable mapping interface is powerful and multi-faceted.

* stores data in different locations such as in-memory, on disk, in archive files, etc.. * manage old data with different policies like LRU, random eviction, etc.. * might encode or transform data as it arrives or departs the dictionary through compression, encoding, etc..

This contains the Python 3 version