Documents · API reference
Public Python API
Use import cubedynamics as cd and from cubedynamics import data, pipe, verbs as v.
The public API policy defines supported names and
compatibility boundaries.
| Surface | Reference |
|---|---|
| Scientific nouns and source flavors | Noun library |
| Loaders, discovery, configuration, and revision helpers | Data API |
| Every public verb-namespace callable | All public callables (A–Z) |
| Composition, unwrapping, and coaching | Pipe and semantic grammar |
| Pipe, VirtualCube, event/hull objects, and semantic states | Objects |
| Visualization entry points | Visualization API |
For examples of composing these interfaces, follow Learn or the vignettes.
The exhaustive internal-symbol inventory and deprecated module shims are kept under Developer documentation, not mixed into the user reference.