Metadata-Version: 2.4
Name: htpymodule_yujuan
Version: 0.1.1
Summary: A minimal utility library.
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# htpymodule

A minimal Python utility library template using `pyproject.toml`.

## Install (from this folder)

```bash
pip install .
```

## Quick test

```bash
python -c "from htpymodule import hello; print(hello('world'))"
```
