zict
Mutable mapping tools
What it is and what it does
Zict is a library of mutable mapping tools designed to work with dictionary-like interfaces in Python. It provides specialized data structures that extend standard dict behavior. The package is lightweight—it has no runtime dependencies—and supports Python 3.8, 3.9, 3.10, and 3.11.
The package is classified as production-stable but has been abandoned for 1215 days. It was originally developed with dask in mind, suggesting it was built to support distributed computing workflows. Because there is no active maintenance, you should treat it as a snapshot of functionality rather than a living project; any bugs or compatibility issues will not be addressed.
Use it for:
- Working with existing codebases that depend on zict for mutable mapping functionality.
- Implementing custom dictionary-like objects with specialized behavior.
- Integrating with dask-based workflows that rely on zict's mapping tools.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides mutable mapping tools and data structures for working with dictionary-like interfaces in Python.
Yes, if you are maintaining or extending an existing codebase that already depends on zict. No, if you are starting a new project—the abandonment status and lack of recent updates make it a poor choice for forward-looking development. The permissive BSD license and zero runtime dependencies make it low-risk to add, but the maintenance gap is a real concern.
Install
zict on PyPI
pip
pip install zictuv
uv add zictpoetry
poetry add zictInstalling zict
Before you install
Installation is straightforward with no runtime dependencies and a pure-Python wheel distribution. However, the package is abandoned—last release was 1215 days ago—so no active maintenance or bug fixes should be expected.
License in practice
Licensed under BSD (permissive), so you may use, modify, and distribute the package freely in both open-source and commercial projects with minimal restrictions.
Quickstart
pip install zict==3.0.0
from zict import Mapping
# Use zict's mutable mapping tools as documented
Verify before relying
- What specific mapping types or storage backends the package provides beyond the summary.
- Whether the package remains compatible with Python versions beyond 3.11 despite abandonment.
- What role dask integration plays and whether it requires dask as an optional dependency.
Package facts
| License | BSD (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 1,215 days since the last release |
| First released | |
| Downloads | 5,092,439/month — #2,170 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: zict-3.0.0-py2.py3-none-any.whl
Keywords: mutable mapping, dict, dask
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
constantdictProvides an immutable dictionary class that…
permissive · top 15,000 on PyPI
frozendictProvides an immutable, hashable dictionary…
copyleft · top 5,000 on PyPI
attrdictProvides dictionary-like objects that allow…
permissive · top 5,000 on PyPI
jaraco.collectionsProvides specialized collection classes that…
permissive · top 5,000 on PyPI
HeapDictHeapDict is a mutable mapping that acts as a…
permissive · top 15,000 on PyPI
flatten-dictConverts nested dictionaries into flat…
permissive · top 5,000 on PyPI
pygtriepygtrie provides pure Python implementations of…
permissive · top 5,000 on PyPI
pyrsistentPyrsistent provides immutable, persistent data…
permissive · top 1,000 on PyPI
sqlitedictProvides a dict-like interface to SQLite…
permissive · top 5,000 on PyPI
historydictHistoryDict provides a persistent dictionary…
unclear · top 15,000 on PyPI