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

python3-typer-0.10.0-4.el9 RPM for noarch

From EPEL 9 for aarch64 / Packages / p

Name: python3-typer Distribution: Fedora Project
Version: 0.10.0 Vendor: Fedora Project
Release: 4.el9 Build date: Tue Nov 19 07:08:11 2024
Group: Unspecified Build host: buildvm-s390x-05.s390.fedoraproject.org
Size: 351820 Source RPM: python-typer-0.10.0-4.el9.src.rpm
Packager: Fedora Project
Url: https://typer.tiangolo.com/
Summary: Build great CLIs; easy to code; based on Python type hints
Typer is a library for building CLI applications that users will love using and
developers will love creating. Based on Python 3.6+ type hints.

The key features are:

  • Intuitive to write: Great editor support. Completion everywhere. Less time
    debugging. Designed to be easy to use and learn. Less time reading docs.
  • Easy to use: It’s easy to use for the final users. Automatic help, and
    automatic completion for all shells.
  • Short: Minimize code duplication. Multiple features from each parameter
    declaration. Fewer bugs.
  • Start simple: The simplest example adds only 2 lines of code to your app: 1
    import, 1 function call.
  • Grow large: Grow in complexity as much as you want, create arbitrarily
    complex trees of commands and groups of subcommands, with options and
    arguments.

Typer is FastAPI’s little sibling.

And it’s intended to be the FastAPI of CLIs.

Provides

Requires

License

MIT

Changelog

* Tue Nov 19 2024 Benjamin A. Beasley <[email protected]> - 0.10.0-4
  - Stub out "coverage run" well enough to drop the coverage dep.
* Tue Nov 19 2024 Benjamin A. Beasley <[email protected]> - 0.10.0-2
  - Remove an Obsoletes that has served its upgrade-path purpose
* Thu Mar 28 2024 Benjamin A. Beasley <[email protected]> - 0.10.0-1
  - Update to 0.10.0
* Thu Mar 28 2024 Benjamin A. Beasley <[email protected]> - 0.9.4-1
  - Update to 0.9.4
* Thu Mar 28 2024 Benjamin A. Beasley <[email protected]> - 0.9.3-1
  - Update to 0.9.3
* Thu Mar 28 2024 Benjamin A. Beasley <[email protected]> - 0.9.2-1
  - Update to 0.9.2
  - Give up on patching out the dependency on the coverage module
* Thu Mar 28 2024 Benjamin A. Beasley <[email protected]> - 0.9.1-1
  - Update to 0.9.1
  - New CITATION.cff file is packaged as documentation.
* Thu Mar 28 2024 Benjamin A. Beasley <[email protected]> - 0.9.0-8
  - Simplify patching pyproject.toml and handling test dependencies
  - Drop unnecessary version-bounded BuildRequires on python-pytest-sugar,
    fixing failure to build from source with python-pytest-sugar 1.0.0.
* Fri May 12 2023 Benjamin A. Beasley <[email protected]> - 0.9.0-4
  - Revert "Work around no python-shellingham in EPEL9"
* Fri May 12 2023 Benjamin A. Beasley <[email protected]> - 0.9.0-3
  - Work around no python-shellingham in EPEL9
  - Do not build a python3-typer+all metapackage
* Fri May 12 2023 Benjamin A. Beasley <[email protected]> - 0.9.0-2
  - Work around no python-pytest-sugar in EPEL9
* Tue May 02 2023 Benjamin A. Beasley <[email protected]> - 0.9.0-1
  - Update to 0.9.0 (close RHBZ#2192484)
* Mon May 01 2023 Benjamin A. Beasley <[email protected]> - 0.8.0-1
  - Update to 0.8.0 (close RHBZ#2192330)
* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.7.0-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Jan 03 2023 Benjamin A. Beasley <[email protected]> - 0.7.0-4
  - Allow rich 13.x (fix RHBZ#2157866)
* Wed Dec 21 2022 Benjamin A. Beasley <[email protected]> - 0.7.0-3
  - Rely on PYTEST_XDIST_AUTO_NUM_WORKERS

Files

/usr/lib/python3.9/site-packages/typer
/usr/lib/python3.9/site-packages/typer-0.10.0.dist-info
/usr/lib/python3.9/site-packages/typer-0.10.0.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/typer-0.10.0.dist-info/LICENSE
/usr/lib/python3.9/site-packages/typer-0.10.0.dist-info/METADATA
/usr/lib/python3.9/site-packages/typer-0.10.0.dist-info/WHEEL
/usr/lib/python3.9/site-packages/typer/__init__.py
/usr/lib/python3.9/site-packages/typer/__pycache__
/usr/lib/python3.9/site-packages/typer/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_compat_utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_compat_utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_completion_click7.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_completion_click7.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_completion_click8.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_completion_click8.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_completion_shared.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_completion_shared.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_typing.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_typing.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/colors.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/colors.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/completion.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/completion.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/core.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/core.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/main.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/main.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/models.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/models.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/params.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/params.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/rich_utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/rich_utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/testing.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/testing.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/_compat_utils.py
/usr/lib/python3.9/site-packages/typer/_completion_click7.py
/usr/lib/python3.9/site-packages/typer/_completion_click8.py
/usr/lib/python3.9/site-packages/typer/_completion_shared.py
/usr/lib/python3.9/site-packages/typer/_typing.py
/usr/lib/python3.9/site-packages/typer/colors.py
/usr/lib/python3.9/site-packages/typer/completion.py
/usr/lib/python3.9/site-packages/typer/core.py
/usr/lib/python3.9/site-packages/typer/main.py
/usr/lib/python3.9/site-packages/typer/models.py
/usr/lib/python3.9/site-packages/typer/params.py
/usr/lib/python3.9/site-packages/typer/py.typed
/usr/lib/python3.9/site-packages/typer/rich_utils.py
/usr/lib/python3.9/site-packages/typer/testing.py
/usr/lib/python3.9/site-packages/typer/utils.py
/usr/share/doc/python3-typer
/usr/share/doc/python3-typer/CITATION.cff
/usr/share/doc/python3-typer/CONTRIBUTING.md
/usr/share/doc/python3-typer/README.md
/usr/share/licenses/python3-typer
/usr/share/licenses/python3-typer/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Dec 3 06:35:14 2024