Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 959 Bytes

File metadata and controls

31 lines (19 loc) · 959 Bytes

kilroy-face-client-py-sdk

SDK for kilroy face clients in Python 🧰

Lint Tests Docs


Installing

Using pip:

pip install kilroy-face-client-py-sdk

Usage

from kilroy_face_client_py_sdk import FaceService

service = FaceService(host="localhost", port=10000)

await service.get_metadata()