Metadata-Version: 2.4
Name: promptify-llm
Version: 0.1.0
Summary: A simple, zero-dependency library to format prompts for various open-source LLMs.
Author-email: Ritika Iyer <ritika.iyer29@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: General
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Promptify-LLM

A simple, zero-dependency library to format prompts for various open-source LLMs.

## Installation
```bash
pip install promptify-llm
