pdd-cli 0.0.3__py3-none-any.whl → 0.0.5__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/cli.py +1 -1
- pdd/pdd_completion.sh +1 -1
- {pdd_cli-0.0.3.dist-info → pdd_cli-0.0.5.dist-info}/METADATA +7 -9
- {pdd_cli-0.0.3.dist-info → pdd_cli-0.0.5.dist-info}/RECORD +8 -8
- {pdd_cli-0.0.3.dist-info → pdd_cli-0.0.5.dist-info}/WHEEL +1 -1
- {pdd_cli-0.0.3.dist-info → pdd_cli-0.0.5.dist-info}/LICENSE +0 -0
- {pdd_cli-0.0.3.dist-info → pdd_cli-0.0.5.dist-info}/entry_points.txt +0 -0
- {pdd_cli-0.0.3.dist-info → pdd_cli-0.0.5.dist-info}/top_level.txt +0 -0
pdd/cli.py
CHANGED
|
@@ -67,7 +67,7 @@ console = Console()
|
|
|
67
67
|
@click.option("--output-cost", type=click.Path(), help="Enable cost tracking and output a CSV file with usage details.")
|
|
68
68
|
@click.option("--review-examples", is_flag=True,
|
|
69
69
|
help="Review and optionally exclude few-shot examples before command execution.")
|
|
70
|
-
@click.version_option(version="0.0.
|
|
70
|
+
@click.version_option(version="0.0.5")
|
|
71
71
|
@click.pass_context
|
|
72
72
|
def cli(
|
|
73
73
|
ctx,
|
pdd/pdd_completion.sh
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: pdd-cli
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.5
|
|
4
4
|
Summary: PDD (Prompt-Driven Development) Command Line Interface
|
|
5
|
-
Author
|
|
5
|
+
Author: Greg Tanaka
|
|
6
|
+
Author-email: glt@alumni.caltech.edu
|
|
6
7
|
License: MIT
|
|
7
8
|
Project-URL: Homepage, https://github.com/gltanaka/pdd
|
|
8
9
|
Project-URL: Repository, https://github.com/gltanaka/pdd.git
|
|
@@ -18,9 +19,7 @@ Requires-Python: >=3.12
|
|
|
18
19
|
Description-Content-Type: text/x-rst
|
|
19
20
|
License-File: LICENSE
|
|
20
21
|
Requires-Dist: GitPython==3.1.43
|
|
21
|
-
Requires-Dist: anthropic==0.34.2
|
|
22
22
|
Requires-Dist: click==8.1.7
|
|
23
|
-
Requires-Dist: fuzzywuzzy==0.18.0
|
|
24
23
|
Requires-Dist: langchain==0.3.1
|
|
25
24
|
Requires-Dist: langchain_anthropic==0.2.1
|
|
26
25
|
Requires-Dist: langchain_community==0.3.1
|
|
@@ -32,19 +31,18 @@ Requires-Dist: langchain_openai==0.2.1
|
|
|
32
31
|
Requires-Dist: langchain_together==0.2.0
|
|
33
32
|
Requires-Dist: pandas==2.2.3
|
|
34
33
|
Requires-Dist: pydantic==2.9.2
|
|
35
|
-
Requires-Dist: pytest==8.3.2
|
|
36
34
|
Requires-Dist: rich==13.9.1
|
|
37
35
|
Requires-Dist: tiktoken==0.7.0
|
|
38
|
-
Requires-Dist: build
|
|
39
36
|
Requires-Dist: python-Levenshtein
|
|
40
|
-
Requires-Dist: pytest-cov
|
|
41
37
|
Requires-Dist: langchain_ollama
|
|
42
38
|
Requires-Dist: langchain-google-vertexai
|
|
39
|
+
Requires-Dist: semver
|
|
40
|
+
Requires-Dist: setuptools>=43.0.0
|
|
43
41
|
|
|
44
42
|
PDD (Prompt-Driven Development) Command Line Interface
|
|
45
43
|
======================================================
|
|
46
44
|
|
|
47
|
-
.. image:: https://img.shields.io/badge/pdd--cli-v0.0.
|
|
45
|
+
.. image:: https://img.shields.io/badge/pdd--cli-v0.0.4-blue
|
|
48
46
|
:alt: PDD-CLI Version
|
|
49
47
|
|
|
50
48
|
**Unlock the power of prompt-driven development with the PDD-CLI!**
|
|
@@ -6,7 +6,7 @@ pdd/bug_main.py,sha256=myKU9--QWdkV4Wf3mD2PoLPJFNgRjwf4z8s7TC28G_s,3720
|
|
|
6
6
|
pdd/bug_to_unit_test.py,sha256=o9bW065UxjvGAn9u8UIwYbIM6R-WcGB2YWuOSXAD484,5569
|
|
7
7
|
pdd/change.py,sha256=JvHPxK9FfnuGJsEkzTpzWI4tg24OJahK0qTLDZSyNPg,4985
|
|
8
8
|
pdd/change_main.py,sha256=yL_i1Ws5vt4vAkWiC826csNi2cHP6wKbwe_PfMqbbPY,11407
|
|
9
|
-
pdd/cli.py,sha256=
|
|
9
|
+
pdd/cli.py,sha256=1PH1uymQD1bvZ2yizxTxf2lgNpZFXtGmkuJVQKPneLg,21011
|
|
10
10
|
pdd/cmd_test_main.py,sha256=aSCxRnSurg15AvPcJDAPp9xy8p_qqnjU1oV14Hi2R54,5301
|
|
11
11
|
pdd/code_generator.py,sha256=drfDqaRJcHumuOYuObQ0Fp__qV1mD46_7Dn1QiChSHs,4244
|
|
12
12
|
pdd/code_generator_main.py,sha256=MZ1ONZb4Nxg_9Yljj-ash_GAuV18CVa_qfPHfnh6sN0,2338
|
|
@@ -37,7 +37,7 @@ pdd/insert_includes.py,sha256=bocHBAzs4MAudtIw-JjyHO0kYajwlOLS9jBzV33_LRU,5224
|
|
|
37
37
|
pdd/llm_invoke.py,sha256=4pqOnYksDnrvRT2yBlPXBrGrPPjE5u6QEmg15HB6zys,12346
|
|
38
38
|
pdd/load_prompt_template.py,sha256=4NH8_t5eon_vcyTznqtemJ_yAPkTJm_hSdTRgzj3qEQ,1907
|
|
39
39
|
pdd/pdd_completion.fish,sha256=rs-43fa3kcDBN1uy4oxiofLAWmaqW0U2j5Mu4wCHh5M,6121
|
|
40
|
-
pdd/pdd_completion.sh,sha256=
|
|
40
|
+
pdd/pdd_completion.sh,sha256=qurWrEksqptjryBZszxHv6i0MqgnIqJenMBDrzMgI98,4535
|
|
41
41
|
pdd/pdd_completion.zsh,sha256=gav5kYLizpMLe9H_MK34sisgFx6LFDgfBW49nsg-5P0,12304
|
|
42
42
|
pdd/postprocess.py,sha256=7Dt4C7hZZbqCpYK0LG2Ui_vIUYw9UTN3w5Wgd_JZYBs,4021
|
|
43
43
|
pdd/postprocess_0.py,sha256=OW17GyCFLYErCyWh2tL4syuho3q2yFf2wyekQ4BLdPM,2168
|
|
@@ -87,9 +87,9 @@ pdd/prompts/trim_results_start_LLM.prompt,sha256=WwFlOHha4wzMLtRHDMI6GtcNdl2toE8
|
|
|
87
87
|
pdd/prompts/unfinished_prompt_LLM.prompt,sha256=-JgBpiPTQZdWOAwOG1XpfpD9waynFTAT3Jo84eQ4bTw,1543
|
|
88
88
|
pdd/prompts/update_prompt_LLM.prompt,sha256=_lGaxeVP4oF8yGqiN6yj6UE0j79lxfGdjsYr5w5KSYk,1261
|
|
89
89
|
pdd/prompts/xml_convertor_LLM.prompt,sha256=YGRGXJeg6EhM9690f-SKqQrKqSJjLFD51UrPOlO0Frg,2786
|
|
90
|
-
pdd_cli-0.0.
|
|
91
|
-
pdd_cli-0.0.
|
|
92
|
-
pdd_cli-0.0.
|
|
93
|
-
pdd_cli-0.0.
|
|
94
|
-
pdd_cli-0.0.
|
|
95
|
-
pdd_cli-0.0.
|
|
90
|
+
pdd_cli-0.0.5.dist-info/LICENSE,sha256=-1bjYH-CEjGEQ8VixtnRYuu37kN6F9NxmZSDkBuUQ9o,1062
|
|
91
|
+
pdd_cli-0.0.5.dist-info/METADATA,sha256=kGh7hPGuaKIHt2ymyTb6CoShN885e29-TQ8ybj48u5A,9172
|
|
92
|
+
pdd_cli-0.0.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
93
|
+
pdd_cli-0.0.5.dist-info/entry_points.txt,sha256=Kr8HtNVb8uHZtQJNH4DnF8j7WNgWQbb7_Pw5hECSR-I,36
|
|
94
|
+
pdd_cli-0.0.5.dist-info/top_level.txt,sha256=xjnhIACeMcMeDfVNREgQZl4EbTni2T11QkL5r7E-sbE,4
|
|
95
|
+
pdd_cli-0.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|