Metadata-Version: 2.4
Name: king-tool
Version: 0.1.1
Summary: A collection of useful tools for data processing and more.
Author-email: Zhangheng <1093869292@qq.com>
License: MIT
Project-URL: Homepage, https://gitee.com/zh19990906/king-tool
Project-URL: Repository, https://gitee.com/zh19990906/king-tool
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: openpyxl

# king-tool

A handy Python package containing utility functions for data processing, Excel handling, etc.

## Installation

```bash
pip install king-tool
