Metadata-Version: 2.1
Name: sops-wrapper
Version: 0.1.1
Summary: A small wrapper around sops
Home-page: https://github.com/mortbauer/sops-wrapper
Author: Martin Ortbauer
Author-email: martin@villagefarmer.net
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Provides-Extra: lint
Provides-Extra: release
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE

# sops-wrapper

This is a simple wrapper around [sops](https://github.com/mozilla/sops), which
does use the `.sops.yaml` to determine the files which need to be encrypted or
decrypted.

## Installation

Install with pip:

```
python -m pip install sosp-wrapper
```
## Usage

run it with `sops-wrapper encrypt --dry-run` or `sops-wrapper decrypt --dry-run`, 
remove the `--dry-run` flag to make it actually happen.
