Metadata-Version: 1.0
Name: core-linked-records-app
Version: 1.0.0a2
Summary: Linked records for the core project
Home-page: https://github.com/usnistgov/core_linked_records_app
Author: NIST IT Lab
Author-email: itl_inquiries@nist.gov
License: UNKNOWN
Description: core_linked_records_app
        =======================
        
        Linked records for the core project.
        
        Quick start
        ===========
        
        1. Add "core_linked_records_app" to your INSTALLED_APPS setting
        ---------------------------------------------------------------
        
        .. code:: python
        
            INSTALLED_APPS = [
              ...
              'core_linked_records_app',
            ]
        
        
Platform: UNKNOWN
