Metadata-Version: 2.1
Name: webuipy
Version: 0.0.1
Summary: Python API Client for A1111 WebUI
Home-page: https://github.com/datamonet
Author: DataMonet LLC
Author-email: support@replicable.art
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# About

`webuipy` is a Python API client for [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)

## Installation

You can install `webuipy` using `pip`:

```
pip install webuipy
```

`webuipy` is supported on Python 3.7 and above.

## Test

```bash
pip install pytest
python -m pytest
```

## Packaging and Upload

```
python setup.py sdist
twine upload dist/*
```

