psprint - Prompt String Print
Project description
Gist
Source Code Repository
Badges
Description
Prompt-String-like Print.
[ INFO ] Print statements with a flexible descriptor prefix for better readability.
What does it do
#!/usr/bin/env python3
# -*- coding: utf-8; mode: python; -*-
print()
print("*** WITHOUT PSPRINT ***")
print("An output statement which informs the user")
print("This statement requests the user to act")
print("A debugging output useless to the user")
print()
from psprint import print
print()
print("*** WITH PSPRINT ***")
print("An output statement which informs the user", mark=1)
print("This statement requests the user to act", mark=2)
print("A debugging output useless to the user", mark='bug')
print ()
Screenshot:
With extensive personalization on-the-fly and through configuration files
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
psprint-1!1.3.0.tar.gz
(50.6 kB
view details)
Built Distribution
psprint-1!1.3.0-py3-none-any.whl
(27.1 kB
view details)
File details
Details for the file psprint-1!1.3.0.tar.gz
.
File metadata
- Download URL: psprint-1!1.3.0.tar.gz
- Upload date:
- Size: 50.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.2.0 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbd8ac2060eb939568dd482f4559670961a3264ff57b5a170f87984d32e01eb0 |
|
MD5 | 8103a7143e819266b7d346de9b1fe5c3 |
|
BLAKE2b-256 | 107268af48c59057cfac34552422ee8a3fc40b6848c144bfde3feea66dbf470e |
File details
Details for the file psprint-1!1.3.0-py3-none-any.whl
.
File metadata
- Download URL: psprint-1!1.3.0-py3-none-any.whl
- Upload date:
- Size: 27.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.2.0 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb4d4eccb8b492ecb16e2fc7057515d4e75fe158c44f2a1e92e63e18fbda8b70 |
|
MD5 | 50b14156dfc97db4a537ebdce656932a |
|
BLAKE2b-256 | 6e1f7bb2e2ead3c1e0a70d5228c6b4e1e55711e0785e074eb95ce69c31fee0b7 |