Skip to content

TelemetryFlow Python SDK v1.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Dec 23:10

TelemetryFlow Python SDK v1.1.1

Installation

Via pip (recommended):

pip install telemetryflow-sdk==1.1.1

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

Full Changelog: https://github.com/telemetryflow/telemetryflow-python-sdk/commits/v1.1.1