Metadata-Version: 2.1
Name: motley_cue
Version: 0.0.2.dev3
Summary: Mapper Oidc To Local idEntitY with loCal User managEment
Home-page: https://github.com/dianagudu/motley_cue
Author: Diana Gudu
Author-email: gudu@kit.edu
License: MIT
Project-URL: Bug Tracker, https://github.com/dianagudu/motley_cue/issues
Project-URL: Documentation, https://github.com/dianagudu/motley_cue/blob/main/README.md
Description: # MOTLEY_CUE
        Mapper Oidc To Local idEntitY with loCal User managEment
        
        ## Usage
        ### Installation
        
        - Install ldf_adapter: `pip install ldf_adapter-dist/ldf_adapter-0.1.2.dev1.tar.gz`
        - Build package: `./setup.py sdist`
        - Install package: `pip install dist/motley_cue-$version.tar.gz`
        
        ### Configuration
        See [mapper/config.py:reload](motley_cue/mapper/config.py) for a list of config file locations.
        
        The config file can contain both the ldf_adapter settings, as well as mapper specific settings.
        
        An example config file explaining the options can be found in [config_template.conf](config_template.conf).
        
        Example usage:
        
        ```
        export LDF_ADAPTER_CONFIG=$PWD/config_template.conf                                                          
        export MOTLEY_CUE_CONFIG=$PWD/config_template.conf 
        ```
        
        ### Running
        For quick testing, simply run with uvicorn (as user with permissions to add users):
        
        ```sh
        motley_cue_uvicorn
        ```
        
        With docker: [moteley_cue_docker](https://github.com/dianagudu/motley_cue_docker) image.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown; charset=UTF-8
