Metadata-Version: 1.1
Name: dlkit
Version: 0.4.0
Summary: Digital Learning Toolkit
Home-page: https://github.com/mitsei/dlkit
Author: MIT ODL, SEI
Author-email: dlkit@mit.edu
License: MIT
Description: .. image:: https://travis-ci.org/mitsei/dlkit.svg?branch=master
            :target: https://travis-ci.org/mitsei/dlkit
        
        .. image:: https://coveralls.io/repos/github/mitsei/dlkit/badge.svg?branch=master
            :target: https://coveralls.io/github/mitsei/dlkit?branch=master
        
        ============
        Introduction
        ============
        
        This documentation for the Digital Learning Toolkit (DLKit), like the toolkit itself, is still under development. It currently covers only a small handful of the 180 service packages and over 10,000 educational service APIs that have been defined by MIT’s Office of Digital Learning and its collaborators to date.
        
        The DLKit codebase is generated from the Open Service Interface Definitions (OSIDs), an extensive and growing suite of interface contract specifications that describe the integration points among the core services and components that make up modern educational systems.
        
        Note that this documentation is intended for API consumers. However, at the heart of DLKit is an integration stack that is even more closely aligned with the OSID specifications. This has been designed to allow third parties to extend the library with alternative or additional implementations of any of the defined services for the purposes of service integration, technology migration, service adaptation, etc. Documentation written for service implementers and system integrators, including implementation notes and compliance information, will be provided elsewhere.
        
        The complete `OSID specification`_ provides more details.
        
        .. _OSID specification: https://osid.org/specifications
        
        Currently, DLKit works with Python 2.6 and 2.7.
        
        If you are interested in learning more about the DLKit Python libraries documented here, please contact dlkit-info@mit.edu
        
        =============
        Running DLKit
        =============
        Tutorial
        --------
        This `Jupyter notebook`_ is useful for learning about how to use ``dlkit``.
        
        .. _Jupyter notebook: https://github.com/mitsei/dlkit-tutorial
        
        Example Projects
        ----------------
        For help understanding ``dlkit`` and how to configure it, you can also
        refer to an existing project, like `qbank`_.
        
        .. _qbank: https://github.com/CLIxIndia-Dev/qbank-lite
        
        Runtime Config
        --------------
        To use ``dlkit``, you need to include a runtime config in an ``dlkit_configs``
        directory::
        
            dlkit_configs
              |-configs.py
              |-registry.py
            your_app
              |-app.py
        
        
        Example / default ``dlkit_config`` files are included in this repo
        and used for testing.
        
        =====================
        Building This Library
        =====================
        Note that this library is mostly generated by the ``dlkit_builders`` repo,
        which can be found `here`_.
        
        .. _here: https://github.com/mitsei/dlkit_builders
        
        Hand-written modules are:
          * primordium
          * aws_adapter
          * filesystem_adapter
          * handcar
          * records
          * tests/functional
          * tests/learning/handcar_tests
          * tests/records
        
Keywords: education learning assessment
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
