Metadata-Version: 1.1
Name: descr
Version: 0.1
Summary: HTML pretty-printing of Python structures
Home-page: https://github.com/breuleux/descr
Author: Olivier Breuleux
Author-email: olivier@breuleux.net
License: BSD
Download-URL: https://github.com/downloads/breuleux/descr/descr.tar.gz
Description: Generates HTML for Python data, lists, dictionaries and tracebacks. Meant to be used primarily interactively with the IPython notebook. CSS selectors can be used to customize display or highlight data of interest.
Keywords: print pretty-print
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Utilities
Requires: cssselect
