معرفی شرکت ها


python-typer-0.9.0-4.fc39.src.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Build great CLIs; easy to code; based on Python type hints
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 39
مخزن Fedora Everything noarch
نام بسته python-typer
نام فایل بسته python-typer-0.9.0-4.fc39.src.rpm
نسخه بسته 0.9.0
انتشار بسته 4.fc39
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri Jul 21 18
هاست سازنده buildvm-x86-27.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://typer.tiangolo.com/
مجوز MIT
حجم دانلود 301K
حجم نصب 422.362K
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.


جایگزین ها

بسته نسخه معماری مخزن
python-typer-0.11.1-1.fc39.src.rpm 0.11.1 noarch Fedora Everything


نیازمندی

مقدار نام
>= 7.1.1) (python3dist(click) < 9~~ with python3dist(click)
>= 0.4.3) (python3dist(colorama) < 0.5~~ with python3dist(colorama)
>= 0.9.4) (python3dist(pytest-sugar) < 0.10~~ with python3dist(pytest-sugar)
>= 10.11) (python3dist(rich) < 14~~ with python3dist(rich)
>= 1.3) (python3dist(shellingham) < 2~~ with python3dist(shellingham)
- (python3dist(tomli) if python3-devel < 3.11)
- pyproject-rpm-macros
- python3-devel
- python3-devel
>= 2 python3dist(flit-core)
- python3dist(packaging)
>= 19 python3dist(pip)
>= 4.4 python3dist(pytest)
>= 1.32 python3dist(pytest-xdist)
>= 3.7.4.3 python3dist(typing-extensions)


ارائه دهنده

مقدار نام
= 0.9.0-4.fc39 python3-typer
= 0.9.0-4.fc39 python3-typer+all


نحوه نصب


نصب پکیج rpm python-typer:

    dnf install python-typer-0.9.0-4.fc39.src.rpm


فایل ها

مسیرها
0001-Patch-out-linting-coverage-from-tests.patch
python-typer.spec


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

2023-06-29

Rebuilt for Python 3.12

2023-05-02

Update to 0.9.0 (close RHBZ#2192484)

2023-05-01

Update to 0.8.0 (close RHBZ#2192330)

2023-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2023-01-03

Allow rich 13.x (fix RHBZ#2157866)

2022-12-21

Rely on PYTEST_XDIST_AUTO_NUM_WORKERS

2022-11-12

Add some environment variables from scripts/test.sh

2022-11-06

Update to 0.7.0 (close RHBZ#2140338)

2022-11-06

Confirm License is SPDX MIT

2022-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-07-13

Update to 0.6.1 (close RHBZ#2106487)

2022-07-13

Run tests in parallel with pytest-xdist

2022-07-06

Update to 0.5.0 (close RHBZ#2103375)

2022-06-14

Rebuilt for Python 3.11

2022-04-22

Patch out coverage analysis