Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: dluman/arglite

0.9.7

13 May 01:00

Choose a tag to compare

Handles spaces in strings provided as CLI arguments.

v0.9.6

01 Apr 01:02

Choose a tag to compare

Now with even more improved bad regex!

v0.9.5

17 Feb 21:38

Choose a tag to compare

Slouching toward 1.0.

v0.9.3

12 Feb 21:58

Choose a tag to compare

Ain't nothing regular about regular expressions.

v0.9.2

26 Dec 00:29

Choose a tag to compare

Adding the ability to use strings as arguments that also contain spaces!

v0.9.1

27 Jul 15:21

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

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

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

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

Choose a tag to compare

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