diffdigest

View on PyPIReverse Dependencies (0)

0.1.0 diffdigest-0.1.0-py3-none-any.whl

Wheel Details

Project: diffdigest
Version: 0.1.0
Filename: diffdigest-0.1.0-py3-none-any.whl
Download: [link]
Size: 5594
MD5: 1fbf34920691508f92db82ce76bff6dd
SHA256: 14f21237c12365917fcbf7b796c38c065f1b92fa305463f420b5c9335226c09d
Uploaded: 2023-08-24 15:47:20 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: diffdigest
Version: 0.1.0
Summary: Generate commit messages from git diffs of any size using LLMs to cluster and summarize
Author: Max Johnson
Author-Email: maxdjohnson[at]gmail.com
License: MIT
Keywords: git,commit,summarize,llm,gpt-3,gpt-3.5,embedding,clustering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9,<4.0
Requires-Dist: GitPython (<4.0.0,>=3.1.32)
Requires-Dist: k-means-constrained (<0.8.0,>=0.7.3)
Requires-Dist: numpy (<2.0.0,>=1.25.2)
Requires-Dist: openai (<0.28.0,>=0.27.9)
Requires-Dist: python-dotenv (<2.0.0,>=1.0.0)
Requires-Dist: tiktoken (<0.5.0,>=0.4.0)
Requires-Dist: unidiff (<0.8.0,>=0.7.5)
Description-Content-Type: text/markdown
[Description omitted; length: 103 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.7
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
diffdigest/__init__.py sha256=kUR5RAFc7HCeiqdlX36dZOHkUI5wI6V_43RpEcD8b-0 22
diffdigest/cli.py sha256=CGF6HZFGXq_C-AfWHdVKAepJfNh0MzVvVbU4BfUiMfA 12130
diffdigest-0.1.0.dist-info/entry_points.txt sha256=FOqXDRWn-VJAqHjPXEStiwyyuoA1j1qPa5xkDjtT2qk 50
diffdigest-0.1.0.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
diffdigest-0.1.0.dist-info/METADATA sha256=G5VbtFvhfs-HpjDZPLcMRdUTbftrc_gvFXPBIAh38k4 964
diffdigest-0.1.0.dist-info/RECORD

entry_points.txt

diffdigest = diffdigest.cli:main