Skip to content

Guide

The guide covers the runtime surface one feature at a time. The tutorials teach the ideas in order; these pages go deeper and stand alone, so read whichever one answers your question.

Stability follows one rule: a surface removal warns first. A name on its way out raises DeprecationWarning through warnings.warn(..., stacklevel=2) for one release before it goes, so a breaking change is always signaled a release ahead, and the changelog names it both times.

Released under the MIT License.