iterative-telemetry
Common library for sending telemetry
What it is and what it does
Iterative Telemetry is a shared library that collects and sends anonymized usage data from Iterative tools. It gathers minimal information—tool name, version, OS details, and a persistent anonymized user ID—and transmits it via HTTP requests. The package is designed to be unobtrusive: users can disable all telemetry collection across all Iterative projects by setting the ITERATIVE_DO_NOT_TRACK environment variable.
The library depends on requests for HTTP communication, appdirs for platform-specific data directories, filelock for safe concurrent access, and distro for OS detection. It supports Python 3.8 through 3.11 and is distributed under the Apache 2.0 license. While maintenance is aging (no release in 549 days), the repository remains active.
Use it for:
- Embed in Iterative tools to collect anonymous usage patterns and inform product development decisions
- Track adoption and feature usage across a suite of related command-line or programmatic tools
- Maintain a consistent user identity across multiple Iterative projects without storing personally identifiable information
- Allow users to opt out of all telemetry collection via a single environment variable across all dependent tools
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Sends anonymized telemetry data from Iterative tools, collecting minimal usage information like tool name, version, OS details, and a persistent user ID that can be disabled via environment variable.
Yes, if you are building or maintaining an Iterative tool and need a lightweight, opt-out-friendly telemetry layer. The package is permissively licensed, has low install friction, and collects only minimal anonymized data. The aging maintenance status is a minor concern but not a blocker given the stable, narrow scope of the library.
Install
iterative-telemetry on PyPI
pip
pip install iterative-telemetryuv
uv add iterative-telemetrypoetry
poetry add iterative-telemetryInstalling iterative-telemetry
Before you install
Low install friction with a pure Python wheel and four lightweight runtime dependencies. Maintenance is aging—549 days since last release—but the repository remains active with a recent commit in December 2025.
License in practice
Apache 2.0 permissive license means you can use, modify, and redistribute this package freely in commercial and private projects with minimal restrictions.
Quickstart
pip install iterative-telemetry
from iterative_telemetry import send_telemetry
send_telemetry(tool_name='my_tool', tool_version='1.0.0')
Requires Python 3.8 or later; telemetry is disabled if ITERATIVE_DO_NOT_TRACK=1 environment variable is set.
Verify before relying
- Exact API surface and method signatures for sending telemetry events beyond the basic example shown
- Whether the package handles network failures or offline scenarios gracefully
- Performance impact of telemetry collection on host applications
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — requests, appdirs, filelock, distro |
| Maintenance | aging — 549 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 2,939,796/month — #2,817 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: iterative_telemetry-0.0.10-py3-none-any.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
kedro-telemetryKedro-Telemetry is a plugin that collects…
permissive · top 15,000 on PyPI
azureml-telemetryCollects telemetry data from Python code by…
unclear · top 15,000 on PyPI
openvino-telemetrySends telemetry data from OpenVINO toolkit…
permissive · top 5,000 on PyPI
scarf-sdkA Python client for sending telemetry events to…
unclear · top 15,000 on PyPI
opentelemetry-instrumentation-openai-agents-v2Automatically captures telemetry data from…
permissive · top 5,000 on PyPI
dvc-studio-clientClient library for posting experiment metrics,…
permissive · top 5,000 on PyPI
opentelemetry-distroProvides a Python distribution package for…
permissive · top 1,000 on PyPI
azure-cli-telemetryCollects and uploads telemetry data for the…
permissive · top 5,000 on PyPI
kanaries-trackSends event and metric data to Kanaries' data…
permissive · top 15,000 on PyPI
posthoganalyticsSends event data and user properties to PostHog…
permissive · top 5,000 on PyPI