Skip to content

v0.7.5

Latest

Choose a tag to compare

@ritchiecarroll ritchiecarroll released this 07 Feb 23:25
· 1 commit to main since this release
9a7af49

This version of the Python STTP API has an operational subscriber and publisher API that uses standard (compact) and TSSC (compressed) measurement encoding.

Release Available from PyPi:

https://pypi.org/project/sttpapi/


Updates and fixes since version 0.6.4

  • Added data publisher API
  • Fixed linting issues
  • Improved metadata API
  • Added user command/response API
  • Added XML schema files to package data
  • Added XML metadata template and builder API methods
  • Fixed Boolean metadata value interpretation issues

See changes since last version


This update includes an operational Data Publisher API

This update implements ANTLR-based Filter Expression Parsing using STTP grammar

This update also includes the Time-Series Special Compression (TSSC) algorithm- applied when Config.compress_payloaddata = True, the default setting.

This update also includes metadata exposed as a pre-parsed STTP DataSet and auto populates measurement metadata records with received information.

Not working yet: