Skip to main content

Python library with useful functions for developers and QA needs

Project description

th2-common-utils-py

Python library with useful functions for developers and QA needs.

Installation

pip install th2-common-utils

Usage

1. Message fields access

The library provides a convenient way for Message fields access.

Instead of this:

msg.fields['BO5Items'].list_value.values[0].message_value.fields['segment_instance_number'].message_value.fields['segment_number'].simple_value

You can do this:

import th2_common_utils

msg['BO5Items'][0]['segment_instance_number']['segment_number']

2. Convertors

  • message_to_dict(message) - note, you will lose all metadata of the Message.
  • dict_to_message(fields, session_alias, message_type) - where:
    • fields - required argument - message fields as a python dict;
    • session_alias and message_type - optional arguments - used to generate message metadata.
  • dict_to_root_message_filter(message_type, message_filter, metadata_filter, ignore_fields, check_repeating_group_order, time_precision, decimal_precision) - all arguments are optional.
  • message_to_typed_message(message, message_type) - where:
    • message - Message object;
    • message_type - TypedMessage class object.
  • message_to_table(message) - where:
    • message - Message object or dict.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

th2-common-utils-1.0.0.dev1827963048.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file th2-common-utils-1.0.0.dev1827963048.tar.gz.

File metadata

  • Download URL: th2-common-utils-1.0.0.dev1827963048.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for th2-common-utils-1.0.0.dev1827963048.tar.gz
Algorithm Hash digest
SHA256 f70bb3c327fb1ef0567e15e5c59848f9c08fdbebcae8e8e9d9e809556ab799b1
MD5 8d2b9afd55d2fb2daa8695317b2512e5
BLAKE2b-256 45da0395d0570751e5676b8d63e820f47fdffb209b0fa58dbe3f113eced1fe7a

See more details on using hashes here.

File details

Details for the file th2_common_utils-1.0.0.dev1827963048-py3-none-any.whl.

File metadata

  • Download URL: th2_common_utils-1.0.0.dev1827963048-py3-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for th2_common_utils-1.0.0.dev1827963048-py3-none-any.whl
Algorithm Hash digest
SHA256 8d080be74a500b246e28158c502e7fba6c2032686c319b7352bc586e1568a478
MD5 fe05d58f333746bad92f28471f23871b
BLAKE2b-256 1806a0bb3f9ea18ce372e75e1ae9b8195d20c927e3a2b09b5fc2b1f6fe8b4d29

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page