Metadata-Version: 2.4
Name: bykcli
Version: 1.0.0a6
Summary: A lightweight, extensible collection of CLI utilities
Author: fcbyk <731240932@qq.com>
Author-email: fcbyk <731240932@qq.com>
License: MIT
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://cli.fcbyk.com
Project-URL: Source Code, https://github.com/fcbyk/bykcli

## Introduction

[![PyPI](https://img.shields.io/pypi/v/bykcli.svg)](https://pypi.org/project/bykcli/)
[![Rust](https://img.shields.io/badge/powered_by-Rust-orange?logo=rust)](https://www.rust-lang.org/)
[![License](https://img.shields.io/github/license/fcbyk/bykcli.svg)](https://github.com/fcbyk/bykcli/blob/main/LICENSE)

**`bykcli`** is a lightweight collection of command-line utilities 🧰

It provides simple commands for solving small everyday tasks quickly and directly.

Useful when:

* there is no existing tool available
* existing tools feel too heavy or overcomplicated
* you just want to get something done with a single command

The project uses a plugin-based architecture, where subcommands are organized as plugins and can be added or removed on demand.
