{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/9"}],"enrichment":{"capability":"Provides server-side A/B testing and feature flag evaluation through Amplitude's Experiment platform, supporting both remote and local evaluation modes.","skillfed_tags":["feature-flags","a-b-testing","amplitude"],"use_cases":["Run A/B tests on backend logic by fetching variant assignments for users and routing requests accordingly.","Manage feature flags in production with remote evaluation for real-time control without redeployment.","Implement local evaluation mode for low-latency flag decisions when network latency to Amplitude is a concern.","Track experiment exposure and conversion events by integrating flag evaluations with amplitude_analytics.","Segment users by properties (e.g., premium status) and serve different feature variants based on Amplitude-defined rules."],"what_it_does":"The Amplitude Experiment Python SDK is the official server-side library for integrating A/B tests and feature flags into Python applications via Amplitude's Experiment platform. It provides two evaluation modes: remote evaluation, which fetches variant assignments from Amplitude's servers for each user, and local evaluation, which evaluates flags locally after downloading configuration. The SDK handles user context (device ID, user ID, user properties) and returns variant assignments that your code can use to control feature behavior.\n\nThe package depends on dataclasses-json for serialization, amplitude_analytics for event tracking integration, and sseclient-py for server-sent event streaming in local evaluation mode. It supports Python 3.6 through 3.10 and is actively maintained. Installation is straightforward with no compiled dependencies, making it suitable for containerized and serverless deployments.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries no known vulnerabilities, and is MIT-licensed. It's suitable for production use if you're already using Amplitude for analytics and need server-side experiment or feature flag capabilities. Choose it if you want tight integration with Amplitude's platform; if you need a vendor-agnostic feature flag library, consider alternatives."},"id":"amplitude-experiment","links":{"html":"https://skillfed.io/packages/amplitude-experiment","md":"https://skillfed.io/packages/amplitude-experiment.md","pypi":"https://pypi.org/project/amplitude-experiment/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-17","license_spdx":null,"license_treatment":"permissive","name":"amplitude-experiment","python_support":"supports_current","summary":"The official Amplitude Experiment Python SDK for server-side instrumentation."},"popularity":{"monthly_downloads":353340,"position":7304,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.12.0"}
