You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

kiln-server

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kiln-server

Kiln AI Server

0.18.0
pipPyPI
Maintainers
1

Kiln AI Server

PyPI - Version PyPI - Python Version

About Kiln AI

Learn more about Kiln AI at getkiln.ai

This package is the Kiln AI server package. There is also a separate desktop application and python library package.

Github: github.com/Kiln-AI/kiln

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)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts