Metadata-Version: 2.1
Name: PrintDebug
Version: 0.3.5
Summary: A small debug printing module that prints extra info like filenames, function names, and line numbers. It can also recursively print lists, tuples, and dicts.
Home-page: http://pypi.python.org/pypi/PrintDebug/
Author: Christopher Welborn
Author-email: cj@welbornprod.com
License: LICENSE.txt
Keywords: python module library 2 3 print debug
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.txt
Provides-Extra: colr
Requires-Dist: colr>=0.5.1; extra == "colr"

Small debug printing module.
