Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sheerlox/gpg_ex

A simple wrapper to run GPG commands.
https://github.com/sheerlox/gpg_ex

Last synced: 25 days ago
JSON representation

A simple wrapper to run GPG commands.

Awesome Lists containing this project

README

        

# GPGex

[![Hex.pm Version](https://img.shields.io/hexpm/v/gpg_ex.svg)](https://hex.pm/packages/gpg_ex)
[![Hex.pm Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/gpg_ex/)
[![Hex.pm Downloads](https://img.shields.io/hexpm/dw/gpg_ex.svg)](https://hex.pm/packages/gpg_ex)
[![Last Commit](https://img.shields.io/github/last-commit/sheerlox/gpg_ex.svg)](https://github.com/sheerlox/gpg_ex/)

A simple wrapper to run GPG commands.

Tested on Linux with `gpg (GnuPG) 2.2.27`.

> [!WARNING]
> This is a pre-release version. As such, anything _may_ change
> at any time, the public API _should not_ be considered stable,
> and using a pinned version is _recommended_.

## Installation

This library relies on `gpg` being available in your PATH.

The package can be installed by adding `gpg_ex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:gpg_ex, "1.0.0-alpha.4"}
]
end
```

## Versioning

This project follows the principles of [Semantic Versioning (SemVer)](https://semver.org/).