Categorygithub.com/SSSOC-CAN/laniakea-plugin-sdk
repositorypackage
0.0.0-20220922202618-523022bce011
Repository: https://github.com/sssoc-can/laniakea-plugin-sdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Laniakea Plugin SDK

Repository for Laniakea Plugin SDKs in various coding languages

Examples

Examples in Go and Python can be found in the examples repository

Python

To create python plugins, install the following dependencies

$ pip install grpcio grpcio-tools grpcio-health-checking laniakea-plugin-sdk pyinstaller

Once you've created a plugin, you must create an executable in order for Laniakea to run the plugin

$ pyinstaller -F plugin.py