Metadata-Version: 2.4
Name: infermap-native
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Summary: Optional native (Rust/PyO3) acceleration kernels for infermap
Author-email: Ben Severn <ben@bensevern.dev>
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/benseverndev-oss/goldenmatch

# infermap-native

Optional native (Rust/PyO3) acceleration kernels for
[`infermap`](https://github.com/benseverndev-oss/goldenmatch/tree/main/packages/python/infermap).

`infermap` stays a pure-Python wheel; `pip install infermap[native]` pulls this
separate abi3 package, and `infermap._native_loader` discovers it and dispatches to the
compiled kernels (thin shims over the pyo3-free `infermap-core`). Without it, `infermap`
uses its byte-identical pure-Python paths.

Not imported directly. See the package's `_native_loader` and the `INFERMAP_NATIVE`
environment gate.

