:mod:`zemfrog.commands.role` ============================ .. py:module:: zemfrog.commands.role Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: zemfrog.commands.role.group zemfrog.commands.role.new zemfrog.commands.role.remove zemfrog.commands.role.update zemfrog.commands.role.list zemfrog.commands.role.drop Attributes ~~~~~~~~~~ .. autoapisummary:: zemfrog.commands.role.command .. function:: group() Access role manager. .. function:: new(name, description, permissions) Create role. .. function:: remove(name) Remove role. .. function:: update(name) Update role. .. function:: list() Show roles. .. function:: drop() Drop roles. .. data:: command