Metadata-Version: 2.3
Name: qwergpt
Version: 0.1.2
Summary: QwerGPT: A Lightweight LLM Framework
Project-URL: Homepage, https://github.com/leopeng1995/qwergpt
Author-email: Leo Peng <leo@promptcn.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: aiohttp>=3.10.2
Requires-Dist: loguru>=0.7.2
Requires-Dist: pdf2image>=1.17.0
Requires-Dist: pydantic>=2.8.2
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: requests>=2.32.3
Requires-Dist: tqdm>=4.66.6
Description-Content-Type: text/markdown

# QwerGPT

A Lightweight Framework for building LLM applications.

### Roadmap

* Observability
* Prompt Versioning
* Easily Evaluating

### Quick Start

```
cp .env.example .env
```
