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.1.tar.gz
(138.0 kB
view details)
Built Distribution
File details
Details for the file kiln_server-0.5.1.tar.gz
.
File metadata
- Download URL: kiln_server-0.5.1.tar.gz
- Upload date:
- Size: 138.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.28
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ccdda38fcb30f115958fbd51f9a0d9284def550768fe450d24d2f9ff9544ebf |
|
MD5 | 34aabce9514d2846c6150e1320e1ca4a |
|
BLAKE2b-256 | abf26b52765a769b5a67d4d34ff514cb892031eb0867a23dff439b0131b68808 |
File details
Details for the file kiln_server-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: kiln_server-0.5.1-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 | 3486e9cf4360bca7be90a08478bb22a807b11e4b83f55a242deb1d5dd0560bab |
|
MD5 | b89d16012c023108dd59f41b145f4564 |
|
BLAKE2b-256 | 55b4c4aa2f55c54b89049c3878bfee4766c34a763503e7e37dd0ec47df4ce087 |