Metadata-Version: 2.5
Name: placeframe-core
Version: 0.1.0.dev35547537192
Summary: Placeframe domain logic: camera configs, coordinate transforms, metrics
License-Expression: Apache-2.0
Requires-Python: >=3.13
Requires-Dist: faiss-cpu>=1.12.0
Requires-Dist: h5py>=3.15.1
Requires-Dist: numpy>=2.4.0
Requires-Dist: pillow>=12.0.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: scipy>=1.16.3
Description-Content-Type: text/markdown

# placeframe-core

Domain vocabulary for Placeframe's backend: Pydantic wire schemas (transforms, camera configs, capture manifests, reconstruction options/metrics), OpenCV↔Unity coordinate-frame primitives, image and intrinsics canonicalization, HDF5/FAISS-OPQ artifact formats, and the global confidence-calibration model. Distribution name `placeframe-core`, import name `placeframe_core`.

Consumed by the `api`, `lease-server`, `localizer`, `reconstructor`, `zed-capture`, and `scripts` packages in the [placeframe](https://github.com/outernet-foundation/placeframe) repo. Versions are published to PyPI from per-package git tags; the committed `pyproject.toml` version is a permanent `0.0.0.dev0` sentinel patched at publish time.
