cli-helpers 2.12.0__tar.gz → 2.13.0__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.
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/CHANGELOG +10 -3
- {cli_helpers-2.12.0/cli_helpers.egg-info → cli_helpers-2.13.0}/PKG-INFO +2 -2
- cli_helpers-2.13.0/cli_helpers/__init__.py +1 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0/cli_helpers.egg-info}/PKG-INFO +2 -2
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers.egg-info/requires.txt +1 -1
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/requirements-dev.txt +1 -1
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/setup.py +1 -1
- cli_helpers-2.12.0/cli_helpers/__init__.py +0 -1
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/.github/workflows/codeql.yml +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/.gitignore +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/.travis/install.sh +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/.travis.yml +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/AUTHORS +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/CONTRIBUTING.rst +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/LICENSE +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/MANIFEST.in +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/README.rst +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/appveyor.yml +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/compat.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/config.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/tabular_output/__init__.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/tabular_output/delimited_output_adapter.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/tabular_output/json_output_adapter.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/tabular_output/output_formatter.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/tabular_output/preprocessors.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/tabular_output/tabulate_adapter.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/tabular_output/tsv_output_adapter.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/tabular_output/vertical_table_adapter.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/utils.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers.egg-info/SOURCES.txt +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers.egg-info/dependency_links.txt +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers.egg-info/top_level.txt +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/docs/Makefile +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/docs/source/api.rst +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/docs/source/authors.rst +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/docs/source/changelog.rst +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/docs/source/conf.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/docs/source/contributing.rst +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/docs/source/index.rst +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/docs/source/license.rst +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/docs/source/quickstart.rst +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/release.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/setup.cfg +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tasks.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/__init__.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/compat.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/config_data/configrc +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/config_data/configspecrc +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/config_data/invalid_configrc +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/config_data/invalid_configspecrc +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/tabular_output/__init__.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/tabular_output/test_delimited_output_adapter.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/tabular_output/test_json_output_adapter.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/tabular_output/test_output_formatter.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/tabular_output/test_preprocessors.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/tabular_output/test_tabulate_adapter.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/tabular_output/test_tsv_output_adapter.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/tabular_output/test_vertical_table_adapter.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/test_cli_helpers.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/test_config.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/test_utils.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/utils.py +0 -0
- {cli_helpers-2.12.0 → cli_helpers-2.13.0}/tox.ini +0 -0
|
@@ -1,21 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## Version 2.13.0
|
|
4
|
+
|
|
5
|
+
(released on 2026-04-13)
|
|
6
|
+
|
|
7
|
+
- Pin Pygments library to older version v2.19.2 to fix tests.
|
|
8
|
+
- Fix dates in changelog.
|
|
9
|
+
|
|
3
10
|
## Version 2.12.0
|
|
4
11
|
|
|
5
|
-
(released on
|
|
12
|
+
(released on 2026-03-21)
|
|
6
13
|
|
|
7
14
|
- Probe tabulate version for `preserve_whitespace` keyword support.
|
|
8
15
|
|
|
9
16
|
## Version 2.11.0
|
|
10
17
|
|
|
11
|
-
(released on
|
|
18
|
+
(released on 2026-03-05)
|
|
12
19
|
|
|
13
20
|
- Support and require version 0.10.x of `tabulate`.
|
|
14
21
|
- Pin `tabulate` version more tightly.
|
|
15
22
|
|
|
16
23
|
## Version 2.10.1
|
|
17
24
|
|
|
18
|
-
(released on
|
|
25
|
+
(released on 2026-02-18)
|
|
19
26
|
|
|
20
27
|
- Update license dates.
|
|
21
28
|
- Change `master` branch references to `main`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cli_helpers
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.13.0
|
|
4
4
|
Summary: Helpers for building command-line apps
|
|
5
5
|
Home-page: https://github.com/dbcli/cli_helpers
|
|
6
6
|
Author: dbcli
|
|
@@ -22,7 +22,7 @@ License-File: AUTHORS
|
|
|
22
22
|
Requires-Dist: configobj>=5.0.5
|
|
23
23
|
Requires-Dist: tabulate[widechars]~=0.10.0
|
|
24
24
|
Provides-Extra: styles
|
|
25
|
-
Requires-Dist: Pygments
|
|
25
|
+
Requires-Dist: Pygments~=2.19.2; extra == "styles"
|
|
26
26
|
Dynamic: author
|
|
27
27
|
Dynamic: author-email
|
|
28
28
|
Dynamic: classifier
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.13.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cli_helpers
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.13.0
|
|
4
4
|
Summary: Helpers for building command-line apps
|
|
5
5
|
Home-page: https://github.com/dbcli/cli_helpers
|
|
6
6
|
Author: dbcli
|
|
@@ -22,7 +22,7 @@ License-File: AUTHORS
|
|
|
22
22
|
Requires-Dist: configobj>=5.0.5
|
|
23
23
|
Requires-Dist: tabulate[widechars]~=0.10.0
|
|
24
24
|
Provides-Extra: styles
|
|
25
|
-
Requires-Dist: Pygments
|
|
25
|
+
Requires-Dist: Pygments~=2.19.2; extra == "styles"
|
|
26
26
|
Dynamic: author
|
|
27
27
|
Dynamic: author-email
|
|
28
28
|
Dynamic: classifier
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.12.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
|
|
File without changes
|
{cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/tabular_output/delimited_output_adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cli_helpers-2.12.0 → cli_helpers-2.13.0}/cli_helpers/tabular_output/vertical_table_adapter.py
RENAMED
|
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
|
|
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
|
{cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/tabular_output/test_delimited_output_adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cli_helpers-2.12.0 → cli_helpers-2.13.0}/tests/tabular_output/test_vertical_table_adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|