Metadata-Version: 2.1
Name: pydantic-config-ui
Version: 0.5.2
Summary: Generate a QDialog from a Pydantic class using PySide 6
Home-page: https://gitlab.com/mosling/pydantic-config-ui
License: MIT
Keywords: pyside6,pydantic2,qt,configuration
Author: Steffen Köhler
Author-email: stefen.koehler@gmail.com
Requires-Python: >=3.8,<3.12
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PySide6 (>=6.5,<6.6)
Requires-Dist: pydantic (>=2.1,<3)
Description-Content-Type: text/markdown

# Pydantic Configuration UI

This package generate a QDialog from a Pydantic using PySide. This can be used to handle configuration parameters.

