Metadata-Version: 2.1
Name: winzig
Version: 0.1.0
Summary: A tiny search engine.
License: MIT
Author: dnlzrgz
Author-email: 24715931+dnlzrgz@users.noreply.github.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: feedparser (>=6.0.11,<7.0.0)
Requires-Dist: httpx (>=0.27.0,<0.28.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: selectolax (>=0.3.20,<0.4.0)
Requires-Dist: sqlmodel (>=0.0.16,<0.0.17)
Description-Content-Type: text/markdown

<div align="center">

# winzig

  This is a project heavily inspired by the [microsearch](https://github.com/alexmolas/microsearch) project and this [article](https://www.alexmolas.com/2024/02/05/a-search-engine-in-80-lines.html) about it.
</div>



## Motivation
`winzig` is a tiny search engine made with Python and heavily inspired and based on [microsearch](https://github.com/alexmolas/microsearch).

