Rename CLI and registry references to jpm

Updates tooling branding and configuration to use the jpm name and related defaults.

- Aligns CLI messaging and docs to reference jpm instead of previous name.
- Updates registry entry defaults (repository URL, destination path).
- Changes temporary working directory prefix used during fetch operations.
- Adds project SDK configuration entries for the IDE.
- Adjusts README usage instructions to match the renamed commands.

These changes keep tooling, docs, and runtime behavior consistent with the jpm namespace.
This commit is contained in:
Christoph Brandau
2026-02-13 13:41:23 +01:00
parent 874d01bd93
commit 58bc6523fb
6 changed files with 10 additions and 9 deletions
+1
View File
@@ -4,6 +4,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.venv" />
</content>
<orderEntry type="jdk" jdkName="uv (jpm)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
+1 -1
View File
@@ -3,7 +3,7 @@
<component name="Black">
<option name="sdkName" value="uv (jeAddons)" />
</component>
<component name="ProjectRootManager" version="2" />
<component name="ProjectRootManager" version="2" project-jdk-name="uv (jpm)" project-jdk-type="Python SDK" />
<component name="RuffConfiguration">
<option name="enabled" value="true" />
<option name="inspections" value="false" />