Metadata-Version: 2.4
Name: usewrapper
Version: 0.1.0
Summary: A minimal utility library that showcases different prompt template styles for LLMs.
Author-email: Foresty <parthsrivastava6112004@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Foresty/usewrapper
Project-URL: Documentation, https://github.com/Foresty/usewrapper#readme
Keywords: prompt,template,langchain,llm,ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: rich>=13.0.0


# 🧠 UserWrapper

A lightweight Python library to explore and visualize different **prompt template types** — static, dynamic, chat, few-shot, zero-shot, and more.

---

## 🚀 Installation
```bash
pip install UserWrapper
````


---

## 🧩 Usage

```python
from UserWrapper import GetPromptTemplate

pt = GetPromptTemplate()
pt.list_all_templates()
pt.chat_prompt_template()
```

Each template method prints formatted examples directly in your terminal using **Rich** for colored output.

---

## ⚙️ Templates Included

* Static Prompt Template
* Dynamic Prompt Template
* Chat Prompt Template
* Few-Shot Prompt Template
* Zero-Shot Prompt Template
* Instruction-Based Template
* Multi-Turn Conversation Template

---

## 🧑‍💻 Author

**Foresty**
📧 [parthsrivastava6112004@gmail.com](mailto:parthsrivastava6112004@gmail.com)
📍 Ghaziabad, India

---

## ⚖️ License

MIT License © 2025 Foresty
