Metadata-Version: 2.4
Name: gcop-rs
Version: 0.7.3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development :: Version Control :: Git
Summary: AI-powered Git commit message generator and code reviewer (Rust version)
Keywords: git,commit,ai,code-review,cli
Home-Page: https://github.com/AptS-1547/gcop-rs
Author-email: AptS-1547 <apts-1547@esaps.net>, AptS-1738 <apts-1738@esaps.net>, uaih3k9x <uaih3k9x@gmail.com>
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/AptS-1547/gcop-rs
Project-URL: Issues, https://github.com/AptS-1547/gcop-rs/issues
Project-URL: Repository, https://github.com/AptS-1547/gcop-rs

# gcop-rs

[![PyPI](https://img.shields.io/pypi/v/gcop-rs)](https://pypi.org/project/gcop-rs/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

AI-powered Git commit message generator and code reviewer, written in Rust.

This is a Python wrapper that automatically downloads and runs the pre-compiled Rust binary.

## Installation

```bash
# Using pipx (recommended)
pipx install gcop-rs

# Using pip
pip install gcop-rs
```

## Usage

```bash
# Generate commit message
gcop-rs commit

# Code review
gcop-rs review

# Show help
gcop-rs --help
```

## Other Installation Methods

For native installation without Python:

```bash
# Homebrew (macOS/Linux)
brew tap AptS-1547/tap
brew install gcop-rs

# cargo-binstall
cargo binstall gcop-rs

# cargo install
cargo install gcop-rs
```

## Documentation

See the [main repository](https://github.com/AptS-1547/gcop-rs) for full documentation.

## License

MIT License

