Metadata-Version: 2.4
Name: aihordeclient
Version: 0.1.2
Summary: AI Horde client to ease creation of plugins
Author: Igor Támara
Author-email: Igor Támara <igor.tamara@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Project-URL: Homepage, https://github.com/ikks/aihordeclient
Project-URL: Issues, https://github.com/ikks/aihordeclient/issues
Description-Content-Type: text/markdown

# AIHordeclient

AIHordeclient is a lib to connect to https://aihorde.net/api/v2 and
ease plugin development.

## USAGE

Look at [main.py](main.py) for the simplest sample, for other real
use cases:

* See [stablehorde-gimp3](https://github.com/ikks/gimp-stable-diffusion/)
* See [libreoffice-stable-horde](https://github.com/ikks/libreoffice-stable-diffusion/)

## DEVELOPING

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

To make a simple compatibility test for python3.8 run:

```
uv run src/aihordeclient.py
```

We avoid to have external dependencies far from python standard libraries,
which are huge.

```
uv build
```

More [uv instructions](https://docs.astral.sh/uv/guides/projects/#running-commands)


# AUTHORS

Most of the code descends from
[blueturtleai Gimp 2.10.X plugin](https://github.com/blueturtleai/gimp-stable-diffusion)
initial work.

# THANKS

* AIHorde
