Metadata-Version: 2.4
Name: vibesearch
Version: 0.1.0
Summary: A fun, vibe-based search algorithm.
Author-email: Supan Roy <supanbeingroy@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# vibesearch

A fun, vibe-based searching algorithm — totally not serious!

## Installation
pip install vibesearch

## Usage
```python
from vibesearch import vibesearch

print(vibesearch([3, 1, 4, 1, 5], 4))
```
## Notes
This project is just for fun and not meant for real-world use.

