معرفی شرکت ها


console-logging-0.0.5.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Better, prettier commandline logging.
ویژگی مقدار
سیستم عامل -
نام فایل console-logging-0.0.5.0
نام console-logging
نسخه کتابخانه 0.0.5.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Priansh Shah
ایمیل نویسنده me@priansh.com
آدرس صفحه اصلی https://github.com/pshah123/console-logging
آدرس اینترنتی https://pypi.org/project/console-logging/
مجوز MIT
console-logging =============== |Codeship Status for pshah123/console-logging| |PyPI version| |Codacy Badge| Better console logging for Python. Find us on PyPi: https://pypi.python.org/pypi/console-logging .. figure:: https://github.com/pshah123/console-logging/raw/master/images/example.png :alt: Demo of console-logging Showcase Getting Started --------------- Dependencies ~~~~~~~~~~~~ - Python 2.6+ or Python 3.5+ - ``termcolor`` Installation ~~~~~~~~~~~~ :: pip install console-logging *If building from source:* ``bash pipe`` from inside this repo. Usage ~~~~~ New: ^^^^ :: from console_logging.console import Console console = Console() console.log("Hello world!") Old: ^^^^ :: from console_logging import console console.log("Hello World!") Exhaustive Reference ~~~~~~~~~~~~~~~~~~~~ :: console.log("This is a log.") console.error("This is an error.") console.info("This is some neutral info.") console.success("This is a success message.") # If using the new usage: console.setVerbosity(4) # verbosity from 1 - 5, in order: ''' [1] Errors [2] Successes [3] Logs [4] Info [5] Secure ''' console.mute() # shorthand for setVerbosity(0) Example ~~~~~~~ For an exhaustive example, see ``tests/example.py``. Credit ~~~~~~ - ``termcolor`` module for colors .. |Codeship Status for pshah123/console-logging| image:: https://app.codeship.com/projects/aed26890-8fca-0135-1d5e-36d54fbb9242/status?branch=master :target: https://app.codeship.com/projects/250054 .. |PyPI version| image:: https://badge.fury.io/py/console-logging.svg :target: https://badge.fury.io/py/console-logging .. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/c6656875f3234dfb9ab6bd4aa509ff57 :target: https://www.codacy.com/app/pshah123/console-logging?utm_source=github.com&utm_medium=referral&utm_content=pshah123/console-logging&utm_campaign=Badge_Grade


نیازمندی

مقدار نام
- termcolor
xtr check-manifest;
xtr coverage;


نحوه نصب


نصب پکیج whl console-logging-0.0.5.0:

    pip install console-logging-0.0.5.0.whl


نصب پکیج tar.gz console-logging-0.0.5.0:

    pip install console-logging-0.0.5.0.tar.gz