Metadata-Version: 2.4
Name: promptoor
Version: 0.1.0
Summary: Package your repo for pasting into an LLM prompt, respecting .gitignore., completely generated by chatgpt
Author-email: Jitender Shekhawat <me@jitendershekhawat.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pathspec>=0.11.1

# promptoor

Package your code repository into a prompt-ready summary for LLMs, respecting your `.gitignore`!

## Features

- 🗂️ **Summarizes your repo** as a tree structure.
- 📄 **Outputs contents of source files** (up to a size limit).
- 🚫 **Respects your `.gitignore`** automatically.
- 💡 **Perfect for pasting into ChatGPT, Claude, or any LLM prompt.**
- 🔥 **Easy to use CLI** — works from any repo.

## Installation

```bash
pip install promptoor
