pyvider-components
2025-11-12
Added packaging examples and re-integrated CI/CD infrastructure
1195 files · 173,608+ · 22,946-
Packaging examples
9 files changed
sysinfo.pyAdded CLI tool wrapping demonstration for sysinfopyproject.tomlAdded sysinfo-cli package configurationpyproject.tomlAdded Glances system monitor packaging exampleminimonitor.pyAdded MiniMonitor demo proof of conceptdash-utils.shAdded non-Python shell packaging demonstrationmanifest.jsonAdded dash-utils TOML manifest (fixed syntax error)sysmon.jsAdded Node.js cross-language packaging proofpackage.jsonAdded Node.js system monitor package configREADME.mdAdded comprehensive examples directory README
- Added sysinfo-cli example demonstrating CLI tool wrapping capabilities
instantiate
behavioral
2 files
sysinfo.pypyproject.toml
- Added Glances wrapper and MiniMonitor examples for system monitoring packaging
instantiate
internal
2 files
pyproject.tomlminimonitor.py
- Added dash-utils demonstrating non-Python shell script packaging
instantiate
internal
2 files
dash-utils.shmanifest.json
- Added node-sysmon demonstrating cross-language JavaScript app packaging
instantiate
internal
2 files
sysmon.jspackage.json
- Fixed TOML syntax error in dash-utils manifest
remediate
internal
1 file
manifest.json
Architecture documentation
4 files changed
ARCHITECTURAL_ANALYSIS.mdAdded comprehensive architectural analysis reportGAP_ANALYSIS.mdAdded gap analysis documentCLI_WRAPPER_DEMO.mdAdded CLI wrapper demonstration documentationDASH_UTILS_DEMO.mdAdded dash-utils demonstration summary
- Added comprehensive architectural analysis and gap analysis documents
specify
architectural
2 files
ARCHITECTURAL_ANALYSIS.mdGAP_ANALYSIS.md
- Added CLI wrapper and dash-utils demonstration documentation
specify
internal
2 files
CLI_WRAPPER_DEMO.mdDASH_UTILS_DEMO.md
CI/CD re-integration
5 files changed
01-helper-prep.ymlRe-added helper prep workflow02-pretaster-pipeline.ymlRe-added pretaster pipeline workflow03-flavor-pipeline.ymlRe-added flavor pipeline workflowrelease-pipeline.ymlRe-added release pipeline workflow.codecov.ymlRe-added Codecov configuration
- Re-added all GitHub Actions workflows (helper-prep, pretaster, flavor, taster, code-quality, security-scan, dependency-audit, license-compliance)
instantiate
architectural
3 files
01-helper-prep.yml02-pretaster-pipeline.ymlrelease-pipeline.yml
- Re-added build scripts and PE binary analysis tools
instantiate
internal
2 files
analyze_pe_binaries.pybuild-platform-wheel.sh