diffron 0.1.5__tar.gz → 0.1.6__tar.gz
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.
- {diffron-0.1.5/diffron.egg-info → diffron-0.1.6}/PKG-INFO +2 -2
- {diffron-0.1.5 → diffron-0.1.6}/README.md +1 -1
- {diffron-0.1.5 → diffron-0.1.6/diffron.egg-info}/PKG-INFO +2 -2
- {diffron-0.1.5 → diffron-0.1.6}/pyproject.toml +1 -1
- {diffron-0.1.5 → diffron-0.1.6}/CHANGELOG.md +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/LICENSE +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/MANIFEST.in +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/__init__.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/__init__.pyi +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/__main__.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/cli.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/cli.pyi +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/client.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/client.pyi +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/commit_gen.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/commit_gen.pyi +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/git_hooks.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/git_hooks.pyi +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/hooks/aipr.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/hooks/prepare-commit-msg +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/hooks/prepare-commit-msg-global.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/hooks/prepare-commit-msg.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/lemonade.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/lemonade.pyi +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/models.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/models.pyi +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/pr_gen.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/pr_gen.pyi +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/py.typed +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/utils.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron/utils.pyi +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron.egg-info/SOURCES.txt +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron.egg-info/dependency_links.txt +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron.egg-info/entry_points.txt +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron.egg-info/requires.txt +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/diffron.egg-info/top_level.txt +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/docs/HOOKS.md +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/docs/SETUP.md +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/docs/USAGE.md +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/hooks/aipr.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/hooks/prepare-commit-msg-global.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/hooks/prepare-commit-msg.py +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/requirements.txt +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/setup.cfg +0 -0
- {diffron-0.1.5 → diffron-0.1.6}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: diffron
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: Git commit message and PR description generator using Lemonade
|
|
5
5
|
Home-page: https://github.com/diffron/diffron
|
|
6
6
|
Author: Diffron Contributors
|
|
@@ -47,7 +47,7 @@ Git commit message and PR description generator using AMD Lemonade via lemonade-
|
|
|
47
47
|
|
|
48
48
|
**Diffron is a production-ready reference implementation of the lemonade-python-sdk — submitted to the AMD Lemonade Developer Challenge 2026.**
|
|
49
49
|
|
|
50
|
-

|
|
51
51
|

|
|
52
52
|

|
|
53
53
|

|
|
@@ -4,7 +4,7 @@ Git commit message and PR description generator using AMD Lemonade via lemonade-
|
|
|
4
4
|
|
|
5
5
|
**Diffron is a production-ready reference implementation of the lemonade-python-sdk — submitted to the AMD Lemonade Developer Challenge 2026.**
|
|
6
6
|
|
|
7
|
-

|
|
8
8
|

|
|
9
9
|

|
|
10
10
|

|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: diffron
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: Git commit message and PR description generator using Lemonade
|
|
5
5
|
Home-page: https://github.com/diffron/diffron
|
|
6
6
|
Author: Diffron Contributors
|
|
@@ -47,7 +47,7 @@ Git commit message and PR description generator using AMD Lemonade via lemonade-
|
|
|
47
47
|
|
|
48
48
|
**Diffron is a production-ready reference implementation of the lemonade-python-sdk — submitted to the AMD Lemonade Developer Challenge 2026.**
|
|
49
49
|
|
|
50
|
-

|
|
51
51
|

|
|
52
52
|

|
|
53
53
|

|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|