lincc-frameworks / lincc-frameworks/python-project-template
Enable uv-based setups during project setup?
Nobody has claimed this yet.
- Dominant language
- Jinja
- Stars
- 85
- Forks
- 16
- Avg merge
- 6h 18m
- Merged PRs (30d)
- 1
Description
Currently, we assume the pip command is available when setting up a project. However, in environments created with uv venv, pip is not installed; instead, the uv pip command should be used, or pip should be installed with uv pip install pip.
Contributor guide
No contributing guide indexed for this repository
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 locating the project-setup steps that invoke the pip command and review how the template handles environments created with uv venv. Check the existing setup or validation tests, if present. Done means a project created in a uv-based environment can complete setup without assuming that standalone pip is installed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100