Metadata-Version: 2.4
Name: inventoryctl
Version: 0.1.2
Summary: A CLI tool for managing inventory YAML files
Author: aabichou
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

### From PyPI

```bash
pipx install inventoryctl
```

### Using uv

```bash
uv tool install inventoryctl
```

## Usage

```bash
inventoryctl --help
```
