torchbox / torchbox/django-pattern-library
Switch to uv
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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