review-bot

View on PyPIReverse Dependencies (0)

0.2.0 review_bot-0.2.0-py3-none-any.whl

Wheel Details

Project: review-bot
Version: 0.2.0
Filename: review_bot-0.2.0-py3-none-any.whl
Download: [link]
Size: 20035
MD5: e17b1265c5219104b8f45a8dd16349f9
SHA256: 2447a0d3e930474888371062c6b0f2d341d26099aaa0dc852366c49865a726fb
Uploaded: 2023-11-20 08:37:08 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: review-bot
Version: 0.2.0
Summary: A Python library to automatically generate suggestions and improvements for patches in GitHub PRs by leveraging the power of OpenAI.
Author-Email: "ANSYS, Inc." <pyansys.core[at]ansys.com>
Maintainer-Email: PyAnsys developers <pyansys.core[at]ansys.com>
Project-Url: Documentation, https://review-bot.docs.pyansys.com
Project-Url: Homepage, https://github.com/ansys/review-bot
Project-Url: Source, https://github.com/ansys/review-bot
Project-Url: Tracker, https://github.com/ansys/review-bot/issues
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8,<4
Requires-Dist: importlib-metadata (<5,>=4.0); python_version <= "3.8"
Requires-Dist: requests
Requires-Dist: openai (<2,>=1)
Requires-Dist: jsonschema
Requires-Dist: gitpython
Requires-Dist: ansys_sphinx_theme (==0.12.5); extra == "doc"
Requires-Dist: numpydoc (==1.6.0); extra == "doc"
Requires-Dist: Sphinx (==7.2.6); extra == "doc"
Requires-Dist: sphinx-autoapi (==3.0.0); extra == "doc"
Requires-Dist: Sphinx-copybutton (==0.5.2); extra == "doc"
Requires-Dist: pytest (==7.4.3); extra == "tests"
Requires-Dist: pytest-cov (==4.1.0); extra == "tests"
Requires-Dist: pytest-retry (==1.5.0); extra == "tests"
Requires-Dist: requests (==2.31.0); extra == "tests"
Requires-Dist: openai (==1.3.3); extra == "tests"
Requires-Dist: jsonschema (==4.20.0); extra == "tests"
Requires-Dist: gitpython (==3.1.40); extra == "tests"
Provides-Extra: doc
Provides-Extra: tests
Description-Content-Type: text/x-rst
[Description omitted; length: 7641 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
review/bot/__init__.py sha256=69SZLy4wuqUvSJbaUHvQnbuC3VnFyBtsYi7mR85IaiY 346
review/bot/defaults.py sha256=HEwM66G8-IXzq2Q05iEBzvkBqNuzXLQ43JVhYoiTLSw 1116
review/bot/exceptions.py sha256=lm66rq13l7eAIcVXHZ9P0TdMwTzW0tEU-wuUOFcLdK8 1214
review/bot/gh_interface.py sha256=o5ykxnmuxaZOGF4w3XZWMa8vPMffWaZW7AZw1P9b0mc 3257
review/bot/git_interface.py sha256=_eusiE4c_2yfNgMdoEE7W1s9YrvJH7hMLF96P7SWUYY 3487
review/bot/misc.py sha256=pv1ZRTfj1QplA6gQ2Z-nT62Eo1npNUmMxyKQu6_Wl3g 9512
review/bot/open_ai_interface.py sha256=GccIpecguL3Qc69ZrWocqzCSmZ1pX6arm5ChI64Mm_8 19581
review/bot/cli/__init__.py sha256=X316iasMI0M1goJobxgrH6K5HNsf3iO9Bn92AbsXarg 85
review/bot/cli/cli.py sha256=ggeEYDbFMaJyfrhUzceuCBQdNtuA09EoSTC9gEys3H4 1504
review/bot/schema/__init__.py sha256=LBSua-FPxVnV5LHSNtNTdzjFLEW6JKZ3VHjmQQKUfr8 131
review/bot/schema/schema.py sha256=geAVpsS_Wjeg1hrgH4INMusPXIvjktDxsE9-Bue85b4 935
review/bot/schema/resources/schema.json sha256=9vphyWaZZykKrdX2tWs_43zJzMN9nfj3Un9d2pS2Xmo 933
review/bot/schema/resources/suggestion.json sha256=GQ0WJf9isVBQHCwRVtEL8R4rRBwMEYt4kdArmZfgLgE 662
review_bot-0.2.0.dist-info/entry_points.txt sha256=-Oh3k6WpOVFjZ0Tlya7gz_PYdsvnVwJAk2YTScmrA4o 53
review_bot-0.2.0.dist-info/LICENSE sha256=qQWivZ12ETN5l3QxvTARY-QI5eoRRlyHdwLlAj0Bg5I 1089
review_bot-0.2.0.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
review_bot-0.2.0.dist-info/METADATA sha256=NCgt7KC0zVwVVQ4IZ4PxmgSy173KhTeOMK4T959dCZI 9436
review_bot-0.2.0.dist-info/RECORD

entry_points.txt

reviewbot = review.bot.cli.cli:main