{"library":"entrypoints","type":"library","category":null,"description":"The `entrypoints` library facilitates the discovery and loading of entry points advertised by installed Python packages. It offers a lightweight and faster alternative to `pkg_resources` for this specific functionality, avoiding the full package scans that can slow down `pkg_resources` at import time. The current version is 0.4. The package is in maintenance-only mode, with new code advised to use the `importlib.metadata` module from the Python standard library for entry point management.","language":"python","status":"maintenance","version":"0.4","tags":["entry points","plugin discovery","packaging","metadata"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install entrypoints","imports":["from entrypoints import get_group_all","from entrypoints import get_group_named","from entrypoints import EntryPoint"]}],"homepage":null,"github":"https://github.com/takluyver/entrypoints","docs":"https://entrypoints.readthedocs.io/en/latest/","changelog":null,"pypi":"https://pypi.org/project/entrypoints/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.03,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/entrypoints/compatibility"}}