lti-consumer-xblock

View on PyPIReverse Dependencies (1)

9.11.0 lti_consumer_xblock-9.11.0-py3-none-any.whl

Wheel Details

Project: lti-consumer-xblock
Version: 9.11.0
Filename: lti_consumer_xblock-9.11.0-py3-none-any.whl
Download: [link]
Size: 390776
MD5: 7d046f0c7aef2d35402b089c9e43944b
SHA256: 8b9f8dde42858b0752384935a5cc73a651e4bff5e4bd3f6e0c54efd98a0245e8
Uploaded: 2024-04-25 07:09:34 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: lti-consumer-xblock
Version: 9.11.0
Summary: This XBlock implements the consumer side of the LTI specification.
Author: Open edX project
Author-Email: oscm[at]edx.org
Home-Page: https://github.com/openedx/xblock-lti-consumer
Keywords: lti consumer xblock
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: XBlock
Requires-Dist: attrs
Requires-Dist: bleach (>=6.0.0)
Requires-Dist: django
Requires-Dist: django-config-models
Requires-Dist: django-filter
Requires-Dist: django-statici18n
Requires-Dist: edx-ccx-keys
Requires-Dist: edx-opaque-keys
Requires-Dist: jsonfield
Requires-Dist: lazy
Requires-Dist: lxml
Requires-Dist: mako
Requires-Dist: oauthlib
Requires-Dist: openedx-django-pyfs
Requires-Dist: openedx-filters
Requires-Dist: pycryptodomex
Requires-Dist: pyjwkest
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: NOTICE
[Description omitted; length: 14507 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
lti_consumer/__init__.py sha256=lbqHIlM7BfaGEv1RexU5HMU44gJHH9z3pDtWJy0Br6A 153
lti_consumer/admin.py sha256=OYfuPjxEtDCk3Woaf3BxGUzBM20PfDy2RMRM-nr5fDE 1249
lti_consumer/api.py sha256=PHH583uCItcdLBbFRZdPWwu3BSk4ILgmUT_ibcQd-Ss 12233
lti_consumer/apps.py sha256=m_azEhXLF9wHdtGUmVSxHEL0hBNEcm15_MnpDH0dnd4 672
lti_consumer/data.py sha256=4e6XwdQ9wsRKk2TJUMo0d3AKy-pkYqz2FMy0-aCYHFA 6706
lti_consumer/exceptions.py sha256=jAvNHnU484bCUfzlNHcgMW1CiIwt7M88dYznWppV3AU 309
lti_consumer/filters.py sha256=PZYP0Jff_K2py3Aq4etidFgv9OA-3J59o1LgEgeTvp4 1531
lti_consumer/forms.py sha256=5ZS8n76bHVwmu4gqkgSvr5xpueIPT6oxsJc89Pnue-Q 666
lti_consumer/lti_xblock.py sha256=Kjs1UMBdGwS-IgY0XEMT25V6Ucx-rfxHKQZjecWHd9s 75379
lti_consumer/models.py sha256=_xfeRwtj9vQTUZk6YvUUEk1mXbgXaIFF6zvln9o_tdk 35477
lti_consumer/outcomes.py sha256=J5wR0VCzzwphjdqpNDD7moBNoHMMMvNecLvMj12gFTg 8232
lti_consumer/track.py sha256=CiCzmmC7dFaSvaPs22zpBA-OaO0TB4vHnqXpfAB6eGQ 366
lti_consumer/utils.py sha256=h5W7JFwNOssyIoqDybNRY78axX4h8kcawsPjH-2kPto 11729
lti_consumer/lti_1p1/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/lti_1p1/consumer.py sha256=Qpc2Wsdyy57YWaPFlFc1bPDrzO1UJKWsW7sK8h07LFY 15317
lti_consumer/lti_1p1/exceptions.py sha256=-oZ6mLAiyVacpcUthG6fw8IQ99APP2YAlGlvg9zAQ_0 143
lti_consumer/lti_1p1/oauth.py sha256=CcAQ-0-CDij9YIId-JXETKSPPxzkQVcka9RDJjZbgzw 5976
lti_consumer/lti_1p1/contrib/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/lti_1p1/contrib/django.py sha256=KGRRYFrXqRrFhuQvmXCKIavXYL2J9yUHT_tNRXZLTkw 5706
lti_consumer/lti_1p1/contrib/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/lti_1p1/contrib/tests/test_django.py sha256=5tngqaPLpErZVPM8KWbrMsf7fGViiMAWiBLmbt9wUwM 6923
lti_consumer/lti_1p1/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/lti_1p1/tests/test_consumer.py sha256=Phey1UdZUN_CpZtwScSM0xZDPEiNqn0oKB6PXhLvyvk 14154
lti_consumer/lti_1p1/tests/test_oauth.py sha256=_tEO0zoYSlDfhRx_er9CDwSbWxX-Y6m1kFxT6I40VHE 3674
lti_consumer/lti_1p3/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/lti_1p3/ags.py sha256=tBuwlp-kE9RjBXprBqLJnyp66bN2V-VKA-tnYgM-scA 2256
lti_consumer/lti_1p3/constants.py sha256=n5Tge-j2mgMIeqUtGyudwvQzccVxtxdvp-M2dAC8QP0 3053
lti_consumer/lti_1p3/consumer.py sha256=skZZDAtACk5nNlZVrrNyMLQ6StMozXy8-J0tlInblaQ 35535
lti_consumer/lti_1p3/deep_linking.py sha256=MehyTcvOfWcfAiL0bB6LPOGc4ASs1KyzflY8t17a7v4 2343
lti_consumer/lti_1p3/exceptions.py sha256=thTXhuWeMrDqKQtceUF1sHg4OtM2VAKgTlcew_3NTAo 1996
lti_consumer/lti_1p3/key_handlers.py sha256=wBfNLkaImgM6LgRtSWl0e-PDJr4ayp3Vh5VXFTB5Vio 10762
lti_consumer/lti_1p3/nprs.py sha256=y7I07MGdx87utkeaCIS7vTWinvMmJ6oQC2sS2zc107w 1101
lti_consumer/lti_1p3/extensions/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/lti_1p3/extensions/rest_framework/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/lti_1p3/extensions/rest_framework/authentication.py sha256=wLd_tL1JeXjAQuJ6z3ga0KKfdF3hRyhPS1ga4iPTrJE 3499
lti_consumer/lti_1p3/extensions/rest_framework/constants.py sha256=mTl5VPG02Bzw7LrqtelWau_X81_9wNT061YJVUaWzZI 388
lti_consumer/lti_1p3/extensions/rest_framework/parsers.py sha256=-sHCUaVbxZEvhkLi8xV3TSJVJ3sE3QTyDLdR7j5x3LM 554
lti_consumer/lti_1p3/extensions/rest_framework/permissions.py sha256=M5YBlywTh06Ca8zJz52vN4kP7L2-WRozyNpuF8CfcpQ 3887
lti_consumer/lti_1p3/extensions/rest_framework/renderers.py sha256=4qw0ePQr6sAAA6SeozcS8tEqrl087H9WI494pv_QqRc 1759
lti_consumer/lti_1p3/extensions/rest_framework/serializers.py sha256=7chnGBrZ1qkpERZcFW4oJxuL1UbCV267bGu4ADyF2ME 14353
lti_consumer/lti_1p3/extensions/rest_framework/utils.py sha256=iJ72hZPTWBZrCh5mAOcAHJqnAKWT4vJFr0XRMO8ibUI 775
lti_consumer/lti_1p3/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/lti_1p3/tests/test_ags.py sha256=gjpG0OnyGsK_V0r5rfudplZuH-qbw0XrpW-iknkfDKI 2240
lti_consumer/lti_1p3/tests/test_consumer.py sha256=bfQCTThFaJ1GnzDMmDkpwwUm91KklAFyYvWLz9dmANg 45009
lti_consumer/lti_1p3/tests/test_deep_linking.py sha256=JDyytyEB5oHBmxm6167Im6SaKkzJl2y6LA7PRSpV8KQ 2361
lti_consumer/lti_1p3/tests/test_key_handlers.py sha256=Aghu5H0lJWkoxtBR5ig_-F-DJZelpqBqlhzfwfVX_r8 10270
lti_consumer/lti_1p3/tests/test_nrps.py sha256=mJJ3lwJ2h4f6W90KvG2kgZ7o2vwAQ2exyzBUXoljnGM 1264
lti_consumer/lti_1p3/tests/utils.py sha256=yfabNU6QFHxC7peKebQ3vHUjXkXhRZLL4Gkm7Fa2waM 226
lti_consumer/lti_1p3/tests/extensions/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/lti_1p3/tests/extensions/rest_framework/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/lti_1p3/tests/extensions/rest_framework/test_authentication.py sha256=A_U011zWiWm17khCMcmG3FPbDTuAPAw9I7_MZ73hvyc 4234
lti_consumer/lti_1p3/tests/extensions/rest_framework/test_permissions.py sha256=q0njxX_-sdLiItTxtm4DO0aaaII87n6rp5ck33EML_M 9875
lti_consumer/migrations/0001_initial.py sha256=AeOzwJdtfuGmJnw9UZV0k8IRwwuoX5tQbk_-3o-pBtc 940
lti_consumer/migrations/0002_ltiagslineitem.py sha256=G2plMwmKtLDDtAn9eXi9ohYLW1iIrl5egxu8nLb4oBw 1256
lti_consumer/migrations/0003_ltiagsscore.py sha256=BBbdY5PLVG160VF-dzBRQVtMWi244S722k2l3dfDv-Y 1677
lti_consumer/migrations/0004_keyset_mgmt_to_model.py sha256=T6-Jti1tBDZou1kx545g6j92wfDmI0kGjQRZSMwiy6E 1237
lti_consumer/migrations/0005_migrate_keyset_to_model.py sha256=x117amRVxVM5Y8Dy3MAglsYN-zcB_RxJzNqkJvsYsFo 1808
lti_consumer/migrations/0006_add_on_model_config_for_lti_1p1.py sha256=r-KQzW1V2YB9wlGcDIBjW6seWKuCM1afiKnqHXyg0ZU 2361
lti_consumer/migrations/0007_ltidlcontentitem.py sha256=JMc3fRZ-tJDDXpThnuYyd3nr2EX0JGARY4mS7SD9H3I 1105
lti_consumer/migrations/0008_fix_uuid_backfill.py sha256=L7QBO9GAsEnPtNsdROqHB_Ro2UpAwN2o9jbMfjed1N8 924
lti_consumer/migrations/0009_backfill-empty-string-config-id.py sha256=Z_OXZmGEfwjb3m1watda9dPEMN6UikewuKQGiE8eHkk 1403
lti_consumer/migrations/0010_backfill-empty-string-lti-config.py sha256=OOvz6E8TQ-CQ-Uaa5sW6DnAy4IQyga7k5DLQ8wcM_cs 1298
lti_consumer/migrations/0011_courseeditltifieldsenabledflag.py sha256=S5fKILQMmgqUgGZbsTgS-HfuRVXUFEXNOGMzsCN1chc 2510
lti_consumer/migrations/0012_rename_courseeditltifieldsenabledflag_model.py sha256=AwTj8v2FOZjVD6exFnQMIulxC4vq4PQUZve27YH013A 496
lti_consumer/migrations/0013_auto_20210712_1352.py sha256=yNtEkk7iSYACcIaA5LbMIdePMmkoMfuTfKHtG3lXZuI 669
lti_consumer/migrations/0014_adds_external_id.py sha256=8jpmecZGvj11wK9_qbu-nTz-nZ5z5Prf_pqg5oLOlEo 821
lti_consumer/migrations/0015_add_additional_1p3_fields.py sha256=VMjfmUe4zTA2Twi6ZVMqRJO2MchrBecRLxtGfqzMs_o 3641
lti_consumer/migrations/0016_lticonfiguration_lti_1p3_proctoring_enabled.py sha256=nXa1uA7e8FDbjfPpPli3bBOWyDr3C5PKfVyMHTMvibU 521
lti_consumer/migrations/0017_lticonfiguration_lti_1p3_redirect_uris.py sha256=VIVzJjknztNkLAsoptpXVhKls49vfZmRSyC9oHEjTvY 844
lti_consumer/migrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/plugin/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/plugin/compat.py sha256=fLVXTcAhY6fQSLQsnoTpWgiHZMLmP1yjHKsEw7aWizA 11574
lti_consumer/plugin/urls.py sha256=oZkRbctDm2XqYXVPx-dKv1R5p3ZGdlTf14LdJZTABA4 3026
lti_consumer/plugin/views.py sha256=Fms7pBwoKd8OvBN1SrVnEvWgZ1pFCzhuMXee90sVcKY 39612
lti_consumer/public/js/translations/ar/text.js sha256=Z8bynxuNNbSd8ipeBlTNbuiU2ogB4jt7OYJmeHWGoqs 22730
lti_consumer/public/js/translations/en/text.js sha256=1piNqeLzYEU4F2_S0xZZSlXNBjWR_Gk0MJLy2zypx8c 3602
lti_consumer/public/js/translations/es_419/text.js sha256=8zuta5Xrk1kyrHQi83FPpOJB8KOwyfoQ4bZ45ITfiHQ 23422
lti_consumer/public/js/translations/fr/text.js sha256=fKjRSMAbN8fBVxHLxoOtPGDC14Zsfm0SXeNun5OJhm0 21751
lti_consumer/public/js/translations/he/text.js sha256=nCXJYuVu8xLGEq_gtaAIyyqvu8lviOfA1A9nQgB5rMg 20445
lti_consumer/public/js/translations/hi/text.js sha256=77rVI91SNr_cgvWX6qA_iVx8D3hxXDVrkDBMi2GWXb8 3735
lti_consumer/public/js/translations/it/text.js sha256=LciNgny_J8T3GASWDGIa481Z8p3819u-sS0za0p6oZw 3737
lti_consumer/public/js/translations/ja/text.js sha256=oGd5oCB0oEzWtFTUfuNVSGGQhTYJtgfrDIYYZJI3F4Q 16711
lti_consumer/public/js/translations/ko/text.js sha256=SU8zRe5Dbx5AZzje0c0WaOuNfQk13Gjib5-57Jmb7aM 3879
lti_consumer/public/js/translations/pt_BR/text.js sha256=x7SnTwBlJae4-s2vxeIgDkWfwoDFZKVAAZ1GnLVP5DY 4601
lti_consumer/public/js/translations/pt_PT/text.js sha256=WqjbY67M0h30HK1blKa9BFtNqzvKuZhVnJIavjN1IMQ 27017
lti_consumer/public/js/translations/ru/text.js sha256=QOB6loQ2ixWxfqFXx4cOd8OG_C1hzAltaBaogRR-hzk 3772
lti_consumer/public/js/translations/zh_CN/text.js sha256=0cwUScLOo1fn2i2IXZNT3syWu-lGjMDjVMuAqu5yos4 3725
lti_consumer/signals/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/signals/signals.py sha256=mkyXO50-65MGSc6SgC5PLGQc9b35oR58ynXZbpfnhAI 3800
lti_consumer/static/css/student.css sha256=aJwup-Xt2CuRJG7GFcfbH70haxTEpXRSR42pdZ7seKE 4091
lti_consumer/static/js/xblock_lti_consumer.js sha256=Oarnob4tjPVYgWRrKn2ORjR0ur5-1CdvwXzbOo_WLRA 12186
lti_consumer/static/js/xblock_studio_view.js sha256=lSHF94bo8SvVUM9RrJO9S97yzNAZfLSLY8QWJWcpYCQ 5992
lti_consumer/static/sass/student.scss sha256=ViWf8_7A3qKzY5WPWU7uurOCJCu4Vwu_ARVVIwUt9Fk 4751
lti_consumer/templates/html/lti_1p3_launch.html sha256=s2exFWW7p92YgYF0dLf6F-MQV6u5mfxsPNzsyGHpiCc 893
lti_consumer/templates/html/lti_1p3_permission_error.html sha256=_ZqNmCuTfMIff-kAnOLx2lwcUyAqr9OGlfT8X7Nh2gw 405
lti_consumer/templates/html/lti_1p3_studio.html sha256=3-28V21Oz_Xsbnieizkhiv7vC7xP6TOueVILMiwkxy0 1435
lti_consumer/templates/html/lti_iframe.html sha256=n476cYBqHdUMbSXWo2RBxEMQY9Z0LXTzca7qmbRdSR8 364
lti_consumer/templates/html/lti_launch.html sha256=HcYC686eObzpsdPzZCvunxnsGyR9PA7tbQSV79gOSBw 1148
lti_consumer/templates/html/lti_launch_error.html sha256=Qf-gwB3mDXVDvp5HrahKEIyDbt_guz8UWKaUqiJ-EX8 481
lti_consumer/templates/html/lti_proctoring_start_error.html sha256=rcrTK_giIrTolX-3K6RRGcxFcT86bjBwG1cCkFetLmc 445
lti_consumer/templates/html/lti_start_assessment.html sha256=123yw56AYrLHwtPtb0Q6I46yLCd_cFqzVdz-bl_UlkY 413
lti_consumer/templates/html/student.html sha256=VGzvjUpV-dFnPUEn_gcj1LGQeUJIYIOZzeIJ0F6ek-I 3907
lti_consumer/templates/html/lti-dl/dl_response_error.html sha256=CygqsGAIAjjnO6xXAwIINchvXc_9zj20xdZtrfosIyI 405
lti_consumer/templates/html/lti-dl/dl_response_saved.html sha256=3TfLcshhV1OKhsKF69b4MoGlA_4-jC5hypRAP3yt_nM 434
lti_consumer/templates/html/lti-dl/render_dl_content.html sha256=bhOlQd_OPEopabOuBhpn342Rw4na1IUgAHWMGjh3XeA 1048
lti_consumer/templates/html/lti-dl/render_html.html sha256=lqXddcKI773skn2egvGQ84JeMwPTao_M-Dt0hksdXX8 168
lti_consumer/templates/html/lti-dl/render_image.html sha256=2d2EDZbi-q7BuN8DfzyveEgumSoXciacxol3tZfS5rE 890
lti_consumer/templates/html/lti-dl/render_link.html sha256=Su8mngfGOr-BQRWpCPHjEMbFZYmemygLlF9o_AufnBw 709
lti_consumer/templates/html/lti-dl/render_lti_resource_link.html sha256=j4TvPTWgAQHoZiKrUElhD863YwO33UWl1yq2mFJe-T8 355
lti_consumer/templates/xml/outcome_service_response.xml sha256=sMP6TH4U-FYZq5aQW82ZdWUfGucpdG6rae5dGhbMBbg 798
lti_consumer/templatetags/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/templatetags/get_dl_lti_launch_url.py sha256=U5n-jpr2QNwsgXLtyvgtT8wdr8XFRdwe4DnAiM4Hw1s 780
lti_consumer/templatetags/lti_sanitize.py sha256=lWyC4ojqAsnW3ort4Em-CI006rQJvfCfQq-NvUT0hZs 566
lti_consumer/tests/__init__.py sha256=8ABr5Zbir9uuFj3uoulnjAmkszF9kd9oD7UqFKdHgzg 56
lti_consumer/tests/test_utils.py sha256=pnXDxVl7Bmo3ENcxuPe2Qy8PYyzt3zu4zCu8gcviPHA 2833
lti_consumer/tests/unit/__init__.py sha256=nZJj0b0VFfXe553fELF8pk21eN0XVCuvsN911l4vxmc 61
lti_consumer/tests/unit/test_api.py sha256=xC8IwywNV3GJPEkhw1Q3hZi_sKyj5TXnuxq6dxxOnHI 28029
lti_consumer/tests/unit/test_filters.py sha256=xSSuf3nmmFZykmzGyfosgbb3wnyPU2Hfta3Gcf9iOg4 2866
lti_consumer/tests/unit/test_lti_xblock.py sha256=WoKDSEy7SDcrkLgW7M_jw5Y29oLsSw9Hb7lcn7pHUro 91837
lti_consumer/tests/unit/test_models.py sha256=J6nDWNF9u3o2f5AEveW1hOKhuuceEGFR-jKt1DKyqTs 29276
lti_consumer/tests/unit/test_outcomes.py sha256=2pVl4hNg4imb566uI-38VWE19QbpvfZX6RYT9NsC0EM 16718
lti_consumer/tests/unit/test_signals.py sha256=CFmVnXAqDH_eW0iM8n3tesawhwUcGezooGoCG58nxZ8 3573
lti_consumer/tests/unit/test_utils.py sha256=rSvJORKhnzfcY9oVxJDjoled1oyv8zZst7PrKNgK4Wg 6028
lti_consumer/tests/unit/plugin/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lti_consumer/tests/unit/plugin/test_proctoring.py sha256=Zo0LvlLGV99PJAHTL1aLK7dLF4Vcu2p79OTicVhoOyI 11960
lti_consumer/tests/unit/plugin/test_views.py sha256=fCvniG7ozCgNLbPHJuInSJt2RIItpGcPRq1ioIT2Ql4 33526
lti_consumer/tests/unit/plugin/test_views_lti_ags.py sha256=ln4KVCSpHVt2YA0ADoUQC9nL8btwihpmgcykQyZfGeI 38579
lti_consumer/tests/unit/plugin/test_views_lti_deep_linking.py sha256=pW58bHUg8i5Z9lVim0YgPiFnwAjHQTmp17Hto2OGYWo 26203
lti_consumer/tests/unit/plugin/test_views_lti_nrps.py sha256=n4NsCoy_9-isQLktaGCXhs90zmCaOtDhcN9JFVGiXHY 10559
lti_consumer/translations/config.yaml sha256=4dQ0MzV7rlN9vBj8lsj0mAyUSMviWVIk0UcyICEiHz4 234
lti_consumer/translations/settings.py sha256=wfRcYTuO-gM5InIdQskrU3ojBJCccMgj42AN5EaufVA 1987
lti_consumer/translations/ar/LC_MESSAGES/text.mo sha256=P4GbwwBlvWsjd2WGzoNADXfrI109H9nr5fbi5n3eMew 10252
lti_consumer/translations/ar/LC_MESSAGES/text.po sha256=WmE1M1TZBFWfriIa7XeTvsX0iLJccQBIPLiOQCCyeDY 22143
lti_consumer/translations/en/LC_MESSAGES/django.mo sha256=N1pb17IfLd0ASiKO8d68-B4ygSpDkhKOCs8YTzMXQo0 380
lti_consumer/translations/en/LC_MESSAGES/django.po sha256=ueT1qnQp9iHx2ym3LBbJwghfLHNWQ9xu964swIvLS4k 16396
lti_consumer/translations/en/LC_MESSAGES/text.mo sha256=N1pb17IfLd0ASiKO8d68-B4ygSpDkhKOCs8YTzMXQo0 380
lti_consumer/translations/en/LC_MESSAGES/text.po sha256=ueT1qnQp9iHx2ym3LBbJwghfLHNWQ9xu964swIvLS4k 16396
lti_consumer/translations/es_419/LC_MESSAGES/text.mo sha256=ZqjVrgsdeXOfve4ZkNAupZ7Mz32ji6h89WVl91TRID0 20799
lti_consumer/translations/es_419/LC_MESSAGES/text.po sha256=cFb1sKRB5HjXkBx6PBhxYL4wfIbwiUhYmaE7R-OlC4s 26467
lti_consumer/translations/fr/LC_MESSAGES/text.mo sha256=hkvJHbol65i92hPYtNOkmpGLmh8whAoKzBno5IIHzv0 18761
lti_consumer/translations/fr/LC_MESSAGES/text.po sha256=YF_3gRZqoLA1E3ASnmGxkRmDpgyZvM2YxC2xLjbyftY 25340
lti_consumer/translations/fr_CA/LC_MESSAGES/text.mo sha256=Uc1Y-UZORRanmXd4b_wB7EX2CnflFmesEOEXdp5bokA 9166
lti_consumer/translations/fr_CA/LC_MESSAGES/text.po sha256=z8d95k78PLN08vjdQkCXEi-Szybx1IWZXIAnecDbpuE 10186
lti_consumer/translations/he/LC_MESSAGES/text.mo sha256=iKwQiiB4I9C9LfsziSraAoEwNi3trDuYTCvCWKjXcRI 9608
lti_consumer/translations/he/LC_MESSAGES/text.po sha256=UETFz7GMkaB7zzDERoTiO21w6qO4WByQF2yRpspCsiQ 21499
lti_consumer/translations/hi/LC_MESSAGES/text.mo sha256=28G4FrlStz41Ky3y7C9FXyFDl9Rt1DiSDxfPq92xPwo 416
lti_consumer/translations/hi/LC_MESSAGES/text.po sha256=gk797ciygpN6PsvHsS6nyCsfUVagavtS4kB5QBDVKb4 16407
lti_consumer/translations/ja_JP/LC_MESSAGES/text.mo sha256=XxY8nQ6xmwZIzKW6jFfGCMxG5rmePo8KgkE3R_TfFCg 9323
lti_consumer/translations/ja_JP/LC_MESSAGES/text.po sha256=LFg-JDxRPtCTI3qicQ7PdvjV2Q6ppdbqLer4pRLABq8 21266
lti_consumer/translations/ko_KR/LC_MESSAGES/text.mo sha256=CqrdhVsp0zBTME_sTBnL_KfI8-G033iUtjrCtpEJJ34 441
lti_consumer/translations/ko_KR/LC_MESSAGES/text.po sha256=2v34B53F3A5vjfM37jao4zsvkdQG5aGCY-8WdNYVOFw 16477
lti_consumer/translations/pt_BR/LC_MESSAGES/text.mo sha256=nLpJ2t4szkbf4uOK_GQG9biSU8rs0HiS7hjzN-vN6To 1305
lti_consumer/translations/pt_BR/LC_MESSAGES/text.po sha256=h1yvoxyuM6oKD5pqLS61OhuNLj416kL3Lg0MBRCEM9o 16884
lti_consumer/translations/pt_PT/LC_MESSAGES/text.mo sha256=vXcBjAV0v375nYShaCLT6hBWgurA9dXPb5bhZvBmjzg 23772
lti_consumer/translations/pt_PT/LC_MESSAGES/text.po sha256=LwvF7iAQ7e1EHsSdAeoz_U8e_mkvhDKdAlqy9yr_4iA 27799
lti_consumer/translations/ru/LC_MESSAGES/text.mo sha256=UzxFSJdR63vlQ_COssPA9grs3IFL-bgFc2qUsY27IQM 556
lti_consumer/translations/ru/LC_MESSAGES/text.po sha256=x4wrDO80TQXE2JGEqA0cRag9bPvGd2zbgTGWzTKffqY 16547
lti_consumer/translations/zh_CN/LC_MESSAGES/text.mo sha256=ZQN_dLqNiGIszsscBHaDEpu8ybZDCvo4cp4kTXvTB-Q 432
lti_consumer/translations/zh_CN/LC_MESSAGES/text.po sha256=ANMI0kfLdpaVzRY2GF1fkmdIXwIZiGKEfOgkedMtxU4 16458
lti_consumer_xblock-9.11.0.dist-info/LICENSE sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY 34520
lti_consumer_xblock-9.11.0.dist-info/METADATA sha256=OgzQkG5-Leme_fzIc2FN2jJLmVDFLne8A0VrTNZrAnw 15776
lti_consumer_xblock-9.11.0.dist-info/NOTICE sha256=MdMr7wxaxcb7JIjBcEnFt1LThnkiLBFYARaksz0xqT4 694
lti_consumer_xblock-9.11.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
lti_consumer_xblock-9.11.0.dist-info/dependency_links.txt sha256=Pr_zj5WqXIlOd061bmi0fVL1oOMK7MydmG_Dy68qx-E 106
lti_consumer_xblock-9.11.0.dist-info/entry_points.txt sha256=UKtVtiENmqBO8ge_7FxfSp6CNO3e3lNfDBh7mAYhbYQ 199
lti_consumer_xblock-9.11.0.dist-info/top_level.txt sha256=6jbqxf9hy4C_L1uaBujds1ozfkHzQtmQxwO5OKgaw4Q 13
lti_consumer_xblock-9.11.0.dist-info/RECORD

top_level.txt

lti_consumer

entry_points.txt

lti_consumer = lti_consumer.apps:LTIConsumerApp
lti_consumer = lti_consumer.apps:LTIConsumerApp
lti_consumer = lti_consumer.lti_xblock:LtiConsumerXBlock
https://github.com/openedx/xblock-utils/tarball/c39bf653e4f27fb3798662ef64cde99f57603f79#egg=xblock-utils