sdk/runanywhere-python/docs/DEVELOPMENT.md
Contributor guide for building and testing the runanywhere Python package from source.
_core extension)runanywhere-commons sources (scikit-build-core drives CMake)The SDK builds via scikit-build-core, which compiles the native _core extension from runanywhere-commons.
cd sdk/runanywhere-python
pip install -e ".[test]"
pytest tests
The suite includes pure-Python tests that fake the native core, so you can run many tests without a full native build.
initialize(), so importing runanywhere is side-effect-free.RunAnywhere clients share one reference-counted underlying runtime.AGENTS.md in this directory for the full architecture, build details, and lazy-load design.