Metadata-Version: 2.1
Name: cbox-tool
Version: 0.1.9
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: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Utilities
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
Requires-Dist: PySide6>=6.6.0


    # CBox
    
    [English](docs/README_en.md) | [中文](docs/README_zh.md)
    
    <div align="center">
    
    ![CBox Logo](icon.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
    - Multi-repository management
    - Workspace organization
    - Batch operations for Git commands
    - Branch management and switching
    - User-friendly GUI
    
    ## Installation
    You can install CBox using pip:
    
    ```bash
    pip install cbox-tool
    ```
    
    ## Usage
    After installation, you can run CBox using the following command:
    
    ```bash
    cbox-gui
    ```
    
    ## Contributing
    Contributions are welcome! Please feel free to submit a pull request or open an issue.
    
    ## License
    This project is licensed under the MIT License.
    
