Metadata-Version: 2.1
Name: cbox-tool
Version: 0.1.6
Summary: A powerful multi-repository management tool for Git projects
Home-page: https://github.com/beliefei/cbox
Author: belief
Author-email: beliefchinese@gmail.com
Project-URL: Bug Tracker, https://github.com/beliefei/cbox/issues
Project-URL: Documentation, https://github.com/beliefei/cbox/tree/main/docs
Project-URL: Source Code, https://github.com/beliefei/cbox
Keywords: git repository management tool workspace
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Programming Language :: Python :: 3
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0.0
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: gitpython>=3.1.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: isort>=5.0.0; extra == "dev"
Requires-Dist: flake8>=4.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"

# CBox

[English](docs/README_en.md) | [中文](docs/README_zh.md)

<div align="center">

![CBox Logo](docs/images/logo.png)

A powerful multi-repository management tool with GUI support.

[![PyPI version](https://badge.fury.io/py/cbox-tool.svg)](https://badge.fury.io/py/cbox-tool)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

</div>

---

**English** | [中文](docs/README_zh.md)

CBox is a powerful multi-repository management tool that helps you better organize and manage multiple Git repositories. It supports workspace management, batch operations, branch management, and other features, making multi-repository management simple and efficient.

## ✨ Features

- 🏢 **Workspace Management** - Create and manage multiple workspaces
- 📦 **Repository Operations** - Clone, import, and manage multiple repositories
- 🌲 **Branch Management** - Create, switch, and manage branches across repositories
- 🖥️ **GUI Interface** - Cross-platform graphical interface for easy management

## 🚀 Quick Start

```bash
# Install
pip install cbox-tool

# Create workspace
cbox add_workspace dev ~/projects/dev

# Clone repository
cbox clone dev https://github.com/user/repo.git

# Or start GUI
cbox-gui
```

For more details, see the [English documentation](docs/README_en.md).

---

[English](docs/README_en.md) | **中文**

CBox 是一个强大的多仓库管理工具，帮助您更好地组织和管理多个 Git 仓库。它支持工作空间管理、批量操作、分支管理等功能，让多仓库管理变得简单高效。

## ✨ 特性

- 🏢 **工作空间管理** - 创建和管理多个工作空间
- 📦 **仓库操作** - 克隆、导入和管理多个仓库
- 🌲 **分支管理** - 跨仓库创建、切换和管理分支
- 🖥️ **图形界面** - 跨平台图形界面，轻松管理

## 🚀 快速开始

```bash
# 安装
pip install cbox-tool

# 创建工作空间
cbox add_workspace dev ~/projects/dev

# 克隆仓库
cbox clone dev https://github.com/user/repo.git

# 或启动图形界面
cbox-gui
```

更多详情，请查看[中文文档](docs/README_zh.md)。
