Metadata-Version: 2.1
Name: inquirer-rhy
Version: 0.1.3
Summary: inquirer in modern python3
License: MIT
Author: Rhythmicc
Author-email: rhythmlian.cn@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: Pygments (>=2.2.0)
Requires-Dist: prompt-toolkit (>=3.0,<3.1.0)
Description-Content-Type: text/markdown

<h1 style="text-align: center"> inquirer-rhy </h1>

## Note

This project forked from [PyInquirer](https://github.com/CITGuru/PyInquirer)

## Install

```shell
pip3 install inquirer-rhy
```


