Metadata-Version: 2.4
Name: ChatUV
Version: 0.1.0
Summary: ChatUV: bootstrap uv-based Python environments from low-version Python shells
Author-email: ChatArch <1073853456@qq.com>
License: MIT
Keywords: chatuv
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ChatUV

ChatUV will bootstrap uv-based Python environments from low-version Python shells.

The `0.1.0` release is still a minimal placeholder package used to verify the PR-based Trusted Publisher release flow. The environment setup implementation will land in a later release.

## Quick Start

```bash
pip install ChatUV
chatuv --help
chatuv --version
```

## Compatibility

ChatUV targets Python 3.6 and newer so it can be installed from older Python shells before bootstrapping newer uv-managed environments.
