Metadata-Version: 2.1
Name: kilroy-server-py-utils
Version: 0.4.0
Summary: utilities for kilroy servers in Python 🔧
Home-page: https://github.com/kilroybot/kilroy-server-py-utils
Author: kilroy
Author-email: kilroymail@pm.me
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: aiostream (>=0.4,<0.5)
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)
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 🔧

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

</div>

---

## Overview

This package contains code useful to implement **kilroy** servers in Python.
Mostly it's just a bunch of utilities and base classes.

## Installing

Using `pip`:

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

