pkgwrap currently supports 11 Unix-like backends but no native Windows
support. Adding a WindowsBackend (winget or choco) would follow the same
Backend interface in backends/base.py — see apt_backend.py as reference.
Challenges to solve: winget syntax differs (winget install vs apt
install), and Windows has no sudo equivalent (UAC elevation works
differently). Good starting point for anyone comfortable with subprocess
pkgwrap currently supports 11 Unix-like backends but no native Windows
support. Adding a WindowsBackend (winget or choco) would follow the same
Backend interface in backends/base.py — see apt_backend.py as reference.
Challenges to solve: winget syntax differs (winget install vs apt
install), and Windows has no sudo equivalent (UAC elevation works
differently). Good starting point for anyone comfortable with subprocess