Skip to content

Latest commit

 

History

History
82 lines (60 loc) · 1.48 KB

File metadata and controls

82 lines (60 loc) · 1.48 KB

API Reference

The public surface is exactly what is exported from spine_lite.__all__. Everything else is private and subject to change without notice.

Top-level

The package root re-exports the surface so callers don't have to navigate submodules:

from spine_lite import (
    Effect,
    PRECEDENCE,
    most_restrictive,
    SpineLiteError,
    ManifestError,
    ClassificationError,
    PostureError,
    HookError,
    __version__,
)

Effects

::: spine_lite.effects options: members: - Effect - PRECEDENCE - most_restrictive

Exceptions

::: spine_lite.exceptions options: members: - SpineLiteError - ManifestError - ClassificationError - PostureError - HookError

Manifest

::: spine_lite.manifest

Classifier

::: spine_lite.classifier

Posture

::: spine_lite.posture options: members: - Posture - Disposition - transition - evaluate

Phase 3 modules

Stubs with phase-pinning docstrings. The reference expands as implementations land.

::: spine_lite.receipt

::: spine_lite.hook

CLI module

::: spine_lite.cli options: members: - app - version

See also