From b0682f308d111655f5fe9d65b96bb82254bb85ef Mon Sep 17 00:00:00 2001 From: srichs <13246896+srichs@users.noreply.github.com> Date: Sun, 8 Feb 2026 22:41:28 +0000 Subject: [PATCH] Add CI and PyPI badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 30db7a5..c1df29b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # python-veracrypt +[![CI](https://github.com/srichs/python-veracrypt/actions/workflows/ci.yml/badge.svg)](https://github.com/srichs/python-veracrypt/actions/workflows/ci.yml) +[![PyPI](https://img.shields.io/pypi/v/python-veracrypt.svg)](https://pypi.org/project/python-veracrypt/) + ## Overview A cross platform Python wrapper for the [VeraCrypt](https://veracrypt.eu) CLI. It requires the VeraCrypt application to be installed on your system and it uses the CLI to perform different operations.