User Tools

Site Tools


python:uv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
python:uv [2026/02/23 12:43] v1ctorpython:uv [2026/04/17 10:57] (current) – [WORKSPACE] v1ctor
Line 7: Line 7:
 uv venv uv venv
  
-uv add scrapli pydantic     // Add dependencies +uv add scrapli pydantic     Add dependencies 
-uv add --dev ruff pytest    // Add dev dependencies+uv add --dev ruff pytest    Add dev dependencies 
 +</code> 
 + 
 +==== WORKSPACE ==== 
 + 
 +A **workspace** is a collection of one or more packages, called workspace members, that are managed together. 
 + 
 +Installing all ''workspace'' members: 
 +<code bash> 
 +uv sync --all-packages
 </code> </code>
python/uv.1771850588.txt.gz · Last modified: by v1ctor