Skip to main content

Logs things in color and beautiful format.

Project description

prettylogger
============

Logs things (dicts, tuples, lists, etc) in color and beautiful format.

####Installation

This package can be installed from PyPI using `pip`. Make sure you have `pip`
installed then run:

```
$ pip install prettylogger
```

#####Installation Using Buildout

If you're using Buildout and want to use prettylogger you can do so by adding
the following lines to your `buildout.cfg` file:

```
[prettylogger]
recipe = zc.recipe.egg
eggs = prettylogger
```

and appending `prettylogger` to your `buildout:parts`.

####Usage

Logging beautifully formatted things is as easy as:

```
from prettylogger.utils import log

thing = {'name': 'prettylogger', 'version': '0.1.0'}
mode = 'rb' # Discussion below
log(thing, mode)
```

And it will log the following:

![prettylogger output](http://i.imgur.com/HnbrCtj.png "prettylogger output")

#####Formatting Options

The `mode` parameter for the `log` function is a string with each character
being one of the following:

- `p`: print the thing in purple
- `c`: print the thing in cyan
- `y`: print the thing in yellow
- `g`: print the thing in green
- `r`: print the thing in red
- `b`: print the thing in bold characters

So the `mode` used in the example above, `rb`, tells the `log` method to print
the thing in color red and bold characters.

####Contributing

To contribute to this mini-project just fork this repository, clone your forked
repository and run buildout inside the project directory.

```
$ git clone git@github.com:arnellebalane/prettylogger.git
$ cd prettylogger
$ ./bin/buildout
```

This will take care of retrieving the project's dependencies.

When contributing new code to the project, please test your code. The test specs
are in the `src/prettylogger/tests.py` file. To run the tests simply do:

```
$ ./bin/test
```

Merging your code into this main repository must be done through pull requests.

####Bugs and Issues

If you find any bugs and issues in this project, please report them by opening
an issue here.

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

prettylogger-0.1.0.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

prettylogger-0.1.0-py2.7.egg (4.9 kB view details)

Uploaded Egg

File details

Details for the file prettylogger-0.1.0.tar.gz.

File metadata

  • Download URL: prettylogger-0.1.0.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for prettylogger-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d43da2bb57020f88bac2e572b364e7da33f4bb10a80615a53a8ff9adfe003e0c
MD5 a3f3f4e75658ebb3d06065c8f7e91c85
BLAKE2b-256 036d1d9c5369860f578dd2f0cb41281ab928876f527cf6ae37a422d2a79c9820

See more details on using hashes here.

File details

Details for the file prettylogger-0.1.0-py2.7.egg.

File metadata

File hashes

Hashes for prettylogger-0.1.0-py2.7.egg
Algorithm Hash digest
SHA256 be2f55e1628dce1cae10ad32fbef59d84aa026bd19fd8639bedf0719bed450b4
MD5 12ec96e0bde6e1e029941802a77085ad
BLAKE2b-256 2ba6a68d1b0f181ea11a41a2806bdd55d41972c1240f5e2d3cf9953f11a96ca8

See more details on using hashes here.

Supported by

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