Adding support for uv! #255
                  
                    
                      DavidVujic
                    
                  
                
                  announced in
                Announcements
              
            Replies: 1 comment 2 replies
-
| what! amazing! | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Python tools for the Polylith Architecture now has full support for
uv, a tool developed by the creators ofruff. 🎉Just like
Rye,uvis usingHatchas the build backend. This means that the Polylith tool already had almost full support since before. With the Polylith CLI version 1.15.0, reading the uv-specific lock file (theuv.lockfile) has been added. That means you can useuvand expect the same kind of developer experience asRye,HatchandPDMwhen using the Polylith CLI.More information
The
uvtool has its own set of commands, and you will find the docs aboutuvat the Astral web site.There's a new example repo for Polylith and uv: https://github.com/DavidVujic/python-polylith-example-uv
The Polylith docs, updated with
uv-specific info: https://davidvujic.github.io/python-polylith-docs/Beta Was this translation helpful? Give feedback.
All reactions