Skip to main content

Better, prettier commandline logging.

Project description

console-logging===============|Codeship Status for pshah123/console-logging| |PyPI version| |CodacyBadge|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 ShowcaseGetting 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


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

console-logging-0.0.3.7.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

console_logging-0.0.3.7-py2.py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page