Python library with useful tools for creating custom Act implementations


License
Apache-2.0
Install
pip install th2-act==1.0.0.dev3037507623

Documentation

th2-act-core (1.0.0)

Overview

This repository is a library for custom gRPC act projects (check th2-act-template-py for the implementation template). Check the Wiki for instructions and examples.

The th2-act-core contains helper methods to create custom ActHadlers that implements custom gRPC API. Multiple ActHandlers allowed as well.

Installation

To install th2-act-core package run the following command in the terminal:

pip install th2-act-core