From 12dd7b6248c24f03bb930d89d97cf22cd23d7014 Mon Sep 17 00:00:00 2001 From: tazlin Date: Wed, 12 Jul 2023 20:58:17 -0400 Subject: [PATCH] chore: add status badges to readme.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9cec5cb..bc81538 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ + +[![Tests](https://github.com/Haidra-Org/horde-sdk/actions/workflows/maintests.yml/badge.svg)](https://github.com/Haidra-Org/horde-sdk/actions/workflows/maintests.yml) +[![Documentation Status](https://readthedocs.org/projects/horde-sdk/badge/?version=latest)](https://horde-sdk.readthedocs.io/en/latest/?badge=latest) +[![Unstable Tests](https://github.com/Haidra-Org/horde-sdk/actions/workflows/prtests.yml/badge.svg)](https://github.com/Haidra-Org/horde-sdk/actions/workflows/prtests.yml) # horde_sdk With the power of pydantic, you can simplify interfacing with the [AI-Horde's suite of APIs](https://github.com/db0/AI-Horde). Whether you want to request your own images, or roll your own worker software, this package may suit your needs for anything horde related.