Skip to content

Installation

Stable release

To install Secrets Cache, run this command in your terminal:

uv add secrets-cache

Or if you prefer to use pip:

pip install secrets-cache

From source

The source files for Secrets Cache can be downloaded from the Github repo.

You can either clone the public repository:

git clone git://github.com/rnag/py-secrets-cache

Or download the tarball:

curl -OJL https://github.com/rnag/py-secrets-cache/tarball/master

Once you have a copy of the source, you can install it with:

cd py-secrets-cache
uv pip install .