Releases: dluman/arglite
Releases · dluman/arglite
v0.9.1
Removed a tracing statement. See previous v0.9.0
notes:
Restores ability to use string literals that evaluate to Pythonic data types. A behavior I've discovered: using arglite
as part of a class
doesn't seem to allow optional
arguments?
Will investigate.
v0.9.0
Restores ability to use string literals that evaluate to Pythonic data types. A behavior I've discovered: using arglite
as part of a class
doesn't seem to allow optional
arguments?
Will investigate.
v0.8.5
The regular expression describing flags was insufficient for one of the package's primary use cases. This is fixed.
v0.8.0
Look, it was broken and I fixed it. Mostly, I made the module jump out of any program that has required args, but doesn't receive anything from the command line. Should've probably been that way before, but I'm not very smart now am I.
v0.7.5
Quasi-hotfix for underscores and upper case letters in flag values.
v0.7.0
Now with the ability to --detect compound-flag-terms
.
v0.6.5
This should add the ability to integrate arglite
into console_script
-built modules.
v0.5.0
For some reason, previous arglite
versions didn't respect any code beyond the first Class
object. This takes an alternate approach and reads file lines as raw string objects. Seems to work better.
v0.4.1
Removing a scenario in which help text diplays