Metadata-Version: 1.1
Name: edx-enterprise
Version: 0.4.0
Summary: Your project description goes here
Home-page: https://github.com/edx/edx-enterprise
Author: edX
Author-email: oscm@edx.org
License: AGPL 3.0
Description: enterprise
        =============================
        
        .. image:: https://img.shields.io/pypi/v/edx-enterprise.svg
            :target: https://pypi.python.org/pypi/edx-enterprise/
            :alt: PyPI
        
        .. image:: https://travis-ci.org/edx/edx-enterprise.svg?branch=master
            :target: https://travis-ci.org/edx/edx-enterprise
            :alt: Travis
        
        .. image:: http://codecov.io/github/edx/edx-enterprise/coverage.svg?branch=master
            :target: http://codecov.io/github/edx/edx-enterprise?branch=master
            :alt: Codecov
        
        .. image:: http://edx-enterprise.readthedocs.io/en/latest/?badge=latest
            :target: http://edx-enterprise.readthedocs.io/en/latest/
            :alt: Documentation
        
        .. image:: https://img.shields.io/pypi/pyversions/edx-enterprise.svg
            :target: https://pypi.python.org/pypi/edx-enterprise/
            :alt: Supported Python versions
        
        .. image:: https://img.shields.io/github/license/edx/edx-enterprise.svg
            :target: https://github.com/edx/edx-enterprise/blob/master/LICENSE.txt
            :alt: License
        
        ``Enterprise`` app provides enterprise features to Open edX platform. Most of such features are
        structured around ``Enterprise Customer`` - an organization or a group of people that "consumes"
        courses on Open edX platform.
        
        Overview
        --------
        
        The ``README.rst`` file should then provide an overview of the code in this
        repository, including the main components and useful entry points for starting
        to understand the code in more detail.
        
        Documentation
        -------------
        
        The full documentation is at https://edx-enterprise.readthedocs.org.
        
        License
        -------
        
        The code in this repository is licensed under the AGPL 3.0 unless
        otherwise noted.
        
        Please see ``LICENSE.txt`` for details.
        
        How To Contribute
        -----------------
        
        Contributions are very welcome.
        
        Please read `How To Contribute <https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst>`_ for details.
        
        Even though they were written with ``edx-platform`` in mind, the guidelines
        should be followed for Open edX code in general.
        
        PR description template can be found at
        `PR_TEMPLATE.md <https://github.com/edx/edx-enterprise/blob/master/PR_TEMPLATE.md>`_
        
        Reporting Security Issues
        -------------------------
        
        Please do not report security issues in public. Please email security@edx.org.
        
        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
        
        
        Change Log
        ----------
        
        ..
           All enhancements and patches to cookiecutter-django-app 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.4.0] - 2016-11-21
        ~~~~~~~~~~~~~~~~~~~~
        
        Added
        _____
        
        * Set up logic to call course catalog API to retrieve catalog listing to attach to EnterpriseCustomer.
        
        
        [0.3.1] - 2016-11-21
        ~~~~~~~~~~~~~~~~~~~~
        
        Fixed missing migration.
        
        [0.3.0] - 2016-11-16
        ~~~~~~~~~~~~~~~~~~~~
        
        Added
        _____
        
        * Added Pending Enterprise Customer User model - keeps track of user email linked to Enterprise Customer, but not
          yet used by any user.
        * Added custom "Manage Learners" admin view.
        
        Technical features
        ------------------
        
        * Added sphinx-napoleon plugin to support rendering Google Style docstrings into documentation properly (i.e.
          make it recognize function arguments, returns etc.)
        * Added translation files
        
        
        [0.2.0] - 2016-11-15
        ~~~~~~~~~~~~~~~~~~~~
        
        Added
        _____
        
        * Linked EnterpriseCustomer model to Identity Provider model
        
        
        [0.1.2] - 2016-11-04
        ~~~~~~~~~~~~~~~~~~~~
        
        Added
        _____
        
        * Linked EnterpriseCustomer model to django Site model
        
        
        [0.1.1] - 2016-11-03
        ~~~~~~~~~~~~~~~~~~~~
        
        Added
        _____
        
        * Enterprise Customer Branding Model and Django admin integration
        
        
        [0.1.0] - 2016-10-13
        ~~~~~~~~~~~~~~~~~~~~
        
        Added
        _____
        
        * First release on PyPI.
        * Models and Django admin integration
        
Keywords: Django edx
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
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.5
