Metadata-Version: 2.1
Name: streamlit-searchbox
Version: 0.1.22
Summary: Autocomplete Searchbox
Home-page: https://github.com/m-wrzr/streamlit-searchbox
Author: m-wrzr
Requires-Python: >=3.9, !=3.9.7
Description-Content-Type: text/plain
License-File: LICENSE
Requires-Dist: streamlit >=1.0
Provides-Extra: dev
Requires-Dist: pre-commit ==4.0.1 ; extra == 'dev'
Requires-Dist: ruff ==0.7.1 ; extra == 'dev'
Requires-Dist: pyright ==1.1.377 ; extra == 'dev'
Provides-Extra: tests
Requires-Dist: wikipedia ==1.4.0 ; extra == 'tests'
Requires-Dist: pytest ==8.3.2 ; extra == 'tests'
Requires-Dist: playwright ==1.46.0 ; extra == 'tests'
Requires-Dist: pytest-playwright ==0.5.1 ; extra == 'tests'

Streamlit searchbox that dynamically updates and provides a list of suggestions based on a provided function
