skillfed

kanaries-track

kanaries_track: track to kanaries data infra

kanaries-track v0.0.5 116.7K downloads/30d#12,195 on PyPI3
Permissive license DORMANT released

What it is and what it does

kanaries-track is a lightweight client library that sends structured event data to Kanaries' hosted data infrastructure. You configure it with an authentication token, then call its track() method with any dictionary of data; the library handles HTTP delivery with automatic retry logic via the backoff dependency.

The package is minimal and dormant—the repository shows only 3 stars and the latest release was 2024-05-13. It is suitable for applications that already depend on Kanaries as their analytics backend and need a simple Python integration, but the lack of recent maintenance means you should verify that the Kanaries service endpoint is still active and compatible with your deployment before adopting it.

Use it for:

  • Log user actions or application events to Kanaries for centralized analytics and monitoring.
  • Send custom metrics or business events from Python applications to a Kanaries data warehouse.
  • Integrate event tracking into data analysis or BI workflows that already use Kanaries as the backend.
  • Instrument Python scripts or services to report telemetry to Kanaries with built-in retry resilience.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Sends event and metric data to Kanaries' data infrastructure for tracking and analysis via HTTP requests with automatic retry logic.

Yes, if you are already committed to Kanaries as your analytics backend and need a simple Python client. Install friction is low and the license is permissive. However, the package is dormant (latest release 2024-05-13), so verify that the Kanaries endpoint is still operational and that you are comfortable with no active maintenance before adopting it in production.

Install

kanaries-track on PyPI

pip

pip install kanaries-track

uv

uv add kanaries-track

poetry

poetry add kanaries-track

Installing kanaries-track

Before you install

Low installation friction with three lightweight runtime dependencies (backoff, dateutils, requests). Maintenance is dormant—last commit was 2024-05-13 with no updates since—so expect no active bug fixes or feature development.

License in practice

Licensed under Apache Software License (permissive), so you can use, modify, and distribute the package freely with minimal restrictions.

Quickstart

pip install kanaries-track

import kanaries_track
kanaries_track.config.auth_token = "your_project_key"
kanaries_track.track({"event": "user_action"})

Requires Python 3.6 or later; you must provide a valid auth token before calling track().

Verify before relying

  • Whether the Kanaries backend service is still operational and accepting connections.
  • What happens to tracked events if the auth token is invalid or revoked.
  • Rate limits or payload size constraints imposed by the Kanaries endpoint.
  • Whether retry behavior (via backoff) is configurable or uses fixed defaults.

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.6)
Install friction low — pure-Python wheel
Runtime dependencies 3 — backoff, dateutils, requests
Maintenance dormant — 823 days since the last release
Last repo commit
First released
Downloads 116,695/month — #12,195 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: kanaries_track-0.0.5-py3-none-any.whl

Keywords: kanaries, track

License :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3

Tags

event tracking librarysend metrics to kanariesdata collection clienttrack analytics eventshttp event loggerkanaries integrationtelemetry sender
analytics-clientevent-tracking

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

kestra

Provides a Python client to interact with…

permissive · top 5,000 on PyPI

libhoney

Sends events and metrics to Honeycomb, a…

permissive · top 15,000 on PyPI

openvino-telemetry

Sends telemetry data from OpenVINO toolkit…

permissive · top 5,000 on PyPI

posthoganalytics

Sends event data and user properties to PostHog…

permissive · top 5,000 on PyPI

scarf-sdk

A Python client for sending telemetry events to…

unclear · top 15,000 on PyPI

universal-analytics-python3

Sends event and pageview data to Google…

permissive · top 15,000 on PyPI

snowplow-tracker

Sends event data from Python applications to…

permissive · top 1,000 on PyPI

analytics-python

A Python client library that sends analytics…

permissive · top 5,000 on PyPI

kedro-telemetry

Kedro-Telemetry is a plugin that collects…

permissive · top 15,000 on PyPI

minimal-snowplow-tracker

Sends event data from Python applications to…

permissive · top 5,000 on PyPI