Metadata-Version: 2.4
Name: prompt-template-engine
Version: 0.1.0
Summary: Simple and safe templating engine for LLM prompts with variable substitution and guards
Author-email: Zach <zacharie@astera.org>
License: MIT
Keywords: llm,prompt,template,ai
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# prompt-template-engine

## Installation

```bash
pip install prompt-template-engine
```

## Usage

```python
import prompt_template_engine
```

## License

MIT
