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

Feature request: Support for uv package installer #120

Open
gangsthub opened this issue Mar 4, 2024 · 0 comments
Open

Feature request: Support for uv package installer #120

gangsthub opened this issue Mar 4, 2024 · 0 comments

Comments

@gangsthub
Copy link

Describe Request:

Official support for https://github.com/astral-sh/uv for faster installs.

uv is an extremely fast Python package resolver and installer, designed as a drop-in replacement for pip, pip-tools (pip-compile and pip-sync), and virtualenv.

It has some limitations, so I don't know if it would be that easy to add it as a "drop-in replacement", depending on the pip features you use currently.

Examples:

version: '2.1'
orbs:
  python: circleci/python@<...>
jobs:
  build:
    executor: python/default
    steps:
      - checkout
      - python/install-packages:
          pkg-manager: uv

Supporting Documentation Links:

@gangsthub gangsthub changed the title Feature request: Support for uv package installer Feature request: Support for uv package installer Mar 4, 2024
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

No branches or pull requests

1 participant