Metadata-Version: 2.1
Name: promptmodel
Version: 0.1.17
Summary: Prompt & model versioning on the cloud, built for developers.
Home-page: https://github.com/weavel-ai/promptmodel
Author: weavel
License: UNKNOWN
Keywords: weavel,agent,llm,tools,promptmodel,llm agent,prompt,versioning,eval,evaluation,collaborative
Platform: UNKNOWN
Requires-Python: >=3.8.10
Description-Content-Type: text/markdown
Requires-Dist: httpx[http2]
Requires-Dist: pydantic >=2.4.2
Requires-Dist: peewee
Requires-Dist: typer[all]
Requires-Dist: cryptography
Requires-Dist: pyyaml
Requires-Dist: InquirerPy
Requires-Dist: litellm >=1.7.1
Requires-Dist: python-dotenv
Requires-Dist: websockets
Requires-Dist: termcolor
Requires-Dist: watchdog
Requires-Dist: readerwriterlock
Requires-Dist: nest-asyncio

<div align="center">
    <a href="https://www.promptmodel.run">
        <img src="https://i.imgur.com/f3MHyH3.png" title="Logo" style="width: 160px; margin-bottom: 16px;" />
    </a>
    <h1>Promptmodel</h1>
    <p>
        <h3>Prompt & model versioning on the cloud, built for developers.</h3>
        <p>
            We are currently on <strong>closed alpha</strong>.
            <a href="https://formless.ai/c/RtUfMCsh9YSs">Request access 🚀</a>
        </p>
    </p>
    <div>
        <a href="https://pypi.org/project/promptmodel" target="_blank">
            <img src="https://img.shields.io/pypi/v/promptmodel.svg" alt="PyPI Version">
        </a>
        <a href="https://discord.gg/2Y36M36tZf" target="_blank">
            <img src="https://dcbadge.vercel.app/api/server/dVTtyEU4?style=flat">
        </a>
    </div>
</div>

## Installation

```bash
pip install promptmodel
```

## Documentation

You can find our full documentation [here](https://www.promptmodel.run/docs/introduction).


