Metadata-Version: 2.1
Name: pylmod
Version: 1.0.0
Summary: PyLmod is a Python Implementation of MIT Learning Modules
Home-page: http://github.com/mitodl/pylmod
Author: MIT ODL Engineering
Author-email: odl-engineering@mit.edu
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python
Requires-Dist: requests (~=2.0)
Provides-Extra: dev
Requires-Dist: pytest (~=5.0) ; extra == 'dev'
Requires-Dist: pytest-cov (~=2.0) ; extra == 'dev'
Requires-Dist: pytest-flakes (~=4.0) ; extra == 'dev'
Requires-Dist: pytest-pep8 (~=1.0) ; extra == 'dev'
Requires-Dist: pytest-cache (~=1.0) ; extra == 'dev'
Requires-Dist: httpretty (~=0.9.0) ; extra == 'dev'
Requires-Dist: semantic-version (~=2.0) ; extra == 'dev'
Requires-Dist: mock (~=3.0) ; extra == 'dev'
Requires-Dist: ddt (~=1.0) ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx (~=2.0) ; extra == 'doc'
Requires-Dist: sphinx-bootstrap-theme (==0.7.0) ; extra == 'doc'
Requires-Dist: sphinxcontrib-napoleon (==0.7) ; extra == 'doc'

PyLmod
======
.. image:: https://img.shields.io/travis/mitodl/PyLmod.svg
    :target: https://travis-ci.org/mitodl/PyLmod
.. image:: https://img.shields.io/coveralls/mitodl/PyLmod.svg
    :target: https://coveralls.io/r/mitodl/PyLmod
.. image:: https://img.shields.io/pypi/dm/pylmod.svg
    :target: https://pypi.python.org/pypi/pylmod
.. image:: https://img.shields.io/pypi/v/pylmod.svg
    :target: https://pypi.python.org/pypi/pylmod
.. image:: https://img.shields.io/github/issues/mitodl/PyLmod.svg
    :target: https://github.com/mitodl/PyLmod/issues
.. image:: https://img.shields.io/badge/license-BSD-blue.svg
    :target: https://github.com/mitodl/PyLmod/blob/master/LICENSE
.. image:: https://readthedocs.org/projects/pylmod/badge/?version=master
    :target: http://pylmod.rtfd.org/en/master
.. image:: https://readthedocs.org/projects/pylmod/badge/?version=release
    :target: http://pylmod.rtfd.org/en/release

:PyLmod: Python implementation of MIT Learning Modules API
:Version: 0.2.0
:Author: MIT Office of Digital Learning
:Homepage: http://engineering.odl.mit.edu
:License: BSD

PyLmod provides a Python library to access the MIT Learning Modules web
service (described below). PyLmod was created to support
MIT's use of OpenedX for residential courses, but the library is open
source to enable easier access to that service for Python application
developers at MIT. PyLmod encapsulates the Learning Modules web service
making it more pythonic and easier to incorporate into Python applications.

The MIT Learning Modules web service, maintained by MIT Information
Systems and Technologies (IS&T), exposes an API to MIT systems of
record for classes, students, and grades. Its documentation is available
at these links.

MIT Learning Modules web service documentation:

    `Gradebook module doc
    <https://learning-modules-dev.mit.edu/service/gradebook/doc.html>`_

    `Membership module doc
    <https://learning-modules-dev.mit.edu/service/membership/doc.html>`_

Getting Started
===============
The Learning Modules web service requires authentication by x.509
certificates. You must create an application certificate and configure
the Learning Modules web service to recognize it. MIT developers can
use this `IS&T guide <http://goo.gl/3YcmRh>`_ to create an application
certificate. The `MITx Knowledge Base <https://odl.zendesk.com/hc/en-us/>`_
also contains an article 'MIT Application Certificates" that explains
the steps in greater detail.

Once you have your application certificate you must get the Learning
Modules service to recognize it. The app certificate needs to have
an account on the service and then the proper role(s) in the proper
group(s). Send your application certificate to learningmod-support@mit.edu
with a request for access. Inform them what your application will do and
they will assist in configuring your certificate.
This service, maintained by MIT Information Systems and Technologies
(IS&T) exposes an API to MIT systems of record for classes, students, and
grades. PyLmod was created to support MIT's
use of OpenedX for residential courses, but the library is open source
to enable easier access for Python application developers at MIT.

Development
===========
See the `Development Notes <https://github.com/mitodl/PyLmod/Development.rst>`_

Licensing
=========
PyLmod is licensed under the BSD license, version January 9, 2008.  See
LICENSE for the full text of the license.




