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

feat(uv): add uv as a pip alternative for dealing with pypi #1640

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 28, 2024

  1. feat: add update to README

    feat: add uv as an installer for python
    
    UV is a very fast installer for python packages
    that can be 10-100x faster to resolve packages. This adds
    an option for Mason to use it instead of pip to resolve
    python packages that are installed via Mason.
    
    More info about the replacement: https://github.com/astral-sh/uv
    I have no relationship with uv, it is just very fast and
    it would be nice to have updates for packages like sqlfluff take
    a lot less time than they currently do to resolve during updates.
    KingMichaelPark committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0514854 View commit details
    Browse the repository at this point in the history