Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
WuttaTell 0.2.0 documentation
WuttaTell 0.2.0 documentation

Documentation

  • Installation
  • Command Line Interface
    • Built-in Commands

API

  • wuttatell
  • wuttatell.app
  • wuttatell.cli
  • wuttatell.cli.tell
  • wuttatell.client
  • wuttatell.telemetry
Back to top
View this page

wuttatell.app¶

App Provider

class wuttatell.app.WuttaTellAppProvider(config)[source]¶

The app provider for WuttaTell.

This adds the get_telemetry_handler() method for the app handler.

get_telemetry_handler(**kwargs)[source]¶

Get the configured telemetry handler.

Return type:

TelemetryHandler

Next
wuttatell.cli
Previous
wuttatell
Copyright © 2025, Lance Edgar
Made with Sphinx and @pradyunsg's Furo
On this page
  • wuttatell.app
    • WuttaTellAppProvider
      • WuttaTellAppProvider.get_telemetry_handler()