معرفی شرکت ها


cozyconsole-0.4.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Making development of console-based apps a little more convenient
ویژگی مقدار
سیستم عامل -
نام فایل cozyconsole-0.4.0
نام cozyconsole
نسخه کتابخانه 0.4.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Ralf Luetkemeier <foss@rlue.de>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/cozyconsole/
مجوز -
# cozyconsole ## Caveat This package exists to support my other projects. Those may require breaking changes in here. Consequently, cozyconsole may never become "stable", never reach v1.0.0. Considering how little is in here at the moment, it is probably not worth your time. ## If you are still reading cozyconsole currently contains: `cozyconsole.consolex.ConsoleX` is a trivial wrapper around `rich.console.Console`. It exists to avoid code duplication anti-patterns in my other projects. `cozyconsole.activity.Activity` is a context manager for operations that run for a few seconds each. It displays a message while a piece of code is executing. When the execution is complete, its status is shown. ```python from time import sleep from cozyconsole.activity import Activity with Activity("Updating dependencies") as act: sleep(3) # simulating the actual code act.success = True ``` This displays ```sh Collecting dependencies... ``` until the code finishes (here: 3 seconds), then updates that to show ```sh Collecting dependencies - done ``` Activity can handle warnings, errors, and expections in various ways. Run ```bash % python3 -m cozyconsole.demo ``` to see more. ## Planned for v0.4.0 and beyond - Evaluate if Activity should use `rich.status`. - Activity and ConsoleX error and warning colors should be configurable via a TOML config file. - A Rich-based horizontal barchart "widget". ## Credits [Rich](https://pypi.org/project/rich/)


نیازمندی

مقدار نام
=12.0.0 rich
=7.2. pytest


زبان مورد نیاز

مقدار نام
>=3.8,<4 Python


نحوه نصب


نصب پکیج whl cozyconsole-0.4.0:

    pip install cozyconsole-0.4.0.whl


نصب پکیج tar.gz cozyconsole-0.4.0:

    pip install cozyconsole-0.4.0.tar.gz