## About ##
A drop in replacement for python built-in pprint package. Features include:

 1. pprint function could print unicode object
 2. Ability to print colorful message in console
 3. Use the new stype object for PrettyPrinter
 4. It works on python2 and python3

Note
----

This package inspired by the the package termcolor and the built-in package pprint. 