Metadata-Version: 2.4
Name: pyutilities_simple
Version: 0.1.1
Summary: Add your description here
Project-URL: Homepage, https://github.com/YoucheeXu/pyutilities
Project-URL: Issues, https://github.com/YoucheeXu/pyutilities/issues
Author-email: Youchee <youchi.xu@live.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# Readme

[TOC]

## test

```bash
uv pip install -e .
```

## build & publish

```bash
uv build
uv publish
```
