Metadata-Version: 2.4
Name: lh-harness
Version: 0.0.1
Summary: A placeholder package that prints hello lh-harness.
Author: lerogo
License-Expression: MIT
License-File: LICENSE
Keywords: lh-harness,placeholder
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# lh-harness

A placeholder package that prints `hello lh-harness`.

## Install

```bash
pip install lh-harness
```

## Usage

Command line:

```bash
lh-harness
# hello lh-harness
```

Python:

```python
from lh_harness import hello

print(hello())  # hello lh-harness
```
