Skip to content

Releases: neighthan/auto-argparse

Add parse_args_and_run decorator.

27 Apr 15:56
Compare
Choose a tag to compare
v0.0.8

Update version to 0.0.8.

Optional bug fixes.

22 Oct 05:38
Compare
Choose a tag to compare

Fix bugs with Optional[Dict] and Optional[bool].

Add dict support.

22 Oct 05:23
Compare
Choose a tag to compare

Dictionaries can be entered at the command line using either JSON or YAML syntax.

Support optional sequences, remove explicit Nones.

26 Jun 20:46
Compare
Choose a tag to compare
Support Optional[List[T]], remove explicit Nones.

Also describe in the README what types are supported.

Support Optional.

03 Jun 15:39
Compare
Choose a tag to compare
v0.0.3

Merge branch 'master' of github.com:neighthan/auto-argparse

Support Booleans

03 Jun 06:40
Compare
Choose a tag to compare
v0.0.2

Add types + defaults to help strings.

Beta?

15 May 04:56
a77e5f5
Compare
Choose a tag to compare

The current version works in the simple tests I've done, but it probably

  • doesn't cover all of the cases that it could
  • isn't graceful when it fails
  • produces incorrect behavior without any errors on some corner cases