.. jambo documentation master file, created by sphinx-quickstart on Thu Jun 19 22:20:35 2025. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Jambo - JSON Schema to Pydantic Converter ========================================= This is the documentation for Jambo, a tool that converts JSON Schema definitions into Pydantic models. Welcome to Jambo's documentation! Jambo is a Python package that automatically converts JSON Schema definitions into Pydantic models. It's designed to streamline schema validation and enforce type safety using Pydantic's powerful validation features. Created to simplifying the process of dynamically generating Pydantic models for AI frameworks like LangChain, CrewAI, and others. Installation ------------------ You can install Jambo using pip: .. code-block:: bash pip install jambo .. toctree:: :maxdepth: 2 :caption: Contents: usage modules