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.0.tar.gz
(71.7 kB
view details)
Built Distribution
psprint-1!1.2.0-py3-none-any.whl
(25.3 kB
view details)
File details
Details for the file psprint-1!1.2.0.tar.gz
.
File metadata
- Download URL: psprint-1!1.2.0.tar.gz
- Upload date:
- Size: 71.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 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 | 7005f2fdbbc8080d134da57722c5f6849efed30b497f0c60ec332efa38ac3576 |
|
MD5 | 89ef970f01e996c4f73523a6b7348d57 |
|
BLAKE2b-256 | a5c33f94c0e47e8f93c1b56a5a67cad320f7a2b8f2eebe1b0a2df02b398a280a |
File details
Details for the file psprint-1!1.2.0-py3-none-any.whl
.
File metadata
- Download URL: psprint-1!1.2.0-py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 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 | 484569d787cf51bbacd4833e5285cdc7fd78af2f25e372163e094f56ce39f973 |
|
MD5 | 3ee11ba0446d8e3a38c8bd9ccb0f7d21 |
|
BLAKE2b-256 | 64fd7b280598a9667f88b8d8fe4b28964cd5c419e1126df4c767830946e6ba1a |