pdd-cli 0.0.29__py3-none-any.whl → 0.0.30__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,4 +1,4 @@
1
- __version__ = "0.0.29"
1
+ __version__ = "0.0.30"
2
2
 
3
3
  # Strength parameter used for LLM extraction across the codebase
4
4
  # Used in postprocessing, XML tagging, code generation, and other extraction operations. The module should have a large context window and be affordable.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pdd-cli
3
- Version: 0.0.29
3
+ Version: 0.0.30
4
4
  Summary: PDD (Prompt-Driven Development) Command Line Interface
5
5
  Author: Greg Tanaka
6
6
  Author-email: glt@alumni.caltech.edu
@@ -46,7 +46,7 @@ Requires-Dist: pytest-asyncio; extra == "dev"
46
46
  Requires-Dist: z3-solver; extra == "dev"
47
47
  Dynamic: license-file
48
48
 
49
- .. image:: https://img.shields.io/badge/pdd--cli-v0.0.29-blue
49
+ .. image:: https://img.shields.io/badge/pdd--cli-v0.0.30-blue
50
50
  :alt: PDD-CLI Version
51
51
 
52
52
  PDD (Prompt-Driven Development) Command Line Interface
@@ -97,6 +97,29 @@ Key Features
97
97
  Quick Installation
98
98
  ------------------
99
99
 
100
+ **Recommended: Using uv (Faster & Better Dependency Management)**
101
+
102
+ We recommend installing PDD using the `uv <https://github.com/astral-sh/uv>`_ package manager for better dependency management and automatic environment configuration:
103
+
104
+ .. code-block:: console
105
+
106
+ # Install uv if you haven't already
107
+ curl -sSf https://astral.sh/uv/install.sh | sh
108
+
109
+ # Install PDD using uv tool install
110
+ uv tool install pdd-cli
111
+
112
+ This installation method ensures:
113
+
114
+ - Faster installations with optimized dependency resolution
115
+ - Automatic environment setup without manual configuration
116
+ - Proper handling of the PDD_PATH environment variable
117
+ - Better isolation from other Python packages
118
+
119
+ **Alternative: Using pip**
120
+
121
+ If you prefer, you can install with pip:
122
+
100
123
  .. code-block:: console
101
124
 
102
125
  pip install pdd-cli
@@ -107,7 +130,7 @@ After installation, verify:
107
130
 
108
131
  pdd --version
109
132
 
110
- You'll see the current PDD version (e.g., 0.0.29).
133
+ You'll see the current PDD version (e.g., 0.0.30).
111
134
 
112
135
  Advanced Installation Tips
113
136
  --------------------------
@@ -127,7 +150,9 @@ Create and activate a virtual environment, then install pdd-cli:
127
150
  # On Unix/MacOS:
128
151
  source pdd-env/bin/activate
129
152
 
130
- # Install PDD
153
+ # Install PDD (with uv - recommended)
154
+ uv tool install pdd-cli
155
+ # OR with pip
131
156
  pip install pdd-cli
132
157
 
133
158
 
@@ -1,4 +1,4 @@
1
- pdd/__init__.py,sha256=IATGkm8evee1Q95OC72gW3GBnfPs9KnYYuTWDIKs-Wc,477
1
+ pdd/__init__.py,sha256=UlmLFvxuZysa-xxH1RaK3HNVs1VCgVD7DZxe8y-jEv8,477
2
2
  pdd/auto_deps_main.py,sha256=NVLqL5FHxe2eorViXTuh8z2zH9Sb-b6MNN9aZ1hqevY,3552
3
3
  pdd/auto_include.py,sha256=aCa2QXDlOdKbh4vS3uDjWptkHB_Qv3QBNCbZe6mGWoo,6074
4
4
  pdd/auto_update.py,sha256=Pfav1hrqQIDjZIPuIvryBeM7k-Rc72feVUTJZPtigaU,2889
@@ -7,10 +7,6 @@ pdd/bug_to_unit_test.py,sha256=oejqoKomLseKknYDFlQKQ04TNT3soqOjMPghxty8Guo,6311
7
7
  pdd/change.py,sha256=EKmv7WvXNX24rjLCnrcaoo4xOVkNhCa9HLRbpMAxQSw,5036
