msrtc-rans-python 0.2.1

Python extension module for msrtc_rans (published as wheel, not crate)
Documentation
# msrtc-rans-python

**Python extension module for msrtc_rans (via PyO3).**

This crate provides Python bindings for the msrtc_rans entropy coder. Built with PyO3, it exposes the `_msrtc_rans` native module. Currently at scaffold stage — the module exists but exposes no public API yet.

## Status — Phase 3 Sealed ✅

| Component | Status |
|-----------|--------|
| PyO3 module structure | 🔲 Scaffold |
| Python bindings | 🔲 Not implemented |
| Type stubs | 🔲 Not implemented |
| Wheel builds | 🔲 Not configured |

While all three Rust differential courts are sealed, the Python extension remains a scaffold. Publishing on crates.io is for CI visibility only; actual users should install via pip wheels once available.

## Repository

Full project: [github.com/infinityabundance/msrtc-rans-rs](https://github.com/infinityabundance/msrtc-rans-rs)

## License

MIT — see [LICENSE](https://github.com/infinityabundance/msrtc-rans-rs/blob/main/LICENSE) and [NOTICE](https://github.com/infinityabundance/msrtc-rans-rs/blob/main/NOTICE) for attribution notices.