Metadata-Version: 2.1
Name: graiax-cli
Version: 0.10.0
Summary: Command line tool for Graia Framework.
Home-page: https://github.com/GraiaCommunity/CLI
License: MIT
Keywords: bot,qq,graia,graiax,cli
Author: BlueGlassBlock
Author-email: blueglassblock@outlook.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: fwatch
Provides-Extra: watchgod
Requires-Dist: click-completion (>=0.5.2,<0.6.0)
Requires-Dist: prompt-toolkit (>=3.0.26,<4.0.0)
Requires-Dist: pyfiglet (>=0.8.post1,<0.9)
Requires-Dist: tomlkit (>=0.9.2,<0.10.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Requires-Dist: watchgod (>=0.7,<0.8); extra == "fwatch" or extra == "watchgod"
Project-URL: Repository, https://github.com/GraiaCommunity/CLI
Description-Content-Type: text/markdown

<div align="center">

# Graiax-CLI

_一个简明易用的 Graia 命令行工具_


<a href="https://pypi.org/project/graiax-cli"><img alt="Python Version" src="https://img.shields.io/pypi/pyversions/graiax-cli" /></a>
<a href="https://pypi.org/project/graiax-cli"><img alt="Python Implementation" src="https://img.shields.io/pypi/implementation/graiax-cli" /></a>
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-black.svg" alt="black" /></a>
<a href="https://pycqa.github.io/isort/"><img src="https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat" alt="isort"/></a>
<a href="https://github.com/Graiax-Community/CLI/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/Graiax-Community/CLI"></a>

</div>

# 开始使用

`pipx install graiax-cli` (推荐，防止污染全局环境)

或者

`pip install graiax-cli`

## 新建项目

`graiax init` 交互式初始化一个 `Graia Framework` 项目 (Partly WIP)

## 管理插件 (WIP)

`graiax plugin new` 新建插件

`graiax plugin list` 查看插件列表

`graiax plugin add` 添加插件
