{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/7"}],"enrichment":{"capability":"Provides forward-compatible access to selectable entry points on older Python versions and importlib_metadata versions, avoiding deprecation warnings.","skillfed_tags":["backport","entry-points"],"use_cases":["Library that needs to support older Python while using modern entry point selection syntax.","Application constrained to older importlib_metadata versions but needing selectable entry points.","Avoiding deprecation warnings when calling entry_points() on older Python versions.","Vendoring into a project to avoid adding a new external dependency."],"what_it_does":"This package is a compatibility shim that bridges the gap between older versions of Python and importlib_metadata that lack support for selectable entry points. It lets you use the modern entry_points() API with keyword arguments or .select() methods on Python versions and importlib_metadata versions that would otherwise not support them, while avoiding deprecation warnings.\n\nThe package is designed for library and application maintainers who need to support older Python environments but want to use the newer entry point selection interface. It requires only importlib_metadata as a runtime dependency and can be vendored directly into a project if adding a dependency is a concern. Most projects should instead simply require importlib_metadata >= 3.6, but this shim exists for cases where that constraint is not possible.","worth_installing":"Yes, if you maintain a library or application that must support older Python or importlib_metadata versions and need to use selectable entry points. Otherwise, simply requiring importlib_metadata >= 3.6 is simpler. No security issues, low friction, and stable maintenance make it safe to use when needed."},"id":"backports-entry-points-selectable","links":{"html":"https://skillfed.io/packages/backports-entry-points-selectable","md":"https://skillfed.io/packages/backports-entry-points-selectable.md","pypi":"https://pypi.org/project/backports-entry-points-selectable/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2023-11-27","license_spdx":null,"license_treatment":"permissive","name":"backports.entry-points-selectable","python_support":"supports_current","summary":"Compatibility shim providing selectable entry points for older implementations"},"popularity":{"monthly_downloads":611289,"position":5761,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.0"}
