Metadata-Version: 2.4
Name: koxs_terminal_tools
Version: 0.2.10
Summary: 一个功能强大的终端工具集合
Author: koxs
Author-email: 2931205209@qq.com
Project-URL: Bug Reports, https://github.com/koxs/koxs_terminal_tools/issues
Project-URL: Source, https://github.com/koxs/koxs_terminal_tools
Project-URL: Documentation, https://github.com/koxs/koxs_terminal_tools/wiki
Keywords: terminal,tools,file operations,color output,encoding,koxs
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# koxs-terminal-tools

一个功能强大的终端工具包，集成了丰富的 ANSI 颜色输出和专业的文件编辑功能，让您的命令行开发更加高效便捷。

## ✨ 功能特点

### 🎨 颜色输出模块
- **丰富的颜色支持**: 提供 8 种基础颜色 + 6 种亮色 + 2 种样式
- **双模式设计**: 支持直接打印和返回字符串两种使用方式
- **跨平台兼容**: 自动适配 Windows、Linux、macOS 和 Termux
- **轻量无依赖**: 纯 Python 实现，无需额外安装其他库

### 📝 文件编辑模块
- **纯Python实现** - 无外部依赖
- **撤销/重做功能** - 完整的操作历史管理
- **批量操作支持** - 高效处理多个文件操作
- **大文件处理** - 智能分块处理大文件，内存友好
- **正则表达式** - 强大的文本搜索和替换功能
- **高性能设计** - 优化的文件处理算法
- **完善错误处理** - 健壮的异常处理机制

## 📦 安装

```bash
# 使用 pip 安装
pip install koxs_terminal_tools

# 或使用 pip3
pip3 install koxs_terminal_tools
