django-lti-provider | provider adds LTI functionality for the Django web framework
kandi X-RAY | django-lti-provider Summary
kandi X-RAY | django-lti-provider Summary
django-lti-provider is a Python library. django-lti-provider has no vulnerabilities, it has build file available and it has low support. However django-lti-provider has 10 bugs and it has a Non-SPDX License. You can install using 'pip install django-lti-provider' or download it from GitHub, PyPI.
django-lti-provider adds LTI functionality for the Django web framework. This work began as a port of MIT's LTI Flask Sample, which demonstrates a sample LTI provider for the Flask Framework based on the Python LTI library, PyLTI.
django-lti-provider adds LTI functionality for the Django web framework. This work began as a port of MIT's LTI Flask Sample, which demonstrates a sample LTI provider for the Flask Framework based on the Python LTI library, PyLTI.
Support
Quality
Security
License
Reuse
Support
django-lti-provider has a low active ecosystem.
It has 44 star(s) with 25 fork(s). There are 6 watchers for this library.
It had no major release in the last 12 months.
There are 5 open issues and 10 have been closed. On average issues are closed in 145 days. There are 2 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of django-lti-provider is 1.0.0
Quality
django-lti-provider has 10 bugs (2 blocker, 0 critical, 8 major, 0 minor) and 32 code smells.
Security
django-lti-provider has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
django-lti-provider code analysis shows 0 unresolved vulnerabilities.
There are 8 security hotspots that need review.
License
django-lti-provider has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
django-lti-provider releases are available to install and integrate.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
django-lti-provider saves you 1314 person hours of effort in developing the same functionality from scratch.
It has 3079 lines of code, 164 functions and 31 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed django-lti-provider and discovered the below as its top functions. This is intended to give you an instant insight into django-lti-provider implemented functionality, and help decide if they suit your requirements.
- Create a bootstrap script
- Seek to the specified offset
- Read size bytes from the file
- Raise an IOError if the offset is outside the window
- Create a python environment
- Install a virtualenv
- Write content to dest
- Return a list of directories for the virtualenv
- Install virtual environment variables
- Post a score
- Generate the XML for a LIS request
- Return dictionary of consumers
- Resolve a Python interpreter
- Authenticate user
- Add a user to the group
- Add users to the course
- Clear the session
- Get the default values
- Update the default configuration with the given values
- Get a section by name
- Return a generator of environment variables
- Make sure that the installation of the virtualenv exists
- Ensure pth and egg - link
- Returns a list of directories for the virtualenv
- Authenticate a user
- Return the level corresponding to the given integer
- Expand default value
Get all kandi verified functions for this library.
django-lti-provider Key Features
No Key Features are available at this moment for django-lti-provider.
django-lti-provider Examples and Code Snippets
Copy
LTI_TOOL_CONFIGURATION = {
'title': '',
'description': '',
'launch_url': 'lti/',
'embed_url': '' or '',
'embed_icon_url': '' or '',
'embed_tool_id': '' or '',
'landing_url': '',
'course_aware': ,
'course_navigation
Copy
LTI_EXTRA_PARAMETERS = ['lti_version'] # example
PYLTI_CONFIG = {
'consumers': {
'': {
'secret': ''
}
}
}
Copy
url(r'^lti/', include('lti_provider.urls'))
AUTHENTICATION_BACKENDS = [
'django.contrib.auth.backends.ModelBackend',
'lti_provider.auth.LTIBackend',
]
./manage.py migrate
Community Discussions
No Community Discussions are available at this moment for django-lti-provider.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install django-lti-provider
You can install django-lti-provider through pip:. Or, if you're using virtualenv, add django-lti-provider to your requirements.txt.
Add the URL route::.
Add the URL route::.
Support
django-lti-provider provides LTI functionality for the Django web framework. This work began as a port of MIT's LTI Flask Sample, which demonstrates a sample LTI provider for the Flask Framework based on the Python LTI library, PyLTI. Additional work was completed to provide fuller functionality and support the idiosyncrasies of various LMS systems such as Canvas, Blackboard, Moodle and EdEx. The library is used at Columbia University's Center for Teaching And Learning. See an example Django app using the library at Django LTI Provider Example.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page