torchbox / torchbox/django-pattern-library

Switch to uv

Open
#252 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
423
Forks
53
PR merge metrics
No merged PRs in 30d

Description

Used https://github.com/mkniewallner/migrate-to-uv via uvx migrate-to-uv

Some timings using time <command>

poetry install       5.85s user 3.40s system 101% cpu 9.124 total
uv sync              0.87s user 1.91s system 137% cpu 2.027 total

and subsequent calls (with reinstalls, https://docs.astral.sh/uv/concepts/cache/)

uv sync --refresh    0.40s user 0.33s system  67% cpu 1.070 total
uv sync --reinstall  0.43s user 1.03s system 87% cpu 1.664 total

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the repository's existing Poetry configuration and the changes produced by migrate-to-uv; compare the current poetry install workflow with uv sync. Done means the project uses uv for dependency installation and the reported uv commands work as intended.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.