.. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT whiteprints.console =================== .. py:module:: whiteprints.console .. autoapi-nested-parse:: Manage a global rich console. Attributes ---------- .. autoapisummary:: whiteprints.console.STDOUT whiteprints.console.STDERR Module Contents --------------- .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:data:: STDOUT :type: Final A high level console interface instance. Print on the standard output. .. seealso:: https://rich.readthedocs.io/en/stable/reference/console.html .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:data:: STDERR :type: Final A high level console interface instance. Print on the standard error. .. seealso:: https://rich.readthedocs.io/en/stable/reference/console.html