Skip to content

Releases: jkawamoto/dsargparse

v0.3.0

31 Jul 21:32
Compare
Choose a tag to compare

Added

  • Parse main module's docstring and takes text before tags appear in order to set the description.

v0.2.0

31 Jul 04:27
Compare
Choose a tag to compare

Fixes issues

  • Support sub-sub command (#2),
  • L77 should consider rest of items in kv not only kv[1] (#3)

v0.1.2

07 Jul 15:56
Compare
Choose a tag to compare

Define __all__ variable so that from dsargparse import * works expectedly.

Package can be installed via PyPi.

v0.1.1

07 Jul 15:54
Compare
Choose a tag to compare

Import all objects defined in argparse so that importing argparse is no more necessary.

Package can be installed via PyPi.

v0.1.0

07 Jul 15:50
Compare
Choose a tag to compare