Metadata-Version: 2.4
Name: redact-dotenv
Version: 1.0.0
Summary: CLI tool to redact secrets from .env files
Author-email: Etienne Bourgeois <etienne@hanstechnologies.ca>
License: GPL-3.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0
Dynamic: license-file

# redact-dotenv

A simple CLI tool to redact secrets (like API keys, tokens, passwords) from `.env` files.

## Installation

```bash
pip install .
```
## Usage 
```redact-dotenv .env .env.redacted```

## ✅ Install & Use Locally

1. Save the files in the structure above.
2. From the root directory, run:
   ```bash
   pip install .
   ```
3. Then run:
```redact-dotenv .env```


