Metadata-Version: 2.5
Name: python-sth
Version: 0.1.0
Summary: A small Python library that prints 我是STH.
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# python-sth

一个使用 `uv` 管理、使用 `hatchling` 构建的 Python 公共库。

## 使用

```python
from python_sth import print_sth

print_sth()
```

输出：

```text
我是STH
```

## 本地构建

```bash
uv build
```
