Metadata-Version: 2.1
Name: wronnay_search_lib
Version: 1.0.2
Summary: A library of classes which can be used to build a search engine.
Home-page: https://github.com/Wronnay/search-lib
Author: Christoph Miksche
License: GPLv3
Keywords: wronnay,search,lib,crawler
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: mongoengine

# Wronnay Search Library

[![PyPI version](https://badge.fury.io/py/wronnay-search-lib.svg)](https://badge.fury.io/py/wronnay-search-lib)
[![Downloads](https://pepy.tech/badge/wronnay-search-lib)](https://pepy.tech/project/wronnay-search-lib)

A library of classes which can be used to build a search engine.

Project inspired by the simple "Wronnay Search Engine" from 2014 (which is deprecated).

## General Information

License: GNU General Public License

Author: Christoph Daniel Miksche

## Dependencies

The crawler uses BeautifulSoup for handling the html code and MongoEngine for Data-Management.

## Installation

```
pip install wronnay-search-lib
```

### Database

Please install MongoDB first:

On Debian Servers:

```
apt install mongodb
```

Next steps: create a MongoDB Database and edit the wronnay_search_lib/settings.py file.
