Metadata-Version: 2.1
Name: rac-es
Version: 0.4
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
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: datetime
Requires-Dist: elasticsearch-dsl
Requires-Dist: shortuuid

# 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).


