AUTHORS.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/api_reference.rst
docs/authors.rst
docs/conf.py
docs/history.rst
docs/index.rst
docs/make.bat
docs/modules.rst
docs/usage.rst
docs/_build/html/_images/prettyprinterlightscreenshot.png
docs/_build/html/_images/prettyprinterscreenshot.png
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/prettyprinterlightscreenshot.png
docs/_build/html/_static/prettyprinterscreenshot.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
prettyprinter/__init__.py
prettyprinter/color.py
prettyprinter/doc.py
prettyprinter/doctypes.py
prettyprinter/layout.py
prettyprinter/pretty_stdlib.py
prettyprinter/prettyprinter.py
prettyprinter/render.py
prettyprinter/sdoctypes.py
prettyprinter/syntax.py
prettyprinter/utils.py
prettyprinter.egg-info/PKG-INFO
prettyprinter.egg-info/SOURCES.txt
prettyprinter.egg-info/dependency_links.txt
prettyprinter.egg-info/not-zip-safe
prettyprinter.egg-info/requires.txt
prettyprinter.egg-info/top_level.txt
prettyprinter/extras/__init__.py
prettyprinter/extras/attrs.py
prettyprinter/extras/dataclasses.py
prettyprinter/extras/django.py
prettyprinter/extras/ipython.py
prettyprinter/extras/ipython_repr_pretty.py
prettyprinter/extras/numpy.py
prettyprinter/extras/python.py
prettyprinter/extras/requests.py
tests/__init__.py
tests/conftest.py
tests/perf.py
tests/sample_json.json
tests/test_ast.py
tests/test_attrs.py
tests/test_dataclasses.py
tests/test_ipython_repr_pretty.py
tests/test_numpy.py
tests/test_prettyprinter.py
tests/test_requests.py
tests/test_stdlib_definitions.py