Kiln AI Server
Project description
Kiln AI Server
About
The Kiln AI Server is a Python library that provides a REST API server for the Kiln AI datamodel.
See our website for more information.
Installation
pip install kiln_server
API Docs
Our OpenApi docs: https://kiln-ai.github.io/Kiln/kiln_server_openapi_docs/index.html
Running the server
python -m kiln_server.server
With auto-reload:
AUTO_RELOAD=true python -m kiln_server.server
Using the server in another FastAPI app
See server.py for examples, but you can connect individual API endpoints to your app like this:
from kiln_server.project_api import connect_project_api
app = FastAPI()
connect_project_api(app)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kiln_server-0.5.0.tar.gz
(137.9 kB
view details)
Built Distribution
File details
Details for the file kiln_server-0.5.0.tar.gz
.
File metadata
- Download URL: kiln_server-0.5.0.tar.gz
- Upload date:
- Size: 137.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.28
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07a56625f8e038b99be0012273a2134c54f56a0ed2d1e564bd21a36f5f60996b |
|
MD5 | c593cdb1b8b37e8c8ff75313440fa0a5 |
|
BLAKE2b-256 | ef779c49739de4dbde9af11e3d0d97fce693267ff6be108f1c16ec7e95dd2d87 |
File details
Details for the file kiln_server-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: kiln_server-0.5.0-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.28
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4e221002a2b535dda5fccfcaed0b8c01c06a6c93a5aee7242401780518a848b |
|
MD5 | 18cdd4f99f0490adacae5b85be31f3e2 |
|
BLAKE2b-256 | 2c3e78b7335e1e7cda5efe4666251dbdac39e4afda5ccb921223176a3083f3ee |