code-puppy 0.0.93__py3-none-any.whl → 0.0.94__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.
- code_puppy/tools/common.py +1 -0
- {code_puppy-0.0.93.dist-info → code_puppy-0.0.94.dist-info}/METADATA +1 -1
- {code_puppy-0.0.93.dist-info → code_puppy-0.0.94.dist-info}/RECORD +7 -7
- {code_puppy-0.0.93.data → code_puppy-0.0.94.data}/data/code_puppy/models.json +0 -0
- {code_puppy-0.0.93.dist-info → code_puppy-0.0.94.dist-info}/WHEEL +0 -0
- {code_puppy-0.0.93.dist-info → code_puppy-0.0.94.dist-info}/entry_points.txt +0 -0
- {code_puppy-0.0.93.dist-info → code_puppy-0.0.94.dist-info}/licenses/LICENSE +0 -0
code_puppy/tools/common.py
CHANGED
|
@@ -5,6 +5,7 @@ from typing import Optional, Tuple
|
|
|
5
5
|
from rapidfuzz.distance import JaroWinkler
|
|
6
6
|
from rich.console import Console
|
|
7
7
|
|
|
8
|
+
from pathlib import Path
|
|
8
9
|
# get_model_context_length will be imported locally where needed to avoid circular imports
|
|
9
10
|
|
|
10
11
|
NO_COLOR = bool(int(os.environ.get("CODE_PUPPY_NO_COLOR", "0")))
|
|
@@ -20,13 +20,13 @@ code_puppy/command_line/prompt_toolkit_completion.py,sha256=De_grHDPOvCRph-HDOGC
|
|
|
20
20
|
code_puppy/command_line/utils.py,sha256=7eyxDHjPjPB9wGDJQQcXV_zOsGdYsFgI0SGCetVmTqE,1251
|
|
21
21
|
code_puppy/tools/__init__.py,sha256=WTHYIfRk2KMmk6o45TELpbB3GIiAm8s7GmfJ7Zy_tww,503
|
|
22
22
|
code_puppy/tools/command_runner.py,sha256=9UWCSPpuEndaPx8Ecc8TRsn3rMHNd2AqerirvYPGRIw,14358
|
|
23
|
-
code_puppy/tools/common.py,sha256=
|
|
23
|
+
code_puppy/tools/common.py,sha256=UeZ2ABUjz9CilpbqquOLy20QU5NFPrOSpnT8kOO3JGc,9334
|
|
24
24
|
code_puppy/tools/file_modifications.py,sha256=BzQrGEacS2NZr2ru9N30x_Qd70JDudBKOAPO1XjBohg,13861
|
|
25
25
|
code_puppy/tools/file_operations.py,sha256=htrdURR1mBqBUja1mAHLlySwFN6xNHeGdYbg5eLiOug,13533
|
|
26
26
|
code_puppy/tools/token_check.py,sha256=F3eygdI8fgb6dfCrSkGw_OLI7cb_Kpa5ILft4BQ7hvY,525
|
|
27
|
-
code_puppy-0.0.
|
|
28
|
-
code_puppy-0.0.
|
|
29
|
-
code_puppy-0.0.
|
|
30
|
-
code_puppy-0.0.
|
|
31
|
-
code_puppy-0.0.
|
|
32
|
-
code_puppy-0.0.
|
|
27
|
+
code_puppy-0.0.94.data/data/code_puppy/models.json,sha256=jr0-LW87aJS79GosVwoZdHeeq5eflPzgdPoMbcqpVA8,2728
|
|
28
|
+
code_puppy-0.0.94.dist-info/METADATA,sha256=z016p8X0_n-vT1GbNSjVvFEjg6VnKQwVYwoUpkwnXyY,6319
|
|
29
|
+
code_puppy-0.0.94.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
30
|
+
code_puppy-0.0.94.dist-info/entry_points.txt,sha256=d8YkBvIUxF-dHNJAj-x4fPEqizbY5d_TwvYpc01U5kw,58
|
|
31
|
+
code_puppy-0.0.94.dist-info/licenses/LICENSE,sha256=31u8x0SPgdOq3izJX41kgFazWsM43zPEF9eskzqbJMY,1075
|
|
32
|
+
code_puppy-0.0.94.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|