Metadata-Version: 2.1
Name: gitruck-flet-search-bar
Version: 0.0.1
Summary: 基于Flet的搜索组件
Home-page: https://github.com/Gitruck/flet-search-bar
Author: Colsrch
Author-email: Colsrch <colsrch@foxmail.com>
License: Apache-2.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">

# Flet Search Bar

A search bar for Flet

[![Release](https://img.shields.io/github/v/release/GitRuck/flet-search-bar)](https://github.com/GitRuck/flet-search-bar/releases/latest)
[![Python](https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12-blue)](https://docs.python.org/zh-cn/3.9/)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Gitruck/flet-search-bar/master.svg?badge_token=TuVMXalZRFqnylcYfLSwFg)](https://results.pre-commit.ci/latest/github/Gitruck/flet-search-bar/master?badge_token=TuVMXalZRFqnylcYfLSwFg)
[![License](https://img.shields.io/badge/license-GPL--v2-green)](https://www.gnu.org/licenses/agpl-3.0.html)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)

</div>

## Import

```python
from gitruck.flet_search_bar import DropDownSearchBar
```
