Metadata-Version: 2.4
Name: vaultscribe
Version: 0.1.1
Summary: Type-safe secrets management and code generation for GCloud Secret Manager.
Project-URL: Repository, https://github.com/lawther/vaultscribe
License: MIT
Requires-Python: >=3.13
Requires-Dist: questionary>=2.1.1
Requires-Dist: rich>=15.0.0
Description-Content-Type: text/markdown

# VaultScribe

Type-safe secrets management and code generation for GCloud Secret Manager.

## Installation

```bash
pip install vaultscribe
```

## Usage

```bash
vs init      # scaffold a new project
vs pull dev  # fetch secrets from GCloud Secret Manager
vs codegen   # generate type-safe bindings for your application
```
