文件名称:dce_lti_py:用于构建和_或使用LTI应用程序的Python库
文件大小:29KB
文件格式:ZIP
更新时间:2024-05-21 11:11:43
Python
dce_lti_py 用于构建和/或使用LTI应用程序的python库。 dce_lti_py是一个叉 。 安装 通过pip安装: pip install dce_lti_py 依存关系 用法 该库的主要目标是提供用于构建python LTI工具提供程序(即LTI应用程序)的类。 为此,您正在寻找的功能可能在ToolConfig和ToolProvider类中。 工具配置示例(django) 这是django视图的示例,当您向LTI使用者注册应用程序时,可以将其用作配置URL。 from dce_lti_py import ToolConfig from django . http import HttpResponse ... def tool_config ( request ): # basic stuff
【文件预览】:
dce_lti_py-master
----AUTHORS(209B)
----.gitmodules(0B)
----dce_lti_py()
--------tool_provider.py(5KB)
--------contrib()
--------tool_config.py(10KB)
--------tool_consumer.py(2KB)
--------utils.py(527B)
--------__init__.py(415B)
--------tool_base.py(2KB)
--------outcome_response.py(6KB)
--------outcome_request.py(8KB)
--------launch_params.py(4KB)
----tox.ini(487B)
----LICENSE(1KB)
----HISTORY.md(912B)
----setup.py(1KB)
----README.md(3KB)
----tests()
--------test_tool_provider.py(8KB)
--------test_tool_consumer.py(5KB)
--------test_outcome_request.py(5KB)
--------test_outcome_response.py(4KB)
--------test_tool_config.py(8KB)
--------test_launch_params.py(2KB)
--------test_tool_base.py(3KB)
----.gitignore(169B)