Metadata-Version: 2.4
Name: bykcli
Version: 1.0.0a2
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
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

## Introduction

[![PyPI](https://img.shields.io/pypi/v/bykcli.svg)](https://pypi.org/project/bykcli/)
[![Python](https://img.shields.io/badge/python-%E2%89%A53.10-blue?logo=python&logoColor=white)](https://www.python.org/downloads/)
[![Tests](https://github.com/fcbyk/bykcli/actions/workflows/test.yml/badge.svg)](https://github.com/fcbyk/bykcli/actions/workflows/test.yml)
[![Coverage](https://codecov.io/gh/fcbyk/bykcli/branch/main/graph/badge.svg)](https://codecov.io/gh/fcbyk/bykcli)
[![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.
