Metadata-Version: 2.1
Name: kilroy-face-py-shared
Version: 0.2.0
Summary: shared code for kilroy face SDKs in Python 🤝
Home-page: https://github.com/kilroybot/kilroy-face-py-shared
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: 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-face-py-shared
Project-URL: Repository, https://github.com/kilroybot/kilroy-face-py-shared
Description-Content-Type: text/markdown

<h1 align="center">kilroy-face-py-shared</h1>

<div align="center">

shared code for kilroy face SDKs in Python 🤝

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

</div>

---

TODO

## Installing

Using `pip`:

```sh
pip install kilroy-face-py-shared
```

