runanywhere-sdks

Python SDK — Development

Contributor guide for building and testing the runanywhere Python package from source.

Prerequisites

Editable install

The SDK builds via scikit-build-core, which compiles the native _core extension from runanywhere-commons.

cd bindings/python
pip install -e ".[test]"

Tests

pytest tests

The suite includes pure-Python tests that fake the native core, so you can run many tests without a full native build.

Architecture notes