Metadata-Version: 1.1
Name: searcher
Version: 0.1.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT license
Description: # Overview
        
        
        ```python
        
        ```
        
        The goals of this library are:
        
        * Easy-to-use API for interacting with various Search backends.
        * Not coupled to any specific Search engine (Solr support initially).
        * Not coupled to any web framework (i.e. Django Haystack)
        * Performance improvements with AsyncIO support via aiohttp library.
        * Developed with modern Python, leveraging dataclasses and f-strings
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
