v0.3.0-beta.2- PyPI packaging & CI wheel build pipeline
Pre-release
Pre-release
What's New
- PyPI Distribution: Install via
pip install repoScanner(no local build needed). - Multi-Platform Wheels: Pre-compiled binaries for Linux, macOS, and Windows.
- Automated CI/CD: GitHub Actions builds and publishes wheels on every release tag.
- Native C++ Acceleration: Compiled
libcvaultbridge included in Linux wheels.
Installation & Usage
pip install repoScanner
reposcan <path> [--stats|--dev|--help|--bench]Note
- Windows/macOS wheels use pure Python fallback (no C++ extension compiled yet)
- Linux wheels include optimized libcvault native extension
- Fallback: All platforms fall back to pure Python if native helper is unavailable
Full Changelog: v0.3.0-beta.1...v0.3.0-beta.2