1 مستودع
Utilities for executing administrative service commands from within a Python runtime environment.
Distinct from Python Scripting Environments: Focuses on invoking specific API-driven administrative commands rather than general Python environment management.
Explore 1 awesome GitHub repository matching development tools & productivity · Administrative Command Invokers. Refine with filters or upvote what's useful.
GAM is a command-line tool for administering Google Workspace and Cloud Identity. It translates command-line arguments into structured API calls, enabling administrators to manage users, groups, organizational units, and domain settings across a Google Workspace environment. The tool handles authentication through OAuth2 flows, service accounts, and workload identity federation, and supports multi-tenant configurations for managing multiple domains or cloud projects from a single installation. GAM distinguishes itself through its batch processing and automation capabilities. It can process la
Enables the execution of administrative commands directly from Python scripts with return code and stream capture.