Metadata-Version: 2.4
Name: secret-manager-ci
Version: 0.1.1
Summary: CI/CD friendly secret management CLI for DevOps teams
Author-email: Ravi Kumar <ravi75296@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/ravimahey/secret-manager-ci.git
Project-URL: Repository, https://github.com/ravimahey/secret-manager-ci.git
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🔐 Secret Manager CI

`secret-manager-ci` is a lightweight CLI tool designed for managing secrets
securely in CI/CD pipelines without relying on third-party SaaS platforms.

## Installation

```bash
pip install secret-manager-ci
```


## 6️⃣ Build the Package Locally

```bash
pip install build twine
python -m build
```
