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

python310-typer-slim-0.15.1-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-typer-slim Distribution: openSUSE Tumbleweed
Version: 0.15.1 Vendor: openSUSE
Release: 1.1 Build date: Wed Dec 4 21:30:49 2024
Group: Development/Languages/Python Build host: reproducible
Size: 375540 Source RPM: python-typer-slim-0.15.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/tiangolo/typer
Summary: Typer, build great CLIs. Easy to code. Based on Python type hints
Typer is a library for building CLI applications based on Python 3.7+ type hints.

Based on type hints, Typer enables great editor support and completion for developers.
With automatic help and completion, Typer makes CLIs easy to use for users.

This package provides the Typer Python package required to build and run Typer-based CLI applications.

Provides

Requires

License

MIT

Changelog

* Wed Dec 04 2024 Matthias Bach <[email protected]> - 0.15.1
  - Update to 0.15.1
    * Deprecate shell_complete and continue to use autocompletion for
      CLI parameters.
* Tue Dec 03 2024 Matthias Bach <[email protected]> - 0.15.0
  - Update to 0.15.0
    * Add support for extending typer apps without passing a name,
      add commands to the top level.
    * Breaking change:  Remove auto naming of groups added via
      add_typer based on the group's callback function name.
* Thu Nov 21 2024 Dirk Müller <[email protected]>
  - update to 0.13.1:
    * Remove Rich tags when showing completion text.
    * Render Rich markup as HTML in Markdown docs.
    * Support cp850 encoding for auto-completion in PowerShell.
    * Allow gettext translation of help message.
    * Fix printing HTML from Rich output.
  - update to 0.13.0:
    * Handle `KeyboardInterrupt` separately from other
      exceptions.
    * Update `launch` to not print anything when opening urls.
    * Fix equality check for custom classes. PR #979 by @AryazE.
    * Allow colon in zsh autocomplete values and descriptions. PR
    * Deprecate support for `is_flag` and `flag_value`
      parameters.
    * Remove unused functionality from `_typing.py` file.
    * Fix typo in function name `_make_rich_text`.
    * Only run completion installation tests when the env var
      `_TYPER_RUN_INSTALL_COMPLETION_TESTS` is set.
* Fri Sep 27 2024 Matthias Bach <[email protected]> - 0.12.5
  - Switch PDM dependency from python3-pdm to python3-pdm-backend to
    account for changes in that package's structure.
* Thu Aug 29 2024 Matthias Bach <[email protected]> - 0.12.5
  - Update to upstream version 0.12.5
    * Unify the width of the Rich console for help and errors.
    * Improve assertion error message if a group is not a valid subclass.
    * Ensure rich_markup_mode=None disables Rich formatting.
* Sat Aug 17 2024 Matthias Bach <[email protected]> - 0.12.4
  - Update to upstream version 0.12.4
    * Fix support for UnionType (e.g. str | None) with Python 3.11.
    * Fix zsh autocompletion installation.
    * Fix usage of Annotated with future annotations in Python 3.7+.
    * Fix shell_complete not working for Arguments.
* Tue Apr 09 2024 Matthias Bach <[email protected]> - 0.12.3
  - Update to upstream version 0.12.3
    * Fix Rich formatting with no commands.
    * Improve column help display, ensure commands column width is
      the same on all panels.
    * Add support for an argument of type Optional[Tuple] and default
      value None.
* Sat Apr 06 2024 Matthias Bach <[email protected]> - 0.12.1
  - Update to upstream version 0.12.1
    * No functional changes, only changes to upstream package
      structure.
* Mon Apr 01 2024 Matthias Bach <[email protected]> - 0.12.0
  - Provide ustream version 0.12.0
    * Extract core functionality into a separate slim package.
  - Add set-proper-pythonpath-for-tutorial-script-tests.patch to fix
    issues with import failures in tests.

Files

/usr/lib/python3.10/site-packages/typer
/usr/lib/python3.10/site-packages/typer/__init__.py
/usr/lib/python3.10/site-packages/typer/__main__.py
/usr/lib/python3.10/site-packages/typer/__pycache__
/usr/lib/python3.10/site-packages/typer/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/_completion_classes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/_completion_classes.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/_completion_shared.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/_completion_shared.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/_typing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/_typing.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/colors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/colors.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/completion.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/completion.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/main.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/params.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/params.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/rich_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/rich_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/testing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/testing.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/typer/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/typer/_completion_classes.py
/usr/lib/python3.10/site-packages/typer/_completion_shared.py
/usr/lib/python3.10/site-packages/typer/_typing.py
/usr/lib/python3.10/site-packages/typer/cli.py
/usr/lib/python3.10/site-packages/typer/colors.py
/usr/lib/python3.10/site-packages/typer/completion.py
/usr/lib/python3.10/site-packages/typer/core.py
/usr/lib/python3.10/site-packages/typer/main.py
/usr/lib/python3.10/site-packages/typer/models.py
/usr/lib/python3.10/site-packages/typer/params.py
/usr/lib/python3.10/site-packages/typer/py.typed
/usr/lib/python3.10/site-packages/typer/rich_utils.py
/usr/lib/python3.10/site-packages/typer/testing.py
/usr/lib/python3.10/site-packages/typer/utils.py
/usr/lib/python3.10/site-packages/typer_slim-0.15.1.dist-info
/usr/lib/python3.10/site-packages/typer_slim-0.15.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/typer_slim-0.15.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/typer_slim-0.15.1.dist-info/RECORD
/usr/lib/python3.10/site-packages/typer_slim-0.15.1.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/typer_slim-0.15.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/typer_slim-0.15.1.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/typer_slim-0.15.1.dist-info/licenses
/usr/lib/python3.10/site-packages/typer_slim-0.15.1.dist-info/licenses/LICENSE
/usr/share/doc/packages/python310-typer-slim
/usr/share/doc/packages/python310-typer-slim/README.md
/usr/share/licenses/python310-typer-slim
/usr/share/licenses/python310-typer-slim/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jan 9 23:48:41 2025