Package: wnpp Severity: wishlist Owner: Diane Trout <di...@ghic.org> * Package name : zict Version : 0.1.0 Upstream Author : Matthew Rocklin <mrock...@gmail.com> * URL : https://pypi.python.org/pypi/zict/0.1.0 * License : BSD-3-Clause Programming Lang: Python Description : Mutable mapping tools for Python
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 is a dependency of dask distributed. Will be maintained through Debian Python Modules team.