Metadata-Version: 2.2
Name: codet
Version: 0.4.0
Summary: A cross-platform command-line tool for file processing and Git repository analysis with support for commit history tracking, code hotspot detection, and customizable filtering options
Home-page: https://github.com/clemente0731/codet
Author: clemente0620
Author-email: clemente0620@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorlog>=6.0.0
Requires-Dist: gitpython>=3.1.0
Requires-Dist: typing>=3.7.4
Requires-Dist: prettytable>=3.12.0
Requires-Dist: tqdm>=4.60.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0.0; extra == "dev"
Requires-Dist: black>=21.5b2; extra == "dev"
Requires-Dist: isort>=5.9.1; extra == "dev"
Requires-Dist: flake8>=3.9.2; extra == "dev"
Requires-Dist: twine>=3.4.1; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Codet

一个跨平台的命令行文件处理工具。

## 安装

```bash
pip install codet
```

## 使用方法

```bash
# 显示帮助信息
codet --help

# 使用示例
codet [命令] [参数]
```

## 功能

- 文件处理功能
- 跨平台支持
- 简单易用的命令行界面

## 开发

```bash
# 克隆仓库
git clone https://github.com/yourusername/codet.git
cd codet

# 安装开发依赖
pip install -e ".[dev]"
```

## 许可证

MIT
