Metadata-Version: 2.1
Name: promptfile
Version: 0.7.2
Summary: promptfile: language support for .prompt files
Home-page: https://github.com/weavel-ai/promptfile
Author: weavel
Keywords: .prompt,prompt,prompt file,llm
Requires-Python: >=3.8.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic
Requires-Dist: pyyaml

<div align="center">
    <a href="https://www.weavel.ai">
        <img src="https://i.imgur.com/uQ7ulX3.png" title="Logo" style="" />
    </a>
    <h1>Promptfile</h1>
    <h3>Language support for <code>.prompt</code> files</h3>
    <div>
        <a href="https://pypi.org/project/promptfile" target="_blank">
            <img src="https://img.shields.io/pypi/v/promptfile.svg" alt="PyPI Version"/>
        </a>
    </div>
</div>

## Installation

```bash
pip install promptfile
```
