Metadata-Version: 2.4
Name: promptng
Version: 0.1.3
Summary: Composable CLI for building structured AI prompts
Project-URL: Homepage, https://github.com/estebantechdev/prompt-ng
Project-URL: Repository, https://github.com/estebantechdev/prompt-ng
Project-URL: Issues, https://github.com/estebantechdev/prompt-ng/issues
Author: Esteban Herrera C.
License: GPL-3.0
License-File: LICENSE
Requires-Python: <3.15,>=3.9
Requires-Dist: jinja2
Requires-Dist: markdown-it-py
Requires-Dist: markupsafe
Requires-Dist: mdurl
Requires-Dist: pygments
Requires-Dist: pyperclip
Requires-Dist: pyyaml
Requires-Dist: rich
Description-Content-Type: text/markdown

# PromptNG ⚡

**Ready-to-use, high-quality prompts with a single command 🚀**

PromptNG is a composable AI prompt engineering CLI.

It is a lightweight, modular command-line tool for building, composing, and managing structured AI prompts. It enables developers and prompt engineers to create reusable prompt systems using roles, tasks, patterns, and variables instead of static text.

Designed for automation, pipelines, and scalable AI workflows.

## ✨ Features

- Composable prompt architecture (roles, tasks, patterns, etc.)
- CLI-based prompt generation (`build`, `compose`)
- Agent-style presets for fast usage
- Variable injection (`--var`, `--var-file`, `--var-dir`)
- Reusable and versionable prompt components
- Works with LLM pipelines and automation scripts

## 📥 Installation

```bash
pip install promptng
```
