Metadata-Version: 2.1
Name: opendiamond
Version: 10.0.0
Summary: OpenDiamond Platform for Interactive Search
Home-page: http://diamond.cs.cmu.edu/
Author: Carnegie Mellon University
Author-email: diamond@cs.cmu.edu
License: Eclipse Public License, Version 1.0
Description: Interactive search of non-indexed data <http://diamond.cs.cmu.edu/>
        
        Installing the opendiamond backend (not including C libfilter and scope cookie hook) is now purely Pythonic.
        
        ```bash
        conda env create -n <VIRTUAL_ENV_NAME> -f environment.yml
        conda activate <VIRTUAL_ENV_NAME>
        python setup.py install
        # start the backend
        diamondd
        ```
        
        The virtual env's Python interpreter path is "baked in" in the entry points. So one can also run directly without `conda activate`:
        ```bash
        /path_to_virtual_env/bin/diamondd
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Provides-Extra: BLASTER
Provides-Extra: DATARETRIEVER
Provides-Extra: DIAMONDD
Provides-Extra: SCOPESERVER
