{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http"}],"enrichment":{"capability":"Official Python library for server-side Mixpanel integration, enabling event tracking, user profile updates, and feature flag evaluation.","skillfed_tags":["analytics","event-tracking","service-account-auth"],"use_cases":["Track user interactions (clicks, form submissions, page views) from a Python web backend to build user behavior analytics.","Update user profile properties (name, email, subscription tier) in Mixpanel whenever user data changes in your application.","Evaluate feature flags server-side using service account credentials to control feature rollouts and A/B tests.","Batch and buffer events using custom consumers to reduce network overhead in high-traffic applications.","Integrate analytics into Python web applications for automatic event collection and user profiling."],"what_it_does":"Mixpanel is the official Python client for sending analytics events and user profile data to Mixpanel's servers. It provides a straightforward API for tracking user actions (events) and updating user properties (people profiles) from your Python backend, along with support for feature flag evaluation. The library handles HTTP communication via requests or httpx, validates data structures with pydantic, and supports both simple token-based authentication and more secure service account credentials for server-to-server integrations.\n\nTypical workflows involve creating a Mixpanel instance with your project token, then calling track() to log user events with custom properties and people_set() to update user profile attributes. For enhanced security, you can configure service account credentials for authentication on protected operations. The library also supports custom consumers like BufferedConsumer for batching events before sending, and integrates with asgiref for ASGI compatibility.","worth_installing":"Yes. This is the official Mixpanel Python library with active maintenance, low install friction, permissive licensing, and no known vulnerabilities. It supports Python 3.9\u20133.13 and provides both simple and secure authentication patterns. Install it if you need server-side Mixpanel integration; the API is straightforward and the dependency footprint is reasonable."},"id":"mixpanel","links":{"html":"https://skillfed.io/packages/mixpanel","md":"https://skillfed.io/packages/mixpanel.md","pypi":"https://pypi.org/project/mixpanel/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-27","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"mixpanel","python_support":"supports_current","summary":"Official Mixpanel library for Python"},"popularity":{"monthly_downloads":7956832,"position":1679,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"5.3.0"}
