gridparse 1.5.3__py3-none-any.whl → 1.5.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -604,7 +604,7 @@ class GridArgumentParser(_GridActionsContainer, AuxArgumentParser):
604
604
  # if arg_string is "_None_", then return None
605
605
  if (
606
606
  arg_string == "_None_"
607
- and action.dest in self._grid_args
607
+ # and action.dest in self._grid_args
608
608
  and action.type is not strbool
609
609
  ):
610
610
  return None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gridparse
3
- Version: 1.5.3
3
+ Version: 1.5.4
4
4
  Summary: Grid search directly from argparse
5
5
  Home-page: https://github.com/gchochla/gridparse
6
6
  Author: Georgios Chochlakis
@@ -57,6 +57,8 @@ Dynamic: license-file
57
57
 
58
58
  `gridparse` is a lightweight (only dependency is `omegaconf` which also downloads `yaml`) `ArgumentParser` - aka `GridArgumentParser` - that supports your *grid-search* needs. Supports top-level parser and subparsers. Configuration files of any type (using `omegaconf`) are also supported through the argument `--gridparse-config` (also available with underscore `_`), where multiple configuration files can be passed and parsed.
59
59
 
60
+ To install: `pip install gridparse`
61
+
60
62
  ## Overview
61
63
 
62
64
  It transforms the following arguments in the corresponding way:
@@ -0,0 +1,8 @@
1
+ gridparse/__init__.py,sha256=JgdMs2SzOxnq5b-yO92nBdopWTr8FTuCEKhvDFC89uU,123
2
+ gridparse/grid_argument_parser.py,sha256=MoH2JU9wYsIO9TqLJmnuw0Uhq7ukDpVAymC9y_EA3v8,35001
3
+ gridparse/utils.py,sha256=p7BatPadKGEt4fzD-_zPa9IdIukZW2Uzu82slZewip4,1519
4
+ gridparse-1.5.4.dist-info/licenses/LICENSE,sha256=ZgtTDcMoDqp_dRh-dcUawX2b7ui7yJfQ2x2pvPHkFxQ,1075
5
+ gridparse-1.5.4.dist-info/METADATA,sha256=gbjhJSdKfj0imwLfViTAWvtpojr0x1myuypkjWVwFbY,9660
6
+ gridparse-1.5.4.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
7
+ gridparse-1.5.4.dist-info/top_level.txt,sha256=c1TQokcB-by0gkB-VfQNnu7njcKO2giM7zyo4W-6a7k,10
8
+ gridparse-1.5.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (77.0.3)
2
+ Generator: setuptools (78.1.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,8 +0,0 @@
1
- gridparse/__init__.py,sha256=JgdMs2SzOxnq5b-yO92nBdopWTr8FTuCEKhvDFC89uU,123
2
- gridparse/grid_argument_parser.py,sha256=UmPU6SXVMSLBYnjbYAiNg6G0zw8rwqgIlQHHJ3QMFl8,34999
3
- gridparse/utils.py,sha256=p7BatPadKGEt4fzD-_zPa9IdIukZW2Uzu82slZewip4,1519
4
- gridparse-1.5.3.dist-info/licenses/LICENSE,sha256=ZgtTDcMoDqp_dRh-dcUawX2b7ui7yJfQ2x2pvPHkFxQ,1075
5
- gridparse-1.5.3.dist-info/METADATA,sha256=x_TXPUwFKFFKuXjgo83mY1YdljBheH_VYUaCTD0ybos,9623
6
- gridparse-1.5.3.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
7
- gridparse-1.5.3.dist-info/top_level.txt,sha256=c1TQokcB-by0gkB-VfQNnu7njcKO2giM7zyo4W-6a7k,10
8
- gridparse-1.5.3.dist-info/RECORD,,