ai-cr 0.4.6__py3-none-any.whl → 0.4.7__py3-none-any.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.
- {ai_cr-0.4.6.dist-info → ai_cr-0.4.7.dist-info}/METADATA +9 -9
- {ai_cr-0.4.6.dist-info → ai_cr-0.4.7.dist-info}/RECORD +5 -5
- {ai_cr-0.4.6.dist-info → ai_cr-0.4.7.dist-info}/LICENSE +0 -0
- {ai_cr-0.4.6.dist-info → ai_cr-0.4.7.dist-info}/WHEEL +0 -0
- {ai_cr-0.4.6.dist-info → ai_cr-0.4.7.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: ai-cr
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.7
|
4
4
|
Summary: LLM-agnostic GitHub AI Code Review Tool with integration to GitHub actions
|
5
5
|
License: MIT
|
6
6
|
Keywords: static code analysis,code review,code quality,ai,coding,assistant,llm,github,automation,devops,developer tools,github actions,workflows,git
|
@@ -15,13 +15,13 @@ Classifier: Programming Language :: Python :: 3.11
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
16
16
|
Classifier: Programming Language :: Python :: 3.13
|
17
17
|
Classifier: Topic :: Software Development
|
18
|
-
Requires-Dist: GitPython (
|
19
|
-
Requires-Dist: ai-microcore (
|
20
|
-
Requires-Dist: anthropic (
|
21
|
-
Requires-Dist: async-typer (
|
22
|
-
Requires-Dist: google-generativeai (
|
23
|
-
Requires-Dist: typer (
|
24
|
-
Requires-Dist: unidiff (
|
18
|
+
Requires-Dist: GitPython (==3.1.44)
|
19
|
+
Requires-Dist: ai-microcore (==4.0.0.dev16)
|
20
|
+
Requires-Dist: anthropic (==0.49.0)
|
21
|
+
Requires-Dist: async-typer (==0.1.8)
|
22
|
+
Requires-Dist: google-generativeai (==0.8.5)
|
23
|
+
Requires-Dist: typer (==0.9.4)
|
24
|
+
Requires-Dist: unidiff (==0.7.5)
|
25
25
|
Project-URL: Homepage, https://github.com/Nayjest/github-ai-code-review
|
26
26
|
Project-URL: Repository, https://github.com/Nayjest/github-ai-code-review
|
27
27
|
Description-Content-Type: text/markdown
|
@@ -48,7 +48,7 @@ An AI-powered GitHub code review tool that uses LLMs to detect high-confidence,
|
|
48
48
|
- Extremely fast, parallel LLM usage
|
49
49
|
- Model-agnostic (OpenAI, Anthropic, Google, local PyTorch inference, etc.)
|
50
50
|
|
51
|
-
See code review in action: [example](https://github.com/Nayjest/
|
51
|
+
See code review in action: [example](https://github.com/Nayjest/ai-code-review/pull/39#issuecomment-2906968729)
|
52
52
|
|
53
53
|
## 🚀 Quickstart
|
54
54
|
|
@@ -7,8 +7,8 @@ ai_code_review/core.py,sha256=LhstEanCpMD0rVEYja0EQ4GuwB47RXGJJNOTkD6WqYk,3888
|
|
7
7
|
ai_code_review/project_config.py,sha256=RDbplmncALKw0zgqSG8POofi300z0DPvtF33wt7_1Sk,3651
|
8
8
|
ai_code_review/report_struct.py,sha256=N-EnNMwBY9LyJ9sdFHpUzn2fwBvxo5TZYYiJagBl8Po,3488
|
9
9
|
ai_code_review/utils.py,sha256=DLzX9kILl5ABAsuwqFJk_3kItjgzzeTUrgZ3RMnDgAY,1713
|
10
|
-
ai_cr-0.4.
|
11
|
-
ai_cr-0.4.
|
12
|
-
ai_cr-0.4.
|
13
|
-
ai_cr-0.4.
|
14
|
-
ai_cr-0.4.
|
10
|
+
ai_cr-0.4.7.dist-info/entry_points.txt,sha256=fQYGUz6CVCClhei9kNCTtJUX6ia-dTca6p1sZ9pnst8,48
|
11
|
+
ai_cr-0.4.7.dist-info/LICENSE,sha256=XATf3zv-CppUSJqI18KLhwnPEomUXEl5WbBzFyb9OSU,1096
|
12
|
+
ai_cr-0.4.7.dist-info/METADATA,sha256=QCXyksLtb1v8Jl8K5DE3p3nU6Nh-IEZv9XhI4G5vCf0,5530
|
13
|
+
ai_cr-0.4.7.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
14
|
+
ai_cr-0.4.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|