circular-dict dependencies

Circular Dict is used in Python projects. CircularDict 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. It has no required runtime dependencies, making it lightweight to install. Check its dependency graph on PyDeps to understand the full transitive dependency tree, reverse dependents, known CVEs, and license compatibility before installing.

What is circular-dict?

CircularDict is a high-performance Python data structure that blends the functionality of dictionaries and circular buffers. Inheriting the usage of tra...

What are the dependencies of circular-dict?

circular-dict has no required runtime dependencies. Installing it adds no transitive packages to your environment, which keeps installs small and minimizes the supply-chain surface you need to audit.

circular-dict transitive dependencies

Beyond its direct dependencies, circular-dict can pull in further packages through its dependency tree. PyDeps resolves the entire chain from PyPI and deps.dev so you can see every transitive (nested) dependency of circular-dict, expand any node on demand, and understand the full set of code that ships when you run pip install circular-dict.

Does circular-dict have known vulnerabilities (CVEs)?

PyDeps checks circular-dict and every package in its dependency tree against the OSV vulnerability database in real time. For each CVE you can see the severity, the affected version ranges, and the first fixed version, so you know exactly which circular-dict version is safe to install before you ship.

What license does circular-dict use?

circular-dict is distributed under the MIT license. PyDeps also shows the license of every dependency in the tree so you can audit license compatibility across your whole circular-dict install, not just the top-level package.

How to install circular-dict with all dependencies

Install from PyPI with pip install circular-dict. For offline or air-gapped environments, PyDeps can download circular-dict together with every resolved dependency as wheel files in a single bundle, matched to your target Python version and operating system.

Which packages depend on circular-dict?

Switch to the dependents view to see the reverse dependencies of circular-dict — the PyPI packages that list circular-dict as a requirement. Reverse dependencies are a strong signal of how widely a package is trusted and how disruptive a breaking change would be.

Packages related to circular-dict

PyDeps