Metadata-Version: 1.1
Name: kolibri
Version: 0.2.1
Summary: Kolibri education platform for offline environments This static version bundles all dependencies.
Home-page: https://github.com/learningequality/kolibri
Author: Learning Equality
Author-email: info@learningequality.org
License: MIT
Description: 
        Kolibri
        =======
        
        .. image:: https://badge.fury.io/py/kolibri.svg
           :target: https://pypi.python.org/pypi/kolibri/
        .. image:: https://travis-ci.org/learningequality/kolibri.svg
          :target: https://travis-ci.org/learningequality/kolibri
        .. image:: http://codecov.io/github/learningequality/kolibri/coverage.svg?branch=master
          :target: http://codecov.io/github/learningequality/kolibri?branch=master
        .. image:: https://readthedocs.org/projects/kolibri/badge/?version=latest
          :target: http://kolibri.readthedocs.org/en/latest/
        
        
        What is Kolibri?
        ----------------
        
        Kolibri is a Learning Management System / Learning App designed to run on low-power devices, targeting the needs of
        learners and teachers in contexts with limited infrastructure. A user can install Kolibri and serve the app on a local
        network, without an internet connection. Kolibri installations can be linked to one another, so that user data and
        content can be shared. Users can create content for Kolibri and share it when there is network access to another
        Kolibri installation or the internet.
        
        At its core, Kolibri is about serving educational content. A typical user (called a Learner) will log in to Kolibri
        to consume educational content (videos, documents, other multimedia) and test their understanding of the content by
        completing exercises and quizzes, with immediate feedback. A user’s activity will be tracked to offer individualized
        insight (like "next lesson" recommendations), and to allow user data to be synced across different installations --
        thus a Kolibri learner can use his or her credentials on any linked Kolibri installation, for instance on different
        devices at a school.
        
        See https://learningequality.org/kolibri/ for more info.
        
        
        How can I use it?
        -----------------
        
        Kolibri is under active development and is not yet ready to be used. In the meantime, take a look at `KA-Lite <https://learningequality.org/kolibri/>`_, Kolibri's predecessor which is already deployed around the world.
        
        
        How can I contribute?
        ---------------------
        
        .. warning::
          We welcome new contributors but since **Kolibri** is still in development, the API is not yet completely ready to integrate external plugins. Please start by:
        
        * Reading our `Developer Documentation <http://kolibri.readthedocs.io/en/develop/dev/getting_started.html>`_ available online, and in the ``docs/`` directory.
        * Contacting us on the Mailing list: `Google groups <https://groups.google.com/a/learningequality.org/forum/#!forum/dev>`_.
        * or via IRC: #kolibri on Freenode.
        
        
        
        Documentation
        -------------
        
        The full documentation is at `http://kolibri.rtfd.org <http://kolibri.rtfd.org>`_.
Keywords: k,o,l,i,b,r,i
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