8
8
  pdd/change_main.py,sha256=5IAFW1_eazYCr3F1DlfO6FDpNDZ4LgkXBWLb6rKW-PQ,25643
9
9
  pdd/cli.py,sha256=Z5AE8uVUnzZiuEyZqe9lMu6hUG6pK2_qg9NBwEPNIks,37463
10
- pdd/cli_1_0_1_0_20250510_005101.py,sha256=oYQJiuc5txvR24YJyCt9jwBJlwr3ufAGhzxVhIjj0oI,37360
11
- pdd/cli_2_0_1_0_20250510_005101.py,sha256=oYQJiuc5txvR24YJyCt9jwBJlwr3ufAGhzxVhIjj0oI,37360
12
- pdd/cli_3_0_1_0_20250510_005101.py,sha256=oYQJiuc5txvR24YJyCt9jwBJlwr3ufAGhzxVhIjj0oI,37360
13
- pdd/cli_4_0_1_0_20250510_005101.py,sha256=oYQJiuc5txvR24YJyCt9jwBJlwr3ufAGhzxVhIjj0oI,37360
14
10
  pdd/cmd_test_main.py,sha256=aSCxRnSurg15AvPcJDAPp9xy8p_qqnjU1oV14Hi2R54,5301
15
11
  pdd/code_generator.py,sha256=DqQNN6jCNjSJvHi0IFyqkSfak6LeDG-yQHPYnvd4AJQ,4424
16
12
  pdd/code_generator_main.py,sha256=G2eRBPXc1cGszkk0PbIPmJZHPaf_dw5d2yZbsvQZA3c,4793
@@ -102,9 +98,9 @@ pdd/prompts/trim_results_start_LLM.prompt,sha256=OKz8fAf1cYWKWgslFOHEkUpfaUDARh3
102
98
  pdd/prompts/unfinished_prompt_LLM.prompt,sha256=-JgBpiPTQZdWOAwOG1XpfpD9waynFTAT3Jo84eQ4bTw,1543
103
99
  pdd/prompts/update_prompt_LLM.prompt,sha256=prIc8uLp2jqnLTHt6JvWDZGanPZipivhhYeXe0lVaYw,1328
104
100
  pdd/prompts/xml_convertor_LLM.prompt,sha256=YGRGXJeg6EhM9690f-SKqQrKqSJjLFD51UrPOlO0Frg,2786
105
- pdd_cli-0.0.29.dist-info/licenses/LICENSE,sha256=-1bjYH-CEjGEQ8VixtnRYuu37kN6F9NxmZSDkBuUQ9o,1062
106
- pdd_cli-0.0.29.dist-info/METADATA,sha256=m550bKFJwelf3Zl4FmBjlEsMoccDOiMGlxYe2UhkHg8,6949
107
- pdd_cli-0.0.29.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
108
- pdd_cli-0.0.29.dist-info/entry_points.txt,sha256=Kr8HtNVb8uHZtQJNH4DnF8j7WNgWQbb7_Pw5hECSR-I,36
109
- pdd_cli-0.0.29.dist-info/top_level.txt,sha256=xjnhIACeMcMeDfVNREgQZl4EbTni2T11QkL5r7E-sbE,4
110
- pdd_cli-0.0.29.dist-info/RECORD,,
101
+ pdd_cli-0.0.30.dist-info/licenses/LICENSE,sha256=-1bjYH-CEjGEQ8VixtnRYuu37kN6F9NxmZSDkBuUQ9o,1062
102
+ pdd_cli-0.0.30.dist-info/METADATA,sha256=P77AbVeiMa4ylyAk6skGkZ73Lx5LY9gZSXlRBUmcJJ8,7762
103
+ pdd_cli-0.0.30.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
104
+ pdd_cli-0.0.30.dist-info/entry_points.txt,sha256=Kr8HtNVb8uHZtQJNH4DnF8j7WNgWQbb7_Pw5hECSR-I,36
105
+ pdd_cli-0.0.30.dist-info/top_level.txt,sha256=xjnhIACeMcMeDfVNREgQZl4EbTni2T11QkL5r7E-sbE,4
106
+ pdd_cli-0.0.30.dist-info/RECORD,,