Metadata-Version: 2.1
Name: rac_es
Version: 0.3
Summary: Helpers for Rockefeller Archive Center's Elasticsearch implementation.
Home-page: http://github.com/RockefellerArchiveCenter/rac_es
Author: Rockefeller Archive Center
Author-email: archive@rockarch.org
License: MIT
Description: # rac_es
        
        Helpers for Elasticsearch, including Analyzers and Documents.
        
        ## Setup
        
        Make sure this library is installed:
        
            $ pip install git+git://github.com/RockefellerArchiveCenter/rac_es.git
        
        
        ## Usage
        
        You can then use `rac_es` in your python scripts by importing it:
        
            import rac_es
        
        
        ## License
        
        This code is released under an [MIT License](LICENSE).
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
