Metadata-Version: 2.1
Name: quickstart-rhy
Version: 0.7.1
Summary: A Command Line Toolbox
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
Requires-Dist: Qpro (>=0.12.1,<0.13.0)
Requires-Dist: inquirer-rhy (>=0.1.2,<0.2.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: rich (>=13.3.4,<14.0.0)
Requires-Dist: urllib3 (>=1.26.15,<2.0.0)
Description-Content-Type: text/markdown

# QuickStart_Rhy

```shell
pip3 install quickstart-rhy                                         # stable version
pip3 install git+https://github.com/Rhythmicc/quickstart-rhy.git -U # beta version but more features
```

| Key  | Value                                              |
| :--: | -------------------------------------------------- |
| ENV  | **^Python 3.7**                                    |
| FONT | **Cascadia Code / Meslo**                          |
| DOCS | <https://rhythmlian.cn/2020/02/14/QuickStart-Rhy/> |

## Tab Complete

1. fig

   ```shell
   npx @fig/publish-spec -p complete/fig/qs-<your language>.ts --name qs
   ```

2. zsh

   ```shell
   mv _qs /path/in/$FPATH/
   ```

