gcop-rs 0.6.1__py3-none-macosx_10_12_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: gcop-rs
|
|
3
|
+
Version: 0.6.1
|
|
4
|
+
Classifier: Development Status :: 4 - Beta
|
|
5
|
+
Classifier: Environment :: Console
|
|
6
|
+
Classifier: Intended Audience :: Developers
|
|
7
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
8
|
+
Classifier: Operating System :: OS Independent
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Programming Language :: Rust
|
|
11
|
+
Classifier: Topic :: Software Development :: Version Control :: Git
|
|
12
|
+
Summary: AI-powered Git commit message generator and code reviewer (Rust version)
|
|
13
|
+
Keywords: git,commit,ai,code-review,cli
|
|
14
|
+
Home-Page: https://github.com/AptS-1547/gcop-rs
|
|
15
|
+
Author-email: AptS-1547 <apts-1547@esaps.net>, AptS-1738 <apts-1738@esaps.net>, uaih3k9x <uaih3k9x@gmail.com>
|
|
16
|
+
License-Expression: MIT
|
|
17
|
+
Requires-Python: >=3.8
|
|
18
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
19
|
+
Project-URL: Homepage, https://github.com/AptS-1547/gcop-rs
|
|
20
|
+
Project-URL: Issues, https://github.com/AptS-1547/gcop-rs/issues
|
|
21
|
+
Project-URL: Repository, https://github.com/AptS-1547/gcop-rs
|
|
22
|
+
|
|
23
|
+
# gcop-rs
|
|
24
|
+
|
|
25
|
+
[](https://pypi.org/project/gcop-rs/)
|
|
26
|
+
[](https://opensource.org/licenses/MIT)
|
|
27
|
+
|
|
28
|
+
AI-powered Git commit message generator and code reviewer, written in Rust.
|
|
29
|
+
|
|
30
|
+
This is a Python wrapper that automatically downloads and runs the pre-compiled Rust binary.
|
|
31
|
+
|
|
32
|
+
## Installation
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
# Using pipx (recommended)
|
|
36
|
+
pipx install gcop-rs
|
|
37
|
+
|
|
38
|
+
# Using pip
|
|
39
|
+
pip install gcop-rs
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
# Generate commit message
|
|
46
|
+
gcop-rs commit
|
|
47
|
+
|
|
48
|
+
# Code review
|
|
49
|
+
gcop-rs review
|
|
50
|
+
|
|
51
|
+
# Show help
|
|
52
|
+
gcop-rs --help
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
## Other Installation Methods
|
|
56
|
+
|
|
57
|
+
For native installation without Python:
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
# Homebrew (macOS/Linux)
|
|
61
|
+
brew tap AptS-1547/tap
|
|
62
|
+
brew install gcop-rs
|
|
63
|
+
|
|
64
|
+
# cargo-binstall
|
|
65
|
+
cargo binstall gcop-rs
|
|
66
|
+
|
|
67
|
+
# cargo install
|
|
68
|
+
cargo install gcop-rs
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
## Documentation
|
|
72
|
+
|
|
73
|
+
See the [main repository](https://github.com/AptS-1547/gcop-rs) for full documentation.
|
|
74
|
+
|
|
75
|
+
## License
|
|
76
|
+
|
|
77
|
+
MIT License
|
|
78
|
+
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
gcop_rs-0.6.1.data/scripts/gcop-rs,sha256=HRDNXu4HcgIGKQKWEzeQ91LH1EFNVWS0VWOAY8vBWas,4672456
|
|
2
|
+
gcop_rs-0.6.1.dist-info/METADATA,sha256=AyBGHnWoCMtGpfLK8NBT09lvZZzElQuHTD24z8gUgRU,1985
|
|
3
|
+
gcop_rs-0.6.1.dist-info/WHEEL,sha256=hBMCsbdYOJiCVANVShENj_j0cXeVAzGqy_uL5atBAIs,104
|
|
4
|
+
gcop_rs-0.6.1.dist-info/RECORD,,
|