configaroo 0.6.0__py3-none-any.whl → 0.6.1__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.
configaroo/__init__.py CHANGED
@@ -20,4 +20,4 @@ __all__ = [
20
20
  "print_configuration",
21
21
  ]
22
22
 
23
- __version__ = "0.6.0"
23
+ __version__ = "0.6.1"
@@ -287,6 +287,7 @@ def _print_dict_as_tree(
287
287
  _print(" " * current_indent + f"- {key}")
288
288
  _print_dict_as_tree(
289
289
  value,
290
+ skip_none=skip_none,
290
291
  indent=indent,
291
292
  current_indent=current_indent + indent,
292
293
  _print=_print,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: configaroo
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  Summary: Bouncy handling of configuration files
5
5
  Author-email: Geir Arne Hjelle <geirarne@gmail.com>
6
6
  Maintainer-email: Geir Arne Hjelle <geirarne@gmail.com>
@@ -1,12 +1,12 @@
1
- configaroo/__init__.py,sha256=6DOyBxg4xOCjHc9qVERA9NZ3VZD0rnKBPPoXaXFKSjY,477
2
- configaroo/configuration.py,sha256=z8zcdcAONtIE9M1xppf40iOVHfkp4x-TdTzmAUlpt-o,12032
1
+ configaroo/__init__.py,sha256=b5WEfEfawUeUwDAcfITxr7P1Whes4Et4QlHNIIz7a-k,477
2
+ configaroo/configuration.py,sha256=_zor7wPB7vIg6ArZCS_j3K6gdqHZI5Kgt-f69Rvyizo,12069
3
3
  configaroo/exceptions.py,sha256=GfLf3CLfHStiQjvdS7ZAtrKF9gmGL_8biFLayue6J0M,772
4
4
  configaroo/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  configaroo/loaders/__init__.py,sha256=XQrFwCMWzQ71ykaZFPmYysDz12y_elPqxWhUMQCsq3s,1076
6
6
  configaroo/loaders/json.py,sha256=fT2Lg4hPM2BuwqrDsP7bcJlepAdmEh2iKU-YVK4KmIA,306
7
7
  configaroo/loaders/toml.py,sha256=jw9U78Lf-GMA8QmGIM8xMBqOhPaa8ITSMAhhN1ZNyng,256
8
- configaroo-0.6.0.dist-info/licenses/LICENSE,sha256=rdeT6Y5bm0MUaERso7HRWpPj37Y1RD5li2lIQaMNJjc,1090
9
- configaroo-0.6.0.dist-info/METADATA,sha256=X4GSPIJMqNWSPufdbS2jgQ5Dma_WJ08ubKP57MsZ6l0,2703
10
- configaroo-0.6.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- configaroo-0.6.0.dist-info/top_level.txt,sha256=JVYICl1cWSjvSOZuZMYm976z9lnZaWtHVRSt373QCxg,11
12
- configaroo-0.6.0.dist-info/RECORD,,
8
+ configaroo-0.6.1.dist-info/licenses/LICENSE,sha256=rdeT6Y5bm0MUaERso7HRWpPj37Y1RD5li2lIQaMNJjc,1090
9
+ configaroo-0.6.1.dist-info/METADATA,sha256=BM5mAgqniiiTzXx42o5Z4sTtFVjK53KJRF71KQJrzsg,2703
10
+ configaroo-0.6.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ configaroo-0.6.1.dist-info/top_level.txt,sha256=JVYICl1cWSjvSOZuZMYm976z9lnZaWtHVRSt373QCxg,11
12
+ configaroo-0.6.1.dist-info/RECORD,,