This repository was archived by the owner on Oct 24, 2025. It is now read-only.
First usable release
Pre-release
Pre-release
- Replace simple-crypt with cryptography for a faster and more common encryption engine.
- Replace the current inheritence implementation with a composition implementation which easily allow to implement additional backends.
- Fix a bug where a stash couldn't be initialized.
- When using the Python API, verify that the
valuefield is always a dict. - Allow to retrieve a value via
stash.get_value(key=key) - Raise an error if a stash is initialized twice in the same path
- Change the
--valflag to--value.--valis just weird.