Skip to main content

pretty-print with color

Project description

Pretty-print things with color.

This utility allows you to wrap pprint with colors.

## Usage

Pass any data into clog and it’ll get pretty-printed.

>>> from clog import clog
>>> data = {'here': 'is some data'}
>>> clog(data)

You can also give it a title:

>>> clog(data, title="My Data")

Or change the color:

>>> clog(data, title="My Data", color="red")

## Colors

This library uses the ANSI color codes from [fabric](http://www.fabfile.org/), and it supports the following color strings:

  • blue

  • cyan

  • green

  • magenta

  • red

  • white

  • yellow

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

clog-0.2.2.tar.gz (3.0 kB view hashes)

Uploaded Source

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