PyCharm plugin
While ormar
will work with any IDE there is a PyCharm pydantic
plugin that enhances the user experience for this IDE.
Plugin is available on the JetBrains Plugins Repository for PyCharm: plugin page.
You can install the plugin for free from the plugin marketplace (PyCharm's Preferences -> Plugin -> Marketplace -> search "pydantic").
Note
For plugin to work properly you need to provide valid type hints for model fields.
Info
Plugin supports type hints, argument inspection and more but mainly only for init methods
More information can be found on the official plugin page and github repository.