{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/10"}],"enrichment":{"capability":"Enables runtime control of application features through feature flags, allowing conditional activation of functionality based on defined rules and conditions.","skillfed_tags":["feature-flags","configuration-management"],"use_cases":["Gate new features behind flags to roll them out gradually to users without redeploying code.","Run A/B tests by conditionally enabling features for different user segments or cohorts.","Disable problematic features in production quickly by toggling a flag rather than releasing a hotfix.","Manage feature variants to test different implementations of the same feature simultaneously.","Integrate with Azure App Configuration to centralize feature flag management across services."],"what_it_does":"Featuremanagement is a Microsoft-maintained Python library for managing application features at runtime through feature flags. It provides a way to define which features are enabled or disabled, and under what conditions, without requiring code redeployment. The library integrates with common Python patterns and can work with configuration sources like Azure App Configuration, making it useful for gradual rollouts, A/B testing, and feature experimentation.\n\nThe package has no external runtime dependencies, installs easily, and supports modern Python versions (3.10 through 3.14). It is actively maintained, with a recent release and a stable API surface. The library is designed to be straightforward to integrate into existing applications, with examples provided for plain Python, Django, and Flask applications.","worth_installing":"Yes. The package is production-stable, actively maintained, has zero dependencies, and addresses a common operational need. Install it if you need runtime feature control; the low friction and clean API make it a straightforward addition to any Python application."},"id":"featuremanagement","links":{"html":"https://skillfed.io/packages/featuremanagement","md":"https://skillfed.io/packages/featuremanagement.md","pypi":"https://pypi.org/project/featuremanagement/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-16","license_spdx":null,"license_treatment":"permissive","name":"FeatureManagement","python_support":"supports_current","summary":"A library for enabling/disabling features at runtime."},"popularity":{"monthly_downloads":260747,"position":8392,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.2.0"}
