Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-cli-helpers-2.3.1-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-cli-helpers Distribution: openSUSE Tumbleweed
Version: 2.3.1 Vendor: openSUSE
Release: 1.2 Build date: Mon Mar 18 11:46:13 2024
Group: Unspecified Build host: reproducible
Size: 141292 Source RPM: python-cli-helpers-2.3.1-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/dbcli/cli_helpers
Summary: Helpers for building command-line apps
CLI Helpers is a Python package for performing common tasks when
building command-line apps. It's a helper library for command-line interfaces.

Libraries like Click <http://click.pocoo.org/5/> and Python Prompt
Toolkit <https://python-prompt-toolkit.readthedocs.io/en/latest/> are
tools that help to create quality apps. CLI Helpers complements these
libraries by wrapping up common tasks in interfaces.

CLI Helpers is not focused on applications' design patterns or
frameworks -- it can be used it on its own or in combination with
other libraries.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Mar 18 2024 Dirk Müller <dmueller@suse.com>
  - update to 2.3.1:
    * Don't escape newlines in `ascii` tables, and add
      `ascii_escaped` table format.
    * Updated tabulate version to latest, to fix ImportError in
      pgcli.
* Wed Jan 04 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.3.0:
    * don't escape newlines, etc. in ascii tables, and add
      ascii_escaped table format
* Tue Mar 08 2022 pgajdos@suse.com
  - version update to 2.2.1
    Version 2.2.1
    - ------------
    * Fix pygments tokens passed as strings
    Version 2.2.0
    - ------------
    * Remove dependency on terminaltables
    * Add psql_unicode table format
    * Add minimal table format
    * Fix pip2 installing py3-only versions
    * Format unprintable bytes (eg 0x00, 0x01) as hex
* Wed Jun 24 2020 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 2.0.1:
    * Fix newline escaping in plain-text formatters (ascii, double, github)
    * Use built-in unittest.mock instead of mock.
    * Remove Python 2.7 and 3.5.
    * Style config for missing value.
* Thu Apr 23 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Do not pull python2 deps without python2
* Mon Jun 17 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.2.1:
    * Work with new pygments
  - Remove merged patch:
    * pygments.patch
* Tue May 28 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.2.0:
    * Run tests on Python 3.7.
    * Use twine check during packaging tests.
    * Rename old tsv format to csv-tab (because it add quotes), introduce new tsv output adapter.
    * Truncate long fields for tabular display.
    * Return the supported table formats as unicode.
    * Override tab with 4 spaces for terminal tables.
  - Add patch to fix build with new pygments:
    * pygments.patch
* Wed Feb 06 2019 Jan Engelhardt <jengelh@inai.de>
  - Trim bias and excess markup from description.
* Sun Feb 03 2019 John Vandenberg <jayvdb@gmail.com>
  - Initial spec for cli-helpers v1.1.0

Files

/usr/lib/python3.11/site-packages/cli_helpers
/usr/lib/python3.11/site-packages/cli_helpers-2.3.1-py3.11.egg-info
/usr/lib/python3.11/site-packages/cli_helpers-2.3.1-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/cli_helpers-2.3.1-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/cli_helpers-2.3.1-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/cli_helpers-2.3.1-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/cli_helpers-2.3.1-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/cli_helpers/__init__.py
/usr/lib/python3.11/site-packages/cli_helpers/__pycache__
/usr/lib/python3.11/site-packages/cli_helpers/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cli_helpers/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cli_helpers/__pycache__/compat.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cli_helpers/__pycache__/compat.cpython-311.pyc
/usr/lib/python3.11/site-packages/cli_helpers/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cli_helpers/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/cli_helpers/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cli_helpers/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/cli_helpers/compat.py
/usr/lib/python3.11/site-packages/cli_helpers/config.py
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__init__.py
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/delimited_output_adapter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/delimited_output_adapter.cpython-311.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/output_formatter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/output_formatter.cpython-311.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/preprocessors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/preprocessors.cpython-311.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/tabulate_adapter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/tabulate_adapter.cpython-311.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/tsv_output_adapter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/tsv_output_adapter.cpython-311.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/vertical_table_adapter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__/vertical_table_adapter.cpython-311.pyc
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/delimited_output_adapter.py
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/output_formatter.py
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/preprocessors.py
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/tabulate_adapter.py
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/tsv_output_adapter.py
/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/vertical_table_adapter.py
/usr/lib/python3.11/site-packages/cli_helpers/utils.py
/usr/share/doc/packages/python311-cli-helpers
/usr/share/doc/packages/python311-cli-helpers/AUTHORS
/usr/share/doc/packages/python311-cli-helpers/CHANGELOG
/usr/share/doc/packages/python311-cli-helpers/README.rst
/usr/share/doc/packages/python311-cli-helpers/docs
/usr/share/doc/packages/python311-cli-helpers/docs/Makefile
/usr/share/doc/packages/python311-cli-helpers/docs/source
/usr/share/doc/packages/python311-cli-helpers/docs/source/api.rst
/usr/share/doc/packages/python311-cli-helpers/docs/source/authors.rst
/usr/share/doc/packages/python311-cli-helpers/docs/source/changelog.rst
/usr/share/doc/packages/python311-cli-helpers/docs/source/conf.py
/usr/share/doc/packages/python311-cli-helpers/docs/source/contributing.rst
/usr/share/doc/packages/python311-cli-helpers/docs/source/index.rst
/usr/share/doc/packages/python311-cli-helpers/docs/source/license.rst
/usr/share/doc/packages/python311-cli-helpers/docs/source/quickstart.rst
/usr/share/licenses/python311-cli-helpers
/usr/share/licenses/python311-cli-helpers/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024