Metadata-Version: 2.4
Name: inventoryctl
Version: 0.1.0
Summary: A CLI tool for managing inventory YAML files
Author: Your Name
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.9.0
Requires-Dist: ruamel.yaml>=0.17.0
Requires-Dist: pydantic>=2.0.0

# inventoryctl

A CLI tool for managing inventory YAML files.

## Installation

Recommended:
```bash
pipx install .
```

Or:

```bash
pip install .
```

## Usage

```bash
inventoryctl --help
```
