This repository is now a lightweight wrapper for the unified UI:
- Unified repo: PyPNM-CMTS-WebUI
- PW compatibility profile:
--with-pypnm-webui - PCW profile:
--with-pypnm-cmts-webui
PyPNM-WebUI frontend runtime code is no longer maintained here.
This repo intentionally keeps only documentation and install/uninstall entrypoints.
PW compatibility profile (default):
./install.sh --with-pypnm-webuiPCW profile:
./install.sh --with-pypnm-cmts-webuiWith extra downstream unified install args:
./install.sh --with-pypnm-webui -- --with-pypnm-docsisDelegates to unified repo uninstall:
./uninstall.sh --confirm-uninstall- New installs should use
PyPNM-CMTS-WebUIdirectly. - This wrapper remains for compatibility and guided migration.
- See docs: docs/migration/pypnm-webui-to-unified.md
PW-local release checks:
python3 ./tools/release/release.pyPW-local release pushes the current branch by default. Skip push with:
python3 ./tools/release/release.py --no-pushDelegate to unified release tool only when needed:
python3 ./tools/release/release.py --delegate-unified --pcw-dir ../PyPNM-CMTS-WebUI