A Python client for Umami, the privacy-preserving, open source alternative to Google Analytics. umami-analytics lets you record custom events, page views, and revenue directly from your application code — the interactions you can’t capture with Umami’s HTML tracking attributes alone. Built on httpx and pydantic, it offers both synchronous and async APIs, per-user identification via distinct_id, website and real-time active-visitor stats, and a tracking-disable switch for local development. Works with self-hosted and Umami Cloud instances. Install via pip install umami-analytics (Python 3.10+).
A Python client for Listmonk, the open source, self-hosted newsletter and mailing-list manager. listmonk lets you manage subscribers, lists, campaigns, and templates — and send transactional email (password resets and the like) — directly from your application code against a Listmonk instance. Built on httpx and pydantic, it covers the slice of Listmonk’s extensive API that web apps reach for most: subscribe and unsubscribe, segment users into lists, search subscribers by custom attributes, run health checks, and manage campaigns and email templates. The API is synchronous today (async is planned). Install via pip install listmonk (Python 3.10+).