Embarcadero / DelphiFMX4Python

Python GUI module powered by Delphi's FireMonkey framework. Supporting Windows, MacOS, Linux, and Android GUI development.
Other
300 stars 57 forks source link

DelphiFMX4Pydantic? #51

Open zwm88 opened 1 year ago

zwm88 commented 1 year ago

Anyone interested in creating such a project? Refer to: https://github.com/LukasMasuch/streamlit-pydantic It should be possible to automatically generate FMX/VCL form from Pydantic models. Then a lot of applications could be based on that rather than streamlit UI.

Priyatham10 commented 1 year ago

Before working on integration with Pydantic, we need to first work on type-hints because the whole Pydantic is based on type-hints. We have this on our roadmap to work on type-stubs to make our Python packages go nice with linters/IDEs.