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.2.tar.gz
(51.8 kB
view details)
Built Distribution
psprint-1!1.3.2-py3-none-any.whl
(25.1 kB
view details)
File details
Details for the file psprint-1!1.3.2.tar.gz
.
File metadata
- Download URL: psprint-1!1.3.2.tar.gz
- Upload date:
- Size: 51.8 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.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb1c0a370a5da30798c3f2b8b1bbc58d30f40205cf388af9bfdf124b10dc0f88 |
|
MD5 | 5c5af532ffac0b059fd4a733be9c0a20 |
|
BLAKE2b-256 | 41245cbb1ad66df78764195d08d1e4ea28887a6073d97c80d8729378a0d6314c |
File details
Details for the file psprint-1!1.3.2-py3-none-any.whl
.
File metadata
- Download URL: psprint-1!1.3.2-py3-none-any.whl
- Upload date:
- Size: 25.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.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0881fad21f147e24e15ac7983ab03ff0bb65d46d95790f942577ed79ad07c6a |
|
MD5 | 438dc16e9d80af1d4f953e02efd5451e |
|
BLAKE2b-256 | 7df1bc2c417fbe9d67d84fddcc69cf43eff1d7886adb8baf43d03f2e9d8d3f3f |