Metadata-Version: 2.1
Name: pyselector
Version: 0.0.9
Summary: WIP
Author-email: haaag <git.haaag@gmail.com>
License-Expression: MIT
Keywords: cli,dmenu,fzf,menu,rofi,utility
Requires-Python: >=3.7
Provides-Extra: dev
Requires-Dist: mypy==1.0.1; extra == 'dev'
Requires-Dist: ruff==0.0.257; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs-material<9.0.0,>=8.1.4; extra == 'docs'
Requires-Dist: mkdocs<2.0.0,>=1.1.2; extra == 'docs'
Requires-Dist: mkdocstrings-python==0.8.3; extra == 'docs'
Requires-Dist: mkdocstrings==0.20; extra == 'docs'
Provides-Extra: test
Requires-Dist: black==23.1; extra == 'test'
Requires-Dist: coverage[toml]<8.0,>=6.5; extra == 'test'
Requires-Dist: mypy==1.0.1; extra == 'test'
Requires-Dist: pytest<8.0.0,>=7.1.3; extra == 'test'
Requires-Dist: ruff==0.0.257; extra == 'test'
Description-Content-Type: text/markdown

![Python](https://img.shields.io/badge/python-3670A0?style=Flat&logo=python&logoColor=ffdd54)
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
# PySelector (WIP)

## 🌟 About

`pyselector` is a Python wrapper for the `rofi` application, which provides a simple and efficient way to display a list of items for user selection.

## 📦 Installation

To install `pyselector`, you can use pip:

~~~sh
pip install pyselector
~~~
