Sherpa multirole plugins library for managing role-based access control in multi-role systems. Current version 1.8.33, requires Python >=3.12. Released under MIT license.
pip install pymultirole-pluginsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize RoleManager with API key and fetch roles.
Update imports: from pymultirole_plugins import RoleManager
RoleManager(api_key='...') not RoleManager('...')Replace .get_all_roles() with .get_roles()
No resource links recorded.