cli-helpers 2.15.0__tar.gz → 2.15.1__tar.gz

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.
Files changed (64) hide show
  1. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/CHANGELOG +6 -0
  2. {cli_helpers-2.15.0/cli_helpers.egg-info → cli_helpers-2.15.1}/PKG-INFO +1 -1
  3. cli_helpers-2.15.1/cli_helpers/__init__.py +1 -0
  4. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers/tabular_output/vertical_table_adapter.py +3 -1
  5. {cli_helpers-2.15.0 → cli_helpers-2.15.1/cli_helpers.egg-info}/PKG-INFO +1 -1
  6. cli_helpers-2.15.0/cli_helpers/__init__.py +0 -1
  7. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  8. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/.github/workflows/codeql.yml +0 -0
  9. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/.gitignore +0 -0
  10. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/.travis/install.sh +0 -0
  11. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/.travis.yml +0 -0
  12. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/AUTHORS +0 -0
  13. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/CONTRIBUTING.rst +0 -0
  14. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/LICENSE +0 -0
  15. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/MANIFEST.in +0 -0
  16. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/README.rst +0 -0
  17. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/appveyor.yml +0 -0
  18. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers/compat.py +0 -0
  19. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers/config.py +0 -0
  20. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers/tabular_output/__init__.py +0 -0
  21. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers/tabular_output/delimited_output_adapter.py +0 -0
  22. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers/tabular_output/json_output_adapter.py +0 -0
  23. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers/tabular_output/output_formatter.py +0 -0
  24. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers/tabular_output/preprocessors.py +0 -0
  25. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers/tabular_output/tabulate_adapter.py +0 -0
  26. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers/tabular_output/tsv_output_adapter.py +0 -0
  27. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers/utils.py +0 -0
  28. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers.egg-info/SOURCES.txt +0 -0
  29. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers.egg-info/dependency_links.txt +0 -0
  30. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers.egg-info/requires.txt +0 -0
  31. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/cli_helpers.egg-info/top_level.txt +0 -0
  32. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/docs/Makefile +0 -0
  33. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/docs/source/api.rst +0 -0
  34. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/docs/source/authors.rst +0 -0
  35. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/docs/source/changelog.rst +0 -0
  36. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/docs/source/conf.py +0 -0
  37. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/docs/source/contributing.rst +0 -0
  38. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/docs/source/index.rst +0 -0
  39. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/docs/source/license.rst +0 -0
  40. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/docs/source/quickstart.rst +0 -0
  41. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/release.py +0 -0
  42. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/requirements-dev.txt +0 -0
  43. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/setup.cfg +0 -0
  44. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/setup.py +0 -0
  45. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tasks.py +0 -0
  46. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/__init__.py +0 -0
  47. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/compat.py +0 -0
  48. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/config_data/configrc +0 -0
  49. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/config_data/configspecrc +0 -0
  50. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/config_data/invalid_configrc +0 -0
  51. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/config_data/invalid_configspecrc +0 -0
  52. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/tabular_output/__init__.py +0 -0
  53. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/tabular_output/test_delimited_output_adapter.py +0 -0
  54. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/tabular_output/test_json_output_adapter.py +0 -0
  55. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/tabular_output/test_output_formatter.py +0 -0
  56. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/tabular_output/test_preprocessors.py +0 -0
  57. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/tabular_output/test_tabulate_adapter.py +0 -0
  58. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/tabular_output/test_tsv_output_adapter.py +0 -0
  59. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/tabular_output/test_vertical_table_adapter.py +0 -0
  60. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/test_cli_helpers.py +0 -0
  61. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/test_config.py +0 -0
  62. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/test_utils.py +0 -0
  63. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tests/utils.py +0 -0
  64. {cli_helpers-2.15.0 → cli_helpers-2.15.1}/tox.ini +0 -0
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## Version 2.15.1
4
+
5
+ (released on 2026-07-25)
6
+
7
+ - Better handle empty headers in vertical table output.
8
+
3
9
  ## Version 2.15.0
4
10
 
5
11
  (released on 2026-05-16)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cli_helpers
3
- Version: 2.15.0
3
+ Version: 2.15.1
4
4
  Summary: Helpers for building command-line apps
5
5
  Home-page: https://github.com/dbcli/cli_helpers
6
6
  Author: dbcli
@@ -0,0 +1 @@
1
+ __version__ = "2.15.1"
@@ -52,7 +52,9 @@ def vertical_table(
52
52
  :rtype: str
53
53
 
54
54
  """
55
- header_len = max([len(x) for x in headers])
55
+ if data and not headers:
56
+ headers = [" " * len(x) for x in data[0]]
57
+ header_len = max(len(x) for x in headers or [""])
56
58
  padded_headers = [x.ljust(header_len) for x in headers]
57
59
  formatted_rows = [_format_row(padded_headers, row) for row in data]
58
60
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cli_helpers
3
- Version: 2.15.0
3
+ Version: 2.15.1
4
4
  Summary: Helpers for building command-line apps
5
5
  Home-page: https://github.com/dbcli/cli_helpers
6
6
  Author: dbcli
@@ -1 +0,0 @@
1
- __version__ = "2.15.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes