Skip to content

Releases: kvnglb/netargparse

0.1.5

10 Dec 16:04
Compare
Choose a tag to compare

Replace flask with http.server, as flask is too feature-rich and heavy for this simple use case.

0.1.4

01 Dec 07:54
Compare
Choose a tag to compare

Fix sending empty arguments to API, so that the parser also works when no arguments are added.

0.1.3

15 Nov 16:02
Compare
Choose a tag to compare

Add support for the arguments that use nargs="+" and/or action="append"

0.1.2

11 Oct 15:54
Compare
Choose a tag to compare

Now also runs on Windows. Multiprocessing was overkill anyway. Multithreading is used instead.

0.1.1

10 Oct 16:51
Compare
Choose a tag to compare

Add links for the package in pypi

0.1.0

10 Oct 16:19
Compare
Choose a tag to compare

Initial release