News

When creating a library project with uv init --lib, editable package installs work correctly on Linux but fail on Windows. The issue appears to be that the src directory is not being added to sys.path ...
Python SDK supports installation to the site packages directory in virtual environments. The current Python SDK installation script uses site. getSitepackages() to obtain the global site packages path ...