Metadata-Version: 2.1
Name: veiled
Version: 0.1.1
Summary: A very thin CLI wrapper around cryptography.fernet:Fernet
License: MIT
Keywords: encryption,symmetric,commandline
Author: Vasili Syrakis
Author-email: cetanu@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: cryptography (>=36.0.1,<37.0.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Description-Content-Type: text/markdown

veiled
======
A very thin CLI wrapper around `cryptography.fernet:Fernet` for symmetric encryption.

I made this to use in CI things, so I can keep encrypted secrets in my git repositories,
and have my build agents decrypt them using a centralized key.


