thin-client
Mock Mode for Development
Develop and test without a network connection or valid license.
Published May 30, 2026
Enabling Mock Mode
export PYVORIN_THIN_MOCK_MODE=trueWhat Mock Mode Does
Simulates API responses without network calls. Useful for development, testing, and CI pipelines that do not have API access.
Limitations
Mock mode does not produce real compiled artifacts. Functions run in CPython fallback.