Metadata-Version: 2.1
Name: litext
Version: 0.1
Summary: Simple search engine built on top of SQLite
Home-page: https://github.com/litements/litext
Author: Ricardo Ander-Egg Aguilar
Author-email: rsubacc@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: sqlite-spellfix
Requires-Dist: sqlite-utils

# litext

> Lightweight and fast full-text search engine. Built on top of SQLite.

## Why?

## Installation

```
pip install litext
```

## Alternatives

## Examples

## Meta

Ricardo Ander-Egg Aguilar – [@ricardoanderegg](https://twitter.com/ricardoanderegg) –

- [ricardoanderegg.com](http://ricardoanderegg.com/)
- [github.com/polyrand](https://github.com/polyrand/)
- [linkedin.com/in/ricardoanderegg](http://linkedin.com/in/ricardoanderegg)

Distributed under the --- license. See `LICENSE` for more information.

## Contributing

The only hard rules for the project are:

- No extra dependencies allowed


