ai-review-assistant

View on PyPIReverse Dependencies (0)

0.7.0.post0 ai_review_assistant-0.7.0.post0-py3-none-any.whl

Wheel Details

Project: ai-review-assistant
Version: 0.7.0.post0
Filename: ai_review_assistant-0.7.0.post0-py3-none-any.whl
Download: [link]
Size: 10015
MD5: 8305b803b373c6f5add37b4ded04e03f
SHA256: f959170ae3d8bb752fe5804f4343c765b6b5b66776cb742fed665dd927a4a03b
Uploaded: 2024-07-27 11:59:26 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ai_review_assistant
Version: 0.7.0.post0
Summary: An AI-powered code review assistant
Author: Viktor Andriichuk
Author-Email: v.andriichuk[at]gmail.com
Home-Page: https://github.com/vandriichuk/ai_review_assistant
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Requires-Dist: anthropic (>=0.31.2)
Requires-Dist: click (>=8.1.7)
Requires-Dist: gitpython (>=3.1.43)
Requires-Dist: langchain (>=0.2.11)
Requires-Dist: langchain-core (>=0.2.23)
Requires-Dist: langchain-openai (>=0.1.17)
Requires-Dist: langchain-anthropic (>=0.1.20)
Requires-Dist: openai (>=1.37.0)
Requires-Dist: rich (>=13.0.0)
Requires-Dist: toml (>=0.10.2)
Requires-Dist: types-toml (>=0.10.8)
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: pytest (>=7.0.0); extra == "dev"
Requires-Dist: pylint (>=2.15.0); extra == "dev"
Requires-Dist: black (>=22.0.0); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 3380 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (71.1.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ai_review_assistant/__init__.py sha256=c4FLOg0rTq0KWwAusBhk-63XwoP_Rgncl1hXlSlbLDo 173
ai_review_assistant/main.py sha256=rxqkJ5hVGZ8Q-Q7ENLt3gxDdB8CfQxysifH6cazWxvc 6696
ai_review_assistant/review.py sha256=SDfOtnWBrkoh6CY9zlktOeko-5Ia7MhwM0ld3Y_jLT0 11176
ai_review_assistant/hooks/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ai_review_assistant/hooks/pre_commit.py sha256=JTy0tfBS4N2q2dp3XFkMZoSQPVPfMwQf8YIWn9M1yHk 890
ai_review_assistant-0.7.0.post0.dist-info/METADATA sha256=Feeqffm8W-F7x4fIJPTUr0exDRGnYg-ZlurMZ0qa32s 4474
ai_review_assistant-0.7.0.post0.dist-info/WHEEL sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk 91
ai_review_assistant-0.7.0.post0.dist-info/entry_points.txt sha256=szNRLgwrSgQ_EDSwCRORvyTsZDaNfh4omwqTZU8BNdM 155
ai_review_assistant-0.7.0.post0.dist-info/top_level.txt sha256=4FVQ1_nMWSo55zAlTBlTBFTAQzGIFiM5oo8dr2QVWJU 20
ai_review_assistant-0.7.0.post0.dist-info/RECORD

top_level.txt

ai_review_assistant

entry_points.txt

ai_review_assistant = ai_review_assistant.main:cli
install-ai-review-hook = ai_review_assistant.hooks.pre_commit:install_pre_commit_hook