Skip to content

Releases: neighthan/auto-argparse

Add parse_args_and_run decorator.

Choose a tag to compare

@neighthan neighthan released this 27 Apr 15:56
v0.0.8

Update version to 0.0.8.

Optional bug fixes.

Choose a tag to compare

@neighthan neighthan released this 22 Oct 05:38

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

Add dict support.

Choose a tag to compare

@neighthan neighthan released this 22 Oct 05:23

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

Support optional sequences, remove explicit Nones.

Choose a tag to compare

@neighthan neighthan released this 26 Jun 20:46
Support Optional[List[T]], remove explicit Nones.

Also describe in the README what types are supported.

Support Optional.

Choose a tag to compare

@neighthan neighthan released this 03 Jun 15:39
v0.0.3

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

Support Booleans

Choose a tag to compare

@neighthan neighthan released this 03 Jun 06:40
v0.0.2

Add types + defaults to help strings.

Beta?

Choose a tag to compare

@neighthan neighthan released this 15 May 04:56
a77e5f5

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