Metadata-Version: 2.1
Name: kiln-server
Version: 0.1.0
Summary: Kiln AI Server
Home-page: https://kiln-ai.com
License: Proprietary
Author: Steve Cosman, Chesterfield Laboratories Inc
Author-email: scosman@users.noreply.github.com
Requires-Python: >=3.9
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: kiln-ai
Project-URL: Bug Tracker, https://github.com/Kiln-AI/kiln/issues
Project-URL: Documentation, https://github.com/Kiln-AI/kiln#readme
Project-URL: Repository, https://github.com/Kiln-AI/kiln
Description-Content-Type: text/markdown

# Kiln AI Server

[![PyPI - Version](https://img.shields.io/pypi/v/kiln-server.svg)](https://pypi.org/project/kiln-server)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kiln-server.svg)](https://pypi.org/project/kiln-server)

---

## About

The Kiln AI Server is a Python library that provides a REST API server for the Kiln AI datamodel.

See our [website](https://kiln-ai.com) for more information.

## Table of Contents

- [Installation](#installation)

## Installation

```console
pip install kiln_server
```

## Docs

Our OpenApi docs: [https://kiln-ai.github.io/Kiln/kiln_server_openapi_docs/index.html](https://kiln-ai.github.io/Kiln/kiln_server_openapi_docs/index.html)

## Running the server

```console
python -m kiln_server.server
```

With auto-reload:

```console
AUTO_RELOAD=true python -m kiln_server.server
```

