Metadata-Version: 2.4
Name: bykcli
Version: 1.0.0a1
Summary: A lightweight, extensible collection of CLI utilities
Author-email: fcbyk <731240932@qq.com>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: rich>=10.0.0
Provides-Extra: dev
Requires-Dist: pytest<8.0.0,>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov<5.0.0,>=4.0.0; extra == "dev"
Requires-Dist: commitizen; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

## 简介

<p>
  <img src="https://img.shields.io/badge/python-%E2%89%A53.10-blue?logo=python&logoColor=white" />
  <img src="https://img.shields.io/github/license/fcbyk/bykcli.svg" />
  <img src="https://github.com/fcbyk/bykcli/actions/workflows/test.yml/badge.svg" />
  <img src="https://codecov.io/gh/fcbyk/bykcli/branch/main/graph/badge.svg" />
</p>

**`bykcli`** 是一个轻量的命令行工具集合 🧰

用于通过简单命令解决一些日常的小需求。

比如：
* 没有现成工具可用
* 或者工具太重、不够直接
* 想一条命令快速搞定

项目采用插件化结构，子命令以插件形式组织，支持按需插拔
