karrio-cli 2025.5rc4__py3-none-any.whl → 2025.5rc6__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.
- karrio_cli/commands/codegen.py +1 -1
- {karrio_cli-2025.5rc4.dist-info → karrio_cli-2025.5rc6.dist-info}/METADATA +1 -1
- {karrio_cli-2025.5rc4.dist-info → karrio_cli-2025.5rc6.dist-info}/RECORD +6 -6
- {karrio_cli-2025.5rc4.dist-info → karrio_cli-2025.5rc6.dist-info}/WHEEL +0 -0
- {karrio_cli-2025.5rc4.dist-info → karrio_cli-2025.5rc6.dist-info}/entry_points.txt +0 -0
- {karrio_cli-2025.5rc4.dist-info → karrio_cli-2025.5rc6.dist-info}/top_level.txt +0 -0
karrio_cli/commands/codegen.py
CHANGED
@@ -209,7 +209,7 @@ def generate(
|
|
209
209
|
output_file: Optional[str] = typer.Argument(
|
210
210
|
None, help="Output Python file path. If not provided, writes to stdout."
|
211
211
|
),
|
212
|
-
python_version: str = typer.Option("3.
|
212
|
+
python_version: str = typer.Option("3.7", help="Python version to target"),
|
213
213
|
just_types: bool = typer.Option(True, help="Generate just the type definitions without serialization code"),
|
214
214
|
append_type_suffix: bool = typer.Option(True, help="Append 'Type' to class names"),
|
215
215
|
nice_property_names: bool = typer.Option(False, help="Use nice property names"),
|
@@ -17,7 +17,7 @@ karrio_cli/ai/karrio_ai/tests/test_agent.py,sha256=RUEVQzbDJL9Yn-Gwz9BpCyTkpdNBF
|
|
17
17
|
karrio_cli/ai/karrio_ai/tests/test_real_integration.py,sha256=UgjA2HAIYKNLEapKOPd5KDbqeyzzKoH_9jUSTzukl2c,14980
|
18
18
|
karrio_cli/ai/karrio_ai/tests/test_real_world_scenarios.py,sha256=RqtphbsiWRqLs-D5K_7UXvTGno5NEWelKwUEKuSv3rU,16135
|
19
19
|
karrio_cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
|
-
karrio_cli/commands/codegen.py,sha256=
|
20
|
+
karrio_cli/commands/codegen.py,sha256=6LXllNZf_vDbBlADyNSIOC2D5JhsyAe2iuL61za-N_8,13907
|
21
21
|
karrio_cli/commands/login.py,sha256=Osxc93T8Fqea6YjLHZiGVK9mtMNBziqDyj1BEPpS2Uo,4143
|
22
22
|
karrio_cli/commands/plugins.py,sha256=7qWmSUWGfiy_8IorE5PjJk7QptWx9oMlo1amQqw_mWg,4802
|
23
23
|
karrio_cli/commands/sdk.py,sha256=rGEbn2akRqapjFUsduIMF4QwpwRk0VOoJM3GZpYdgUA,36856
|
@@ -41,8 +41,8 @@ karrio_cli/templates/rates.py,sha256=Aqje1UGrC-wJJeqqCCYIaTnmk3kXfyh_c8UAb1ZrhlU
|
|
41
41
|
karrio_cli/templates/sdk.py,sha256=J8Bzpsc3uV-H6RdYesSQhzbBMEH6JYJAGzqSppkfzOE,38867
|
42
42
|
karrio_cli/templates/shipments.py,sha256=lXYR1t9Wc5TDZN5gNv7JQyjwrTJlggRJ3LibAyYW4uw,31308
|
43
43
|
karrio_cli/templates/tracking.py,sha256=E-hUiZTm5l5Nk9P4OGJz26CNprnbXC9LPeWRXYD7ygk,15512
|
44
|
-
karrio_cli-2025.
|
45
|
-
karrio_cli-2025.
|
46
|
-
karrio_cli-2025.
|
47
|
-
karrio_cli-2025.
|
48
|
-
karrio_cli-2025.
|
44
|
+
karrio_cli-2025.5rc6.dist-info/METADATA,sha256=0C9dGfAIndQvsW3xeQv9mpw19lnblzK5Xt91yxFievk,5189
|
45
|
+
karrio_cli-2025.5rc6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
46
|
+
karrio_cli-2025.5rc6.dist-info/entry_points.txt,sha256=vlt_H7JoPE1KrgdsrLiyHI8c-VB3CKc0r5JG6iWXkeg,49
|
47
|
+
karrio_cli-2025.5rc6.dist-info/top_level.txt,sha256=Qgmy9qnJysxHRBnmw3pMmLtIJPwd3fbQWRugbsyi_C8,11
|
48
|
+
karrio_cli-2025.5rc6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|