plox-print-indent¶
Production grade, enterprise ready Python code.Built around industry standard best practices, plox code strives to be an example around how to write, build, and maintain software for use in a professional setting.
About¶
plox-print-indent
is a Python package for showcasing automatically indented print
statements.
A proper logging setup is almost always recommended over this, but in somecases, it might be more feasible to use this library.
Install¶
pip install plox-print-indent
Documentation¶
Built with Sphinx using the same python-docs-theme theme that the official docs.python.org website uses:
Developing¶
See: DEVELOPMENT.md