Installation🔗
The plugin requires PyCharm 2020.2 or later (include other JetBrains IDEs)
MarketPlace🔗
The plugin is in Jetbrains repository (Pydantic Plugin Page)
You can install the stable version on PyCharm's Marketplace
(Preference -> Plugins -> Marketplace) Official Documentation
Complied binary🔗
The 'Releases' section of this repository contains a compiled version of the plugin: pydantic-pycharm-plugin.zip(latest)
After downloading this file, you can install the plugin from disk by following the JetBrains instructions here.
Source🔗
Alternatively, you can clone this repository and follow the instructions under the "Building the plugin" heading below to build from source.
The build process will create the file build/distributions/pydantic-pycharm-plugin.zip
.
This file can be installed as a PyCharm plugin from disk following the same instructions.