Metadata-Version: 2.1
Name: kilroy-server-py-utils
Version: 0.3.0
Summary: utilities for kilroy servers 🔧
Home-page: https://github.com/kilroybot/kilroy-server-py-utils
Author: kilroy
Author-email: kilroymail@pm.me
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: fifolock (>=0.0,<0.1)
Requires-Dist: jsonschema (>=4.7,<5.0)
Requires-Dist: pydantic (>=1.9,<2.0)
Requires-Dist: pyhumps (>=3.7,<4.0)
Requires-Dist: pytest (>=7.0,<8.0); extra == "dev" or extra == "test"
Project-URL: Documentation, https://kilroybot.github.io/kilroy-server-py-utils
Project-URL: Repository, https://github.com/kilroybot/kilroy-server-py-utils
Description-Content-Type: text/markdown

<h1 align="center">kilroy-server-py-utils</h1>

<div align="center">

utilities for kilroy servers in Python 🔧

[![Tests](https://github.com/kilroybot/kilroy-server-py-utils/actions/workflows/test-multiplatform.yml/badge.svg)](https://github.com/kilroybot/kilroy-server-py-utils/actions/workflows/test-multiplatform.yml)
[![Docs](https://github.com/kilroybot/kilroy-server-py-utils/actions/workflows/docs.yml/badge.svg)](https://github.com/kilroybot/kilroy-server-py-utils/actions/workflows/docs.yml)

</div>

---

TODO

## Installing

Using `pip`:

```sh
pip install kilroy-server-py-utils
```

