django-lti-provider | provider adds LTI functionality for the Django web framework

 by   ccnmtl Python Version: 1.0.0 License: Non-SPDX

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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support 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.
              OutlinedDot
              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

            kandi-Quality Quality

              OutlinedDot
              django-lti-provider has 10 bugs (2 blocker, 0 critical, 8 major, 0 minor) and 32 code smells.

            kandi-Security 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.

            kandi-License 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.

            kandi-Reuse 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

            Documentation,Configuration,Primary LTI config
            Pythondot img1Lines of Code : 22dot img1License : Non-SPDX (NOASSERTION)
            copy iconCopy
            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  
            Documentation,Configuration,Extra LTI Configuration values
            Pythondot img2Lines of Code : 8dot img2License : Non-SPDX (NOASSERTION)
            copy iconCopy
            LTI_EXTRA_PARAMETERS = ['lti_version']  # example
            
            PYLTI_CONFIG = {
                'consumers': {
                    '': {
                        'secret': ''
                    }
                }
            }
              
            Documentation,Configuration,Basic setup steps
            Pythondot img3Lines of Code : 7dot img3License : Non-SPDX (NOASSERTION)
            copy iconCopy
            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::.

            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install django-lti-provider

          • CLONE
          • HTTPS

            https://github.com/ccnmtl/django-lti-provider.git

          • CLI

            gh repo clone ccnmtl/django-lti-provider

          • sshUrl

            git@github.com:ccnmtl/django-lti-provider.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link