pdd-cli 0.0.50__py3-none-any.whl → 0.0.51__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.

Potentially problematic release.


This version of pdd-cli might be problematic. Click here for more details.

pdd/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """PDD - Prompt Driven Development"""
2
2
 
3
- __version__ = "0.0.50"
3
+ __version__ = "0.0.51"
4
4
 
5
5
  # Strength parameter used for LLM extraction across the codebase
6
6
  # Used in postprocessing, XML tagging, code generation, and other extraction
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pdd-cli
3
- Version: 0.0.50
3
+ Version: 0.0.51
4
4
  Summary: PDD (Prompt-Driven Development) Command Line Interface
5
5
  Author: Greg Tanaka
6
6
  Author-email: glt@alumni.caltech.edu
@@ -38,6 +38,7 @@ Requires-Dist: setuptools
38
38
  Requires-Dist: pytest
39
39
  Requires-Dist: boto3==1.35.99
40
40
  Requires-Dist: python-Levenshtein
41
+ Requires-Dist: google-cloud-aiplatform>=1.3
41
42
  Requires-Dist: openai>=1.99.5
42
43
  Provides-Extra: dev
43
44
  Requires-Dist: commitizen; extra == "dev"
@@ -49,7 +50,7 @@ Requires-Dist: build; extra == "dev"
49
50
  Requires-Dist: twine; extra == "dev"
50
51
  Dynamic: license-file
51
52
 
52
- .. image:: https://img.shields.io/badge/pdd--cli-v0.0.50-blue
53
+ .. image:: https://img.shields.io/badge/pdd--cli-v0.0.51-blue
53
54
  :alt: PDD-CLI Version
54
55
 
55
56
  .. image:: https://img.shields.io/badge/Discord-join%20chat-7289DA.svg?logo=discord&logoColor=white&link=https://discord.gg/Yp4RTh8bG7
@@ -126,7 +127,7 @@ After installation, verify:
126
127
 
127
128
  pdd --version
128
129
 
129
- You'll see the current PDD version (e.g., 0.0.50).
130
+ You'll see the current PDD version (e.g., 0.0.51).
130
131
 
131
132
  Getting Started with Examples
132
133
  -----------------------------
@@ -1,4 +1,4 @@
1
- pdd/__init__.py,sha256=Vj9S3YnyFAZcX0oX08rWkL9-AzSWHoSvgNtZt_3r1Eg,633
1
+ pdd/__init__.py,sha256=MbJzIjlhdtO1R9AMCSo6_61Hl9CPwNhLcGToxzAsw2I,633
2
2
  pdd/auto_deps_main.py,sha256=iV2khcgSejiXjh5hiQqeu_BJQOLfTKXhMx14j6vRlf8,3916
3
3
  pdd/auto_include.py,sha256=OJcdcwTwJNqHPHKG9P4m9Ij-PiLex0EbuwJP0uiQi_Y,7484
4
4
  pdd/auto_update.py,sha256=w6jzTnMiYRNpwQHQxWNiIAwQ0d6xh1iOB3xgDsabWtc,5236
@@ -108,9 +108,9 @@ pdd/prompts/trim_results_start_LLM.prompt,sha256=OKz8fAf1cYWKWgslFOHEkUpfaUDARh3
108
108
  pdd/prompts/unfinished_prompt_LLM.prompt,sha256=vud_G9PlVv9Ig64uBC-hPEVFRk5lwpc8pW6tOIxJM4I,5082
109
109
  pdd/prompts/update_prompt_LLM.prompt,sha256=prIc8uLp2jqnLTHt6JvWDZGanPZipivhhYeXe0lVaYw,1328
110
110
  pdd/prompts/xml_convertor_LLM.prompt,sha256=YGRGXJeg6EhM9690f-SKqQrKqSJjLFD51UrPOlO0Frg,2786
111
- pdd_cli-0.0.50.dist-info/licenses/LICENSE,sha256=-1bjYH-CEjGEQ8VixtnRYuu37kN6F9NxmZSDkBuUQ9o,1062
112
- pdd_cli-0.0.50.dist-info/METADATA,sha256=b67-C8lzOQOIBK06BkdwFpPpHcSqSKFJmoHpoHB48Go,12520
113
- pdd_cli-0.0.50.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
114
- pdd_cli-0.0.50.dist-info/entry_points.txt,sha256=Kr8HtNVb8uHZtQJNH4DnF8j7WNgWQbb7_Pw5hECSR-I,36
115
- pdd_cli-0.0.50.dist-info/top_level.txt,sha256=xjnhIACeMcMeDfVNREgQZl4EbTni2T11QkL5r7E-sbE,4
116
- pdd_cli-0.0.50.dist-info/RECORD,,
111
+ pdd_cli-0.0.51.dist-info/licenses/LICENSE,sha256=-1bjYH-CEjGEQ8VixtnRYuu37kN6F9NxmZSDkBuUQ9o,1062
112
+ pdd_cli-0.0.51.dist-info/METADATA,sha256=PnQcK21Qy9xV7OPVWYtl_2blHKHpANR8ET5-lG4HNHE,12564
113
+ pdd_cli-0.0.51.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
114
+ pdd_cli-0.0.51.dist-info/entry_points.txt,sha256=Kr8HtNVb8uHZtQJNH4DnF8j7WNgWQbb7_Pw5hECSR-I,36
115
+ pdd_cli-0.0.51.dist-info/top_level.txt,sha256=xjnhIACeMcMeDfVNREgQZl4EbTni2T11QkL5r7E-sbE,4
116
+ pdd_cli-0.0.51.dist-info/RECORD,,