Skip to content
Sofia Lobenko edited this page Jun 30, 2022 · 1 revision

This repository is a template of th2-act application on Python. It contains the implementation of the handlers and the entry point. The main logic and everything you need to create a handler is contained in the th2_act library.

This template implements gRPC API described in the th2-grpc-act-template. Several services can be described and used at once (Act and ActTyped in this template). Services need to be implemented in handlers.

Clone this wiki locally