Metadata-Version: 1.1
Name: prettyprinter
Version: 0.1.2
Summary: Syntax-highlighting, declarative and composable pretty printer for Python 3.6+
Home-page: https://github.com/tommikaikkonen/prettyprinter
Author: Tommi Kaikkonen
Author-email: kaikkonentommi@gmail.com
License: MIT license
Description: =============
        PrettyPrinter
        =============
        
        .. image:: prettyprinterscreenshot.png
            :alt: Screenshot of prettyprinter output
        
        Syntax-highlighting, declarative and composable pretty printer for Python 3.6+
        
        Comes with prettyprinter rules for the following libraries and modules:
        
        - ``datetime`` (installed by default)
        - ``enum`` (installed by default)
        - ``pytz`` (installed by default)
        - ``attrs`` any new class you create will be pretty printed automatically
        - ``django`` your Models and QuerySets will be pretty printed automatically
        
        
        * Free software: MIT license
        * Documentation: https://prettyprinter.readthedocs.io.
        
        
        =======
        History
        =======
        
        0.1.0 (2017-12-07)
        ------------------
        
        * First release on PyPI.
        
Keywords: prettyprinter
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
