Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sheerlox/gpg_ex
- Owner: sheerlox
- License: other
- Created: 2023-11-25T15:50:48.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-05-02T13:25:46.000Z (8 months ago)
- Last Synced: 2024-12-15T21:21:45.759Z (28 days ago)
- Language: Elixir
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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/).