Skip to content

Installation

cachebox is available on PyPI. You can use pip or uv to install cachebox. You can install MarkupEver using pip:

$ pip install -U cachebox
$ uv add cachebox

That's it - cachebox has zero Python dependencies. The Rust extension is distributed as a pre-built wheel for all major platforms and Python versions.

Use Virtual Environments

It's recommended to use virtual environments for installing and managing libraries in Python.

Upgrading from v5 to v6

Version 6 introduces several breaking changes. Please review the Migration Guide before upgrading.

Verifying the Installation

import cachebox
print(cachebox.__version__)