Cottage is a modern, git-based, age-encrypted secrets manager for teams. It uses age encryption with YAML files and git for version control. Current version is 0.6.2, with a slow release cadence.
pip install cottageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of Cottage to manage encrypted secrets.
Install age (e.g., brew install age) and ensure git is available.
Run `git init` inside the .cottage directory before using Cottage.
Use `Cottage.create(path)` to initialize a new secrets repository.
Migrate by re-encrypting all secrets with the new format using `cottage.migrate_keys()`.
No dependency data recorded yet.
No resource links recorded.