Releases: innot/argparseDecorator
v1.4.0
v1.3.1
v1.3.0
v1.2.0
-
execute() can now optionally accept a list of arguments, e.g. coming from sys.argv
-
execute() now uses the shlex library to split a command line into tokens.
-
Found and fixed numerous small bugs after getting test coverage to 100%
-
Updated documentation
The installable package can be found on pypi to be installed via pip install argparseDecorator
v1.1.0
-
Implemented execute_async() method to integrate argparseDecorator into asyncio projects.
-
Added the ssh_cli.py example to show how easily a custom cli ssh server can be implemented, e.g. for remote controlling a RaspberryPi or similar.
The installable package can be found on pypi to be installed via pip install argparseDecorator
v1.0.2
v1.0.1 First public release
This is the first public release of the argparseDecorator.
Status is "works for me" and it passes all tests without problems.
Feedback is welcome, especially if it works for you as advertised or if you encounter problems.