Metadata-Version: 2.4
Name: pytrio
Version: 0.0.1
Summary: A simple hello world package
Author: jqs
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pytrio

A simple hello world package.

## Installation

```bash
pip install pytrio
```

## Usage

```python
from pytrio import hello
hello()
```

Or from the command line:

```bash
pytrio
```
