User Tools

Site Tools


python:uv

Differences

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

Link to this comparison view

Next revision
Previous revision
python:uv [2026/02/23 12:41] – created v1ctorpython:uv [2026/04/17 10:57] (current) – [WORKSPACE] v1ctor
Line 6: Line 6:
 uv init --package uv init --package
 uv venv uv venv
 +
 +uv add scrapli pydantic     # Add 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>
python/uv.1771850508.txt.gz · Last modified: by v1ctor