Metadata-Version: 2.1
Name: searcher
Version: 0.1.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT license
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
Requires-Dist: aiohttp
Requires-Dist: dataclasses
Requires-Dist: cytoolz

# 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




