Metadata-Version: 2.4
Name: fiatlight
Version: 0.7.0
Summary: fiatlight: shine light inside your algorithm pipelines
Project-URL: homepage, https://pthom.github.io/fiatlight/
Project-URL: repository, https://github.com/pthom/fiatlight/
Project-URL: documentation, https://pthom.github.io/fiatlight/
Author-email: Pascal Thomet <pthomet@gmail.com>
License-File: LICENSE
Keywords: python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: imgui-bundle>=1.92.601
Requires-Dist: pydantic
Provides-Extra: full
Requires-Dist: matplotlib; extra == 'full'
Requires-Dist: numpy; extra == 'full'
Requires-Dist: opencv-python; extra == 'full'
Requires-Dist: pandas; extra == 'full'
Requires-Dist: pillow; extra == 'full'
Requires-Dist: tabulate; extra == 'full'
Requires-Dist: types-pillow; extra == 'full'
Description-Content-Type: text/markdown

# Fiatlight

> *Turn Python functions into interactive apps in one line.*
>
> Visual pipelines, persistent state, zero UI code.

Fiatlight auto-generates GUIs from your Python functions and structured data (dataclasses, pydantic models). Chain functions as visual node pipelines, tweak parameters in real time, and let Fiatlight handle state persistence - all without writing any UI code. Think of it as ComfyUI, generalized to any Python function.


> *For more info, [see documentation](https://pthom.github.io/fiatlight_doc)*
