معرفی شرکت ها


clive-log-0.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A CLI live logging package
ویژگی مقدار
سیستم عامل -
نام فایل clive-log-0.0.1
نام clive-log
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Nathan
ایمیل نویسنده strigusconsilium@gmail.com
آدرس صفحه اصلی https://github.com/heidtn/clive_log
آدرس اینترنتی https://pypi.org/project/clive-log/
مجوز -
# CLIVE_LOG This is a simple library for quick python debugging of live data streams. It's intended to run in the command line only and to be very compact. The primary goals of the project are to not use any external dependencies (besides the python libraries) and to try and keep the total LOC under ~1000 to make it accessible. Currently supported fields are: * Text fields * Cell fields * Graph fields ### Getting started Check the examples folder for some basic demos on how to use this library. The general usage is: ```python import clive_log context = clive_log.Context("test") context.add_text_field("text_field1") while True: context.write_text_field("text_field1", "new text to write") context.display() ``` ![clive_log Demo](extras/clive_demo.gif) ### Known Issues There are still some issues with the system, namely: * artifacts when resizing * nonfunctional in terminal multiplexers ### Future Features Some things I would like to eventually add: * config parameters for how to print everything * resize cleanup * progress bars * tables ### License MIT License


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

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl clive-log-0.0.1:

    pip install clive-log-0.0.1.whl


نصب پکیج tar.gz clive-log-0.0.1:

    pip install clive-log-0.0.1.tar.gz