Skip to content

v0.5.0

Compare
Choose a tag to compare
@SupImDos SupImDos released this 08 Apr 13:26
· 84 commits to master since this release

Changes

  • Added hosted documentation at: at https://pydantic-argparse.supimdos.com/
  • Added examples
  • Docstring and Comment Overhaul
  • Removed typing-inspect dependency
  • Improved argument type determination behind the scenes
  • Improved linting and style-guide conformance
  • Fixed broken metavars for variadic argument types
  • Added alias feature for arguments
  • Added py.typed PEP-561 marker

Closes

  • Closes (#8): Adds full first pass of hosted documentation
  • Closes (#10): Change json parser to generic mapping parser
  • Closes (#11 ): Change container parser to generic sequence parser