pdd-cli 0.0.2__py3-none-any.whl → 0.0.3__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.2.dist-info → pdd_cli-0.0.3.dist-info}/METADATA +2 -3
- {pdd_cli-0.0.2.dist-info → pdd_cli-0.0.3.dist-info}/RECORD +8 -8
- {pdd_cli-0.0.2.dist-info → pdd_cli-0.0.3.dist-info}/LICENSE +0 -0
- {pdd_cli-0.0.2.dist-info → pdd_cli-0.0.3.dist-info}/WHEEL +0 -0
- {pdd_cli-0.0.2.dist-info → pdd_cli-0.0.3.dist-info}/entry_points.txt +0 -0
- {pdd_cli-0.0.2.dist-info → pdd_cli-0.0.3.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.3")
|
|
71
71
|
@click.pass_context
|
|
72
72
|
def cli(
|
|
73
73
|
ctx,
|
pdd/pdd_completion.sh
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pdd-cli
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: PDD (Prompt-Driven Development) Command Line Interface
|
|
5
5
|
Author-email: Greg Tanaka <glt@alumni.caltech.edu>
|
|
6
6
|
License: MIT
|
|
@@ -44,7 +44,7 @@ Requires-Dist: langchain-google-vertexai
|
|
|
44
44
|
PDD (Prompt-Driven Development) Command Line Interface
|
|
45
45
|
======================================================
|
|
46
46
|
|
|
47
|
-
.. image:: https://img.shields.io/badge/pdd--cli-v0.0.
|
|
47
|
+
.. image:: https://img.shields.io/badge/pdd--cli-v0.0.3-blue
|
|
48
48
|
:alt: PDD-CLI Version
|
|
49
49
|
|
|
50
50
|
**Unlock the power of prompt-driven development with the PDD-CLI!**
|
|
@@ -69,7 +69,6 @@ Key Features
|
|
|
69
69
|
* **Cost Tracking:** Monitor and report the cost of operations with the `--output-cost` option.
|
|
70
70
|
* **Example Review:** Review and control the use of few-shot examples with the `--review-examples` option.
|
|
71
71
|
* **Automatic Example Submission:** Automatically submit successful fixes to the PDD Cloud platform with the `--auto-submit` option.
|
|
72
|
-
* **Multi-Command Chaining:** Execute multiple PDD commands in a single line for efficient workflows.
|
|
73
72
|
* **Environment Variable Configuration:** Customize output locations and other settings using environment variables.
|
|
74
73
|
* **Git Integration:** Use git history to find the original code file with the `--git` option in the `update` command.
|
|
75
74
|
* **Auto-Update:** Stay up-to-date with the latest features and security patches (controllable via environment variable).
|
|
@@ -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=dfhhiBbecD8OC7EywvxoW19IDlfZDwvM2qXvWC1K2Dw,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=557lF3VduLA95nndmsxdfY6W5Cr7RsUy1KLau9jdHZg,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.3.dist-info/LICENSE,sha256=-1bjYH-CEjGEQ8VixtnRYuu37kN6F9NxmZSDkBuUQ9o,1062
|
|
91
|
+
pdd_cli-0.0.3.dist-info/METADATA,sha256=XP9xmyjoWCkBaMEzdfPgHsX4P5B4XMdnTeXuxVw5SKA,9253
|
|
92
|
+
pdd_cli-0.0.3.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
|
93
|
+
pdd_cli-0.0.3.dist-info/entry_points.txt,sha256=Kr8HtNVb8uHZtQJNH4DnF8j7WNgWQbb7_Pw5hECSR-I,36
|
|
94
|
+
pdd_cli-0.0.3.dist-info/top_level.txt,sha256=xjnhIACeMcMeDfVNREgQZl4EbTni2T11QkL5r7E-sbE,4
|
|
95
|
+
pdd_cli-0.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|