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.2.4.tar.gz
(74.2 kB
view details)
Built Distribution
psprint-1!1.2.4-py3-none-any.whl
(28.4 kB
view details)
File details
Details for the file psprint-1!1.2.4.tar.gz
.
File metadata
- Download URL: psprint-1!1.2.4.tar.gz
- Upload date:
- Size: 74.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48f1844a200685f223d3124da038ca300bb985a03e08cdb7542855709f96ff83 |
|
MD5 | 62c83320bc9c2fe77e1d43a8580c99fa |
|
BLAKE2b-256 | 73b6a5150d780af8b09ac3b932ed69b3259fc208d0ba0bb5d8396329214c62b8 |
File details
Details for the file psprint-1!1.2.4-py3-none-any.whl
.
File metadata
- Download URL: psprint-1!1.2.4-py3-none-any.whl
- Upload date:
- Size: 28.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b9e66c875bac57f3548fd6ec0202f08a90c048853754ca0432d3c8407d1c7fe |
|
MD5 | df92896fdbba7a019c57aab5802e8678 |
|
BLAKE2b-256 | 69a0de1dcd2a991057dd1acea9105a76da407b2ad3bc70a3d8255a5574b54207 |