Metadata-Version: 2.1
Name: grvlms-notes
Version: 0.1.0
Summary: Notes plugin for Grvlms
Home-page: https://github.com/groovetch/grvlms-notes
Author: GrooveTechnology
License: AGPLv3
Project-URL: Code, https://github.com/groovetch/grvlms-notes
Project-URL: Issue tracker, https://github.com/groovetch/grvlms-notes/issues
Description: Notes plugin for `Grvlms <https://docs.grvlms.overhang.io>`__
        ===================================================================================
        
        Installation
        ------------
        
        ::
        
            pip install git+https://github.com/groovetch/grvlms-notes
        
        Usage
        -----
        
        ::
        
            grvlms plugins enable notes
            grvlms notes config -i (variable configuration option)
            grvlms local start
        
        Configuration
        -------------
        
        - ``NOTES_MYSQL_PASSWORD`` (default: ``"{{ 8|random_string }}"``)
        - ``NOTES_SECRET_KEY`` (default: ``"{{ 24|random_string }}"``)
        - ``OAUTH2_KEY`` (default: ``"{{ 8|random_string }}"``)
        - ``NOTES_OAUTH2_SECRET`` (default: ``"{{ 24|random_string }}"``)
        - ``NOTES_DOCKER_IMAGE`` (default: ``"groovetech/openedx-notes:{{ NOTES_VERSION }}"``)
        - ``NOTES_HOST`` (default: ``"notes.{{ WILDCARD_DOMAIN }}"``)
        - ``NOTES_MYSQL_DATABASE`` (default: ``"notes"``)
        - ``NOTES_MYSQL_USERNAME`` (default: ``"notes"``)
            
        
        License
        -------
        
        This software is licensed under the terms of the AGPLv3.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
