Metadata-Version: 2.4
Name: pikvm-auto
Version: 0.3.0
Summary: pikvmautomation, library, and ansible modules
Author-Email: KettleOfKetchup <kettleofketchup@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Homepage, https://kettleofketchup.github.io/pikvm-auto
Project-URL: Documentation, https://kettleofketchup.github.io/pikvm-auto
Project-URL: Changelog, https://kettleofketchup.github.io/pikvm-auto/changelog
Project-URL: Repository, https://github.com/kettleofketchup/pikvm-auto
Project-URL: Issues, https://github.com/kettleofketchup/pikvm-auto/issues
Project-URL: Discussions, https://github.com/kettleofketchup/pikvm-auto/discussions
Project-URL: Gitter, https://gitter.im/pikvm-auto/community
Project-URL: Funding, https://github.com/sponsors/kettleofketchup
Requires-Python: >=3.10
Requires-Dist: pikvm-lib>=0.5.0
Requires-Dist: pydantic-settings>=2.13.1
Requires-Dist: rapidfuzz>=3.0
Description-Content-Type: text/markdown

# pikvm-auto

[![ci](https://github.com/kettleofketchup/pikvm-auto/workflows/ci/badge.svg)](https://github.com/kettleofketchup/pikvm-auto/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-zensical-FF9100.svg?style=flat)](https://kettleofketchup.github.io/pikvm-auto/)
[![pypi version](https://img.shields.io/pypi/v/pikvm-auto.svg)](https://pypi.org/project/pikvm-auto/)
[![gitter](https://img.shields.io/badge/matrix-chat-4DB798.svg?style=flat)](https://app.gitter.im/#/room/#pikvm-auto:gitter.im)

pikvmautomation, library, and ansible modules

## Installation

```bash
pip install pikvm-auto
```

With [`uv`](https://docs.astral.sh/uv/):

```bash
uv tool install pikvm-auto
```
