Metadata-Version: 2.1
Name: th2-act-core
Version: 1.0.0
Summary: Python library with useful tools for creating custom Act implementations
Home-page: https://github.com/th2-net/th2-act-core-py
License: Apache-2.0
Author: TH2-devs
Author-email: th2-devs@exactprosystems.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: th2-common (>=3.9.1,<4.0.0)
Requires-Dist: th2-grpc-check1 (==3.6.0.dev2433840021)
Project-URL: Repository, https://github.com/th2-net/th2-act-core-py
Description-Content-Type: text/markdown

# th2-act-core (1.0.0)

## Overview
This repository is a library for custom gRPC act projects (check [th2-act-template-py](https://github.com/th2-net/th2-act-template-py) 
for the implementation template). Check the [Wiki](https://github.com/th2-net/th2-act-py/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
```

