API Reference¶
Generated from src/balli/*.lpy.
balli.clj-kondo- Static-analysis metadata exportsballi.compile- AST -> compiled validator + explainer closuresballi.core- Public API for balli - Malli for Basilispballi.describe- Small English schema descriptions.balli.destructure- Schema-guided destructuring helpersballi.dev- Development-time instrumentation registryballi.dot- Graphviz DOT export for Balli schemas.balli.edn- EDN-style schema persistence wrappersballi.error- Humanized error messages for balli explain mapsballi.experimental- Experimental Balli helpers for Malli-adjacent schema analysisballi.extension- Custom schema type extension registryballi.generator- Schema-driven value generation (Phase 7, malli-semantics section H)balli.inspect- Static inspection helpers for Balli schemasballi.integrations- Python ecosystem adapters for Balli schemasballi.json-schema- Schema -> JSON Schema export (Malli's malli.json-schema)balli.lite- Small data-spec-style schema shorthandballi.normalize- Schema form -> AST normalizationballi.openapi- OpenAPI 3 export helpers built on balli.json-schemaballi.plantuml- PlantUML class-style schema visualization.balli.pretty- Pretty development-time error rendering.balli.provider- Schema inference (Malli's malli.provider):providetakes a collection of sample values and returns a schema FORM that validates all of themballi.regex- Backtracking regex-of-sequences engine (Malli's malli.impl.regex, ported to an iterative thunk-stack driver -- Python has no TCO and a low recursion limit, so parked continuatio...balli.registry- Builtin type table, custom registries, the MUTABLE default registry, and ref resolution for balliballi.sci- SCI-style namespace data for embedding Balli in restricted evaluatorsballi.serial- Safe schema serialization helpersballi.swagger- Swagger/OpenAPI 2.0 export helpers built on balli.json-schema.balli.time- Pure Python datetime helpers for Balli time schemasballi.transform- Value transformers (decode/encode) for balli, per Malli 0.20 semanticsballi.util- Schema utilities (Malli's malli.util, form->form)