Metadata-Version: 2.1
Name: th2-common-utils
Version: 1.3.0.dev2475004996
Summary: Python library with useful functions for developers and QA needs
Home-page: https://github.com/th2-net/th2-common-utils-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.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: sortedcollections (>=2.0.0,<3.0.0)
Requires-Dist: th2-grpc-common (>=3.0.0,<4.0.0)
Project-URL: Repository, https://github.com/th2-net/th2-common-utils-py
Description-Content-Type: text/markdown

# th2-common-utils-py (1.3.0)
Python library with useful functions for **developers and QA needs**. Check the [Wiki](https://github.com/th2-net/th2-common-utils-py/wiki) for instructions and examples.

## Installation
```
pip install th2-common-utils
```

## Release notes

### 1.3.0

* Changed structure of `message_filter` and `metadata_filter` fields in `dict_to_root_message_filter` function.

