Skip to content

Releases: dluman/arglite

v0.9.1

27 Jul 15:21
Compare
Choose a tag to compare

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

27 Jul 15:16
Compare
Choose a tag to compare

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

15 May 13:01
Compare
Choose a tag to compare

The regular expression describing flags was insufficient for one of the package's primary use cases. This is fixed.

v0.8.0

25 Feb 15:35
Compare
Choose a tag to compare

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

21 Dec 19:13
Compare
Choose a tag to compare

Quasi-hotfix for underscores and upper case letters in flag values.

v0.7.0

20 Dec 21:59
Compare
Choose a tag to compare

Now with the ability to --detect compound-flag-terms.

v0.6.5

05 May 19:37
Compare
Choose a tag to compare

This should add the ability to integrate arglite into console_script-built modules.

v0.5.0

22 Jan 15:29
Compare
Choose a tag to compare

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

21 Jan 21:14
Compare
Choose a tag to compare
Removing a scenario in which help text diplays

v0.4.0

26 Dec 21:39
Compare
Choose a tag to compare
Updating with PyPI badge