Skip to content

Generated Python client libraries for the Open Inference Protocol

License

Notifications You must be signed in to change notification settings

open-inference/python-clients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open Inference Protocol Client Libraries

Package version Package version

Generated Python client libraries for the Open Inference Protocol using protocol definitions tracked in the open-inference/open-inference-protocol/ repository.


This repository contains generated Python source code and build scripts for Open Inference Protocol client code as two separate PEP-420 namespace packages. The Open Inference Protocol has OpenAPI and gRPC specifications, and are installable independently of each other - choose the preferred transport mechanism for your application.

OpenAPI implementation open_inference.openapi

pip install open-inference-openapi
Install from GitHub
pip install 'open-inference-openapi @ git+https://[email protected]/open-inference/python-clients@openapi/v2.0.0#subdirectory=packages/open-inference-openapi'

See packages/open-inference-openapi

gRPC Implementation open_inference.grpc

pip install open-inference-grpc
Install from GitHub
pip install 'open-inference-grpc @ git+https://[email protected]/open-inference/python-clients@grpc/v2.0.0#subdirectory=packages/open-inference-grpc'

See packages/open-inference-grpc

About

Generated Python client libraries for the Open Inference Protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages