.gitlab-ci.yml
.psprintrc
.readthedocs.yml
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
docs/INSTALL.rst
docs/Makefile
docs/README.rst
docs/conf.py
docs/configure.rst
docs/coverage.svg
docs/example.py
docs/index.rst
docs/make.bat
docs/output.jpg
docs/requirements.txt
docs/source-code-doc.rst
docs/usage.rst
docs/docs/coverage.svg
docs/docs/output.jpg
src/psprint/__about__.py
src/psprint/__init__.py
src/psprint/__main__.py
src/psprint/ansi.py
src/psprint/ansi.toml
src/psprint/config.py
src/psprint/errors.py
src/psprint/mark_types.py
src/psprint/printer.py
src/psprint/style.toml
src/psprint/text_types.py
src/psprint.egg-info/PKG-INFO
src/psprint.egg-info/SOURCES.txt
src/psprint.egg-info/dependency_links.txt
src/psprint.egg-info/eager_resources.txt
src/psprint.egg-info/not-zip-safe
src/psprint.egg-info/requires.txt
src/psprint.egg-info/top_level.txt
tests/.coveragerc
tests/__init__.py
tests/test_config.py
tests/test_fmt.py
tests/test_iter.py
tests/test_print.py