Refactor LTI XModule code from the edx-platform repo to this XBlock repo
Showing
.gitignore
0 → 100644
.pep8
0 → 100644
.travis.yml
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
Makefile
0 → 100644
NOTICE
0 → 100644
README.md
deleted
100644 → 0
README.rst
0 → 100644
lti_consumer/__init__.py
0 → 100644
lti_consumer/exceptions.py
0 → 100644
lti_consumer/lti.py
0 → 100644
This diff is collapsed.
Click to expand it.
lti_consumer/lti_consumer.py
0 → 100644
This diff is collapsed.
Click to expand it.
lti_consumer/oauth.py
0 → 100644
lti_consumer/outcomes.py
0 → 100644
lti_consumer/static/css/student.css
0 → 100644
lti_consumer/static/sass/student.scss
0 → 100644
lti_consumer/templates/html/lti_iframe.html
0 → 100644
lti_consumer/templates/html/lti_launch.html
0 → 100644
lti_consumer/templates/html/student.html
0 → 100644
lti_consumer/tests/__init__.py
0 → 100644
lti_consumer/tests/unit/__init__.py
0 → 100644
lti_consumer/tests/unit/test_lti.py
0 → 100644
This diff is collapsed.
Click to expand it.
lti_consumer/tests/unit/test_lti_consumer.py
0 → 100644
This diff is collapsed.
Click to expand it.
lti_consumer/tests/unit/test_oauth.py
0 → 100644
lti_consumer/tests/unit/test_outcomes.py
0 → 100644
This diff is collapsed.
Click to expand it.
lti_consumer/tests/unit/test_utils.py
0 → 100644
pylintrc
0 → 100644
requirements.txt
0 → 100644
scripts/quality.sh
0 → 100755
scripts/sass.sh
0 → 100755
scripts/test.sh
0 → 100755
setup.py
0 → 100644
test_requirements.txt
0 → 100644
| -r requirements.txt | |||
| astroid==1.3.8 # Pinning to avoid backwards incompatibility issue with pylint/pylint-django | |||
| coveralls | |||
| pep8 | |||
| git+https://github.com/edx/django-pyfs.git@1.0.3#egg=django-pyfs==1.0.3 | |||
| git+https://github.com/edx/edx-lint.git@v0.3.2#egg=edx_lint==0.3.2 | |||
| git+https://github.com/edx/xblock-sdk.git#egg=xblock-sdk |
Please
register
or
sign in
to comment