Metadata-Version: 1.1
Name: course-access-groups
Version: 0.3.0
Summary: An Open edX plugin to customize courses access by grouping learners and assigning different permissions to groups.
Home-page: https://github.com/appsembler/course-access-groups
Author: Appsembler
Author-email: omar@appsembler.com
License: UNKNOWN
Description: Course Access Groups
        ====================
        
        |pypi-badge| |travis-badge| |codecov-badge| |doc-badge| |pyversions-badge|
        |license-badge|
        
        
        Overview
        --------
        
        This is a plugin for the Open edX Platform that provides the Course Access
        Group functionality. It can be installed via pip with minimal configuration to
        provide an admin panel to allow site administrators to create access groups
        and assign courses to them.
        
        Learners upon registration will be automatically
        assigned to a specific group, from which it'll be possible to see which
        courses they'll be able to see and enroll in.
        
        The classic example is that you'd want to offer different courses to your
        ``customers``, ``employees`` and offer some courses for everyone. Hence you'd
        need to make two groups and assign courses to only learners within those
        groups while mark some courses as public ones.
        
        Documentation
        -------------
        
        The full documentation is at https://course-access-groups.readthedocs.org.
        
        
        .. _supported_open_edx_version:
        
        Supported Open edX Version
        --------------------------
        
        The bad news, there's none. The good news is that there's a plan to make it
        work with the upstream Open edX versions out of the box.
        
        The even better news, is that you can get this plugin to work by
        cherry-picking the following pull requests:
        
         * The `Access Control Backends pull request`_.
         * The `USER_ACCOUNT_ACTIVATED signal`_.
         * The `edx-search integration with the "has_access" function`_.
        
        .. _Access Control Backends pull request: https://github.com/appsembler/edx-platform/pull/491
        .. _USER_ACCOUNT_ACTIVATED signal: https://github.com/edx/edx-platform/pull/23296
        .. _edx-search integration with the "has_access" function: https://github.com/appsembler/edx-search/pull/12
        
        License
        -------
        
        The code in this repository is licensed under the MIT License unless
        otherwise noted.
        
        Please see ``LICENSE.txt`` for details.
        
        How To Contribute
        -----------------
        
        Contributions are very welcome.
        
        Even though they were written with ``edx-platform`` in mind, the guidelines
        should be followed for Open edX code in general.
        
        The pull request description template should be automatically applied if you are creating a pull request from GitHub. Otherwise you
        can find it at `PULL_REQUEST_TEMPLATE.md <https://github.com/appsembler/course-access-groups/blob/master/.github/PULL_REQUEST_TEMPLATE.md>`_.
        
        The issue report template should be automatically applied if you are creating an issue on GitHub as well. Otherwise you
        can find it at `ISSUE_TEMPLATE.md <https://github.com/appsembler/course-access-groups/blob/master/.github/ISSUE_TEMPLATE.md>`_.
        
        Reporting Security Issues
        -------------------------
        
        Please do not report security issues in public. Please email security@appsembler.com.
        
        Getting Help
        ------------
        
        Have a question about this repository, or about Open edX in general?  Please
        refer to this `list of resources`_ if you need any assistance.
        
        .. _list of resources: https://open.edx.org/getting-help
        
        
        .. |pypi-badge| image:: https://img.shields.io/pypi/v/course-access-groups.svg
            :target: https://pypi.python.org/pypi/course-access-groups/
            :alt: PyPI
        
        .. |travis-badge| image:: https://travis-ci.org/appsembler/course-access-groups.svg?branch=master
            :target: https://travis-ci.org/appsembler/course-access-groups
            :alt: Travis
        
        .. |codecov-badge| image:: http://codecov.io/github/appsembler/course-access-groups/coverage.svg?branch=master
            :target: http://codecov.io/github/appsembler/course-access-groups?branch=master
            :alt: Codecov
        
        .. |doc-badge| image:: https://readthedocs.org/projects/course-access-groups/badge/?version=latest
            :target: http://course-access-groups.readthedocs.io/en/latest/
            :alt: Documentation
        
        .. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/course-access-groups.svg
            :target: https://pypi.python.org/pypi/course-access-groups/
            :alt: Supported Python versions
        
        .. |license-badge| image:: https://img.shields.io/github/license/appsembler/course-access-groups.svg
            :target: https://github.com/appsembler/course-access-groups/blob/master/LICENSE.txt
            :alt: License
        
        
        Change Log
        ----------
        
        ..
           All enhancements and patches to course_access_groups will be documented
           in this file.  It adheres to the structure of http://keepachangelog.com/ ,
           but in reStructuredText instead of Markdown (for ease of incorporation into
           Sphinx documentation and the PyPI description).
           
           This project adheres to Semantic Versioning (http://semver.org/).
        
        .. There should always be an "Unreleased" section for changes pending release.
        
        Unreleased
        ~~~~~~~~~~
        
        *
        
        [0.1.0] - 2019-11-26
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Added
        _____
        
        * First release on PyPI.
        
Keywords: Django Appsembler
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
