lms.cli.server

The lms.cli.server package contains tools for interacting with LMS servers outside of a course/user context.

This package contains the following CLI tools:


lms.cli.server.identify

Attempt to identify the backend of the target server.

usage: python3 -m lms.cli.server.identify [-h] [--version] [--server SERVER]
                                          [--server-type {blackboard,canvas,moodle}]
                                          [--auth-user AUTH_USER]
                                          [--auth-password AUTH_PASSWORD]
                                          [--auth-token AUTH_TOKEN]
1"""
2The `lms.cli.server` package contains tools for interacting with LMS servers outside of a course/user context.
3"""