Metadata-Version: 2.4
Name: ChatAuth
Version: 0.0.1
Summary: Self-hosted OAuth-style refresh-token auth service for ChatArch.
Author-email: RexWzh <rex@wzhecnu.cn>
License-Expression: MIT
Keywords: chatauth
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ChatAuth

Self-hosted OAuth-style refresh-token auth service for ChatArch.

## Quick Start

```bash
chattool pypi build --project-dir .
chattool pypi check --project-dir .
chattool pypi upload --project-dir .
```
