Skip to content

TelemetryFlow Python SDK v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 May 09:28

TelemetryFlow Python SDK v1.2.0

Installation

Via pip (recommended):

pip install telemetryflow-python-sdk==1.2.0

Included Generators

Generator Description
telemetryflow-gen SDK code generator for TelemetryFlow integration
telemetryflow-restapi DDD + CQRS RESTful API generator with Flask

Downloads

Platform Architecture Package
Python All PyPI wheel, sdist
Linux amd64 DEB
Windows amd64 ZIP (with installer)
macOS Intel (amd64) tar.gz
macOS Apple Silicon (arm64) tar.gz

Usage

Generate SDK integration:

telemetryflow-gen example basic -o ./my-project

Generate RESTful API project:

telemetryflow-restapi new --name my-api -o ./my-api

Verification

Verify downloads using SHA256 checksums in checksums-sha256.txt.


📚 Documentation | 🐛 Report Issues

What's Changed

  • Fix Upload Bandit SARIF at security scan action by @bellyliu in #1
  • chore(ci)(deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2
  • chore(docker)(deps): Bump python from 3.12-slim to 3.14-slim by @dependabot[bot] in #3

New Contributors

Full Changelog: v1.1.2...v1.2.0