Metadata-Version: 2.1
Name: grvlms-discovery
Version: 1.0.8
Summary: Discovery plugin for Grvlms
Home-page: https://docs.grvlms.groove.education
Author: GrooveTechnology
Author-email: thuan.ha@groovetechnology.com
License: AGPLv3
Project-URL: Documentation, https://docs.grvlms.overhang.io/
Project-URL: Code, https://github.com/groovetch/grvlms-discovery
Project-URL: Issue tracker, https://github.com/groovetch/grvlms-discovery/issues
Project-URL: Community, https://groove.education
Description: Discovery plugin for `Grvlms <https://docs.grvlms.groove.education>`__
        ===================================================================================
        
        Installation
        ------------
        
        ::
        
            pip install git+https://github.com/groovetch/grvlms-discovery
        
        Usage
        -----
        
        ::
        
            grvlms plugins enable discovery
            grvlms discovery config -i (Interative Mode)
            grvlms config save
            grvlms local quickstart
            
        Configuration
        -------------
        
        - ``DISCOVERY_INDEX_NAME`` (default: ``"catalog"``)
        - ``DISCOVERY_MYSQL_DATABASE`` (default: ``"discovery"``)
        - ``DISCOVERY_MYSQL_USERNAME`` (default: ``"discovery"``)
        - ``DISCOVERY_MYSQL_PASSWORD`` (default: ``"{{ 8|random_string }}"``)
        - ``DISCOVERY_SECRET_KEY`` (default: ``"{{ 20|random_string }}"``)
        - ``DISCOVERY_OAUTH2_KEY`` (default: ``"discovery"``)
        - ``DISCOVERY_OAUTH2_KEY_DEV`` (default: ``"discovery-dev"``)
        - ``DISCOVERY_OAUTH2_SECRET`` (default: ``"{{ 8|random_string }}"``)
        
        Release Note 1.0.8
        ------------------
        
        - hotfix/EDT-339-fixing-template
        
        Release Note 1.0.7
        ------------------
        
        - EDT-339-fixing-template
        
        License
        -------
        
        This software is licensed under the terms of the AGPLv3.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
