circular-dict v1.9
pypiCircularDict is a high-performance Python data structure that blends the functionality of dictionaries and circular buffers. Inheriting the usage of traditional dictionaries, it allows you to define constraints on size and memory usage. This way, the CircularDict will be always up-to-date with the last N added elements, ensuring that neither the maximum length nor the memory usage limit is exceeded. It is ideal for caching large data structures while maintaining control over memory footprint.
Updated
View on PyPI →
Version
1.9
70d ago
License
MIT
70d ago
Weekly Downloads
N/A
Dependencies
0
70d ago
Required Runtime
>=3.6
70d ago
Deprecated
No
70d ago
Weekly downloads
Release activity
1 release tracked. Last release: 70 days ago.
v1.9
current
v1.9
Mar 21, 2026
Last changed
| Field | Change | When |
|---|---|---|
| deprecated | (none) → false | 70d ago |
| latest_version | (none) → 1.9 | 70d ago |
| license | (none) → MIT | 70d ago |
| dep_count | (none) → 0 | 70d ago |
| required_runtime | (none) → >=3.6 | 70d ago |
Use it
REST API
$ curl
https://api.grounded-api.dev/v1/pypi/circular-dict/latest_version
{ "value": "1.9" }
CLI
$ npx grounded-cli circular-dict
circular-dict@1.9 (pypi)