Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 581 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 581 Bytes

NOTICE

This project is no longer maintained or supported use it at your own risk.

encrypted-dict

Encrypt values in dict so that the dict remains readable in plain text except for the encrypted sections, it's main use is for when outputing dicts to be stored on disk as yaml or json.

Setup

pygpgme requires libgpgme11-dev on Ubuntu and on Mac OSX (via brew) you need gpgme and libgpg-error

Inspired by:

hiera-eyaml and hiera-eyaml-gpg