Metadata-Version: 2.4
Name: prompt-cli-rush
Version: 0.1.0
Summary: Interactive command-line utility for structured prompts
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/promptkit/
Project-URL: Source, https://github.com/yourusername/promptkit
Keywords: cli,developer-tools,productivity
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-generativeai>=0.5.0
Requires-Dist: python-dotenv>=1.0.0
Dynamic: license-file

# PromptKit

A lightweight interactive command-line utility for structured prompting.

## Install
pip install promptkit

## Setup
Set environment variable:

Windows (PowerShell):
setx PROMPTKIT_KEY "your_api_key"

Linux / macOS:
export PROMPTKIT_KEY="your_api_key"

## Run
promptkit
