This is the root of the imgui_bundle Python package. It contains:
.pyi) — Auto-generated by litgen; one per C++ library. Provide IDE autocompletion and type checking..py) — Hand-written: context managers (imgui_ctx.py), async support, notebook patches, etc.imgui/, implot/, implot3d/ (each with their own stubs), immapp/ (high-level runner), python_backends/ (pure Python rendering backends).demos_python/ and demos_cpp/ — example programs in both languages._imgui_bundle.cpython-*.so — compiled C++ binding (all libraries in one module).Documentation: Repository Structure | Getting Started