1 plugins
gleb edited this page 2022-07-24 14:58:12 +00:00

Plugin archicture

testplugin/ - setup.py - init.py

Plugin example:

def handler(db, conn, req): if req == 'test': db.set('test','s') conn.send('test'.encode())

Plugin config:

plugins.yml: plugins: - yourpackage