Metadata-Version: 2.4
Name: tgulls-hello
Version: 0.1.0
Summary: A simple CLI that prints Hello, PyPI!
Author: Trevor Gullstad
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# tgulls-hello

A simple CLI that prints Hello, PyPI!

## Install

### uv

```sh
# Run without installing
uvx tgulls-hello

# Or install globally
uv tool install tgulls-hello
```

### pip

```sh
pip install tgulls-hello
```

## Usage

```sh
tgulls-hello
```

## Development

```sh
uv sync
uv run tgulls-hello
uv run pytest tests/ -v
```
