Skip to content

v0.1.0

Compare
Choose a tag to compare
@felix-martel felix-martel released this 17 Feb 21:54
· 21 commits to main since this release
a1981c9

First working version of pydanclick. Basic features are there, so the library should be usable as long as:

  • you stay away from complex types (e.g. container types such as lists or dicts). As a workaround, you can exclude non-compatible fields and add them manually
  • you're not using advanced Click features
  • you don't use nested models