Skip to content

v0.3.0-beta.2- PyPI packaging & CI wheel build pipeline

Pre-release
Pre-release

Choose a tag to compare

@tecnolgd tecnolgd released this 14 Aug 05:48
· 76 commits to main since this release
9dd0a2e

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 libcvault bridge 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