Metadata-Version: 1.0
Name: core-module-auto-key-app
Version: 1.9.0
Summary: Auto key module for the parser core project
Home-page: https://github.com/usnistgov/core_module_auto_key_app
Author: NIST IT Lab
Author-email: itl_inquiries@nist.gov
License: UNKNOWN
Description: core_module_auto_key_app
        ========================
        
        Auto Key module for the parser core project.
        
        Quick start
        ===========
        
        1. Add "core_module_auto_key_app" to your INSTALLED_APPS setting
        ----------------------------------------------------------------
        
        .. code:: python
        
            INSTALLED_APPS = [
              ...
              'core_module_auto_key_app',
            ]
        
            PARSER_AUTO_KEY_KEYREF = True
        
Platform: UNKNOWN
