Welcome to PyLTI’s documentation!¶
Contents:
Indices and tables¶
Getting Started¶
Changes¶
v0.4.1¶
- Pin mock to allow
python setup.py testwithout setuptools upgrade
v0.4.0¶
- Support for role lists (Sakai 10+) thanks to @rickyrem
- Added several files to distribution (including test data) thanks to @jtriley and @layus
- Flask app is no longer required to be passed around as it uses
current_app - Decorators no longer require parameters, i.e.
@ltican be used, which defaults to allowing any role access - Coursera support was added via the
Learnerrole thanks to @caioteixeira - Choosing to allow
anyrole, actually works with any role now. It used to require the role to be in a set of known roles thanks to @velochy - Proper URL checking for https was fixed thanks to @velochy