Metadata-Version: 2.4
Name: welcome-python-cli-demo
Version: 0.1.2
Summary: A tiny demo CLI for uv
License-File: LICENSE
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Hello, Python!

A minimal HTTP server listening on `localhost` port `3000`.

```
python3 main.py
```
