Metadata-Version: 2.4
Name: faro-embedded-search
Version: 0.4.1
Summary: Deprecated: renamed to askfaro-embedded-search. This is a compatibility shim that re-exports it.
Project-URL: Homepage, https://github.com/poolside-ventures/askfaro-embedded-search
Author: Faro
License: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.11
Requires-Dist: askfaro-embedded-search>=0.5.0
Description-Content-Type: text/markdown

# faro-embedded-search (deprecated)

This package was renamed to
[**askfaro-embedded-search**](https://pypi.org/project/askfaro-embedded-search/).

```sh
pip install askfaro-embedded-search
```

```python
import askfaro_embedded_search  # was: faro_embedded_search
```

The `faro-embedded-search` name now ships only this compatibility shim: it
depends on `askfaro-embedded-search`, re-exports it, and warns on import. It will
not receive further updates.
