Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for uv project management #849

Open
1 task done
jfgordon2 opened this issue Oct 1, 2024 · 0 comments · May be fixed by #850
Open
1 task done

Add support for uv project management #849

jfgordon2 opened this issue Oct 1, 2024 · 0 comments · May be fixed by #850

Comments

@jfgordon2
Copy link
Contributor

Is there an existing issue for this?

  • I have searched existing issues, it hasn't been reported yet

Use case description

I see #830 submitted previously to swap pip usage for uv pip, though uv also can act as a project management tool similar to Pipenv or Poetry.

I'd like to propose support for the option useUvoption, to function similarly to how this plugin interacts with the other project management tools.

custom:
  pythonRequirements:
    useUv: true

Proposed solution (optional)

This would use uv's export command to generate a requirements file from the project's uv.lock file: uv export --no-dev --frozen -o requirements.txt, allowing it to follow the pattern established in this plugin for Pipenv and Poetry.

@jfgordon2 jfgordon2 linked a pull request Oct 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant