pydantic-pycharm-plugin

PyCharm plugin for pydantic. This plugin provides autocompletion, inspection, type-checking, inserting unfilled argument, and more.

MIT License

Stars
417
Committers
9

Bot releases are hidden (Show)

pydantic-pycharm-plugin - 0.0.24

Published by koxudaxi about 5 years ago

  • Fix inspection on namedtuple [#81]
pydantic-pycharm-plugin - 0.0.23

Published by koxudaxi about 5 years ago

  • Ignore protected and private fields [#79]
pydantic-pycharm-plugin - 0.0.22

Published by koxudaxi about 5 years ago

  • Fix first parameter type of a validator method [#76]
  • Fix auto-completion for Fields [#75]
  • Improve to insert validate methods [#74]
  • Support root_validator [#72]
  • Support Field for v1 [#71, #73]
pydantic-pycharm-plugin - 0.0.20

Published by koxudaxi about 5 years ago

  • Support all features by parameters [#67]
  • Fix to handle models which have __init__ or __new__ methods [#67]
pydantic-pycharm-plugin - 0.0.19

Published by koxudaxi about 5 years ago

  • Fix wrong warning message for cls initialization [#66]
pydantic-pycharm-plugin - 0.0.18

Published by koxudaxi about 5 years ago

  • Support alias on Schema [#64]
pydantic-pycharm-plugin - 0.0.17

Published by koxudaxi about 5 years ago

  • Fix removing fields on non-subclasses of pydantic.BaseModel and pydantic.dataclasses.dataclass [#62]
pydantic-pycharm-plugin - 0.0.16

Published by koxudaxi about 5 years ago

  • Remove fields on auto-completion of subclasses of pydantic.BaseModel and pydantic.dataclasses.dataclass [#61]
  • Change default value "..." to None on auto-completion [#60]
  • Add types and default values to popup of auto-completion [#54]
  • Fix class imported path on auto-completion [#54]
pydantic-pycharm-plugin - 0.0.15

Published by koxudaxi about 5 years ago

  • Improve autocompletion for signature subclasses of pydantic.BaseModel and pydantic.dataclasses.dataclass [#51]
  • Update kotlin version to 1.3.50 [#50]
  • Support to detect types by default value on Schema [#49]
  • Improve inner logic [#47, #52]
pydantic-pycharm-plugin - 0.0.14

Published by koxudaxi about 5 years ago

  • Support default values [#46]
  • Ignore warning for self argument with @validator [#45]
  • Support pydantic.dataclasses.dataclass [#43]
  • Search related-fields by class attributes and keyword arguments of__init__. with Ctrl+B and Cmd+B [#42]
pydantic-pycharm-plugin - 0.0.13

Published by koxudaxi about 5 years ago

  • Fix to check a type of fields without a type-hint [#39]
  • No arguments required for BaseSettings [#38]
pydantic-pycharm-plugin - 0.0.12

Published by koxudaxi about 5 years ago

  • Support refactoring fields by a keyword argument [#34]
  • Support refactoring super-classes and inheritor-classes [#34]
  • Support ellipsis(...) in fields [#31]
  • Support Schema in fields [#33]
pydantic-pycharm-plugin - 0.0.11

Published by koxudaxi about 5 years ago

  • fix a bug to cast null to non-null object
  • add description
pydantic-pycharm-plugin - 0.0.10

Published by koxudaxi about 5 years ago

  • support refactoring field names
pydantic-pycharm-plugin - 0.0.9

Published by koxudaxi about 5 years ago

  • fix bugs to handle class
pydantic-pycharm-plugin - 0.0.8

Published by koxudaxi about 5 years ago

  • fix to assert a class method
pydantic-pycharm-plugin - 0.0.7

Published by koxudaxi about 5 years ago

Badges
Extracted from project README
Build License: MIT JetBrains
Related Projects