Releases: kvnglb/netargparse
Releases · kvnglb/netargparse
0.1.5
Replace flask with http.server, as flask is too feature-rich and heavy for this simple use case.
0.1.4
Fix sending empty arguments to API, so that the parser also works when no arguments are added.
0.1.3
Add support for the arguments that use nargs="+" and/or action="append"
0.1.2
Now also runs on Windows. Multiprocessing was overkill anyway. Multithreading is used instead.
0.1.1
Add links for the package in pypi