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.3.tar.gz
(74.3 kB
view details)
Built Distribution
psprint-1!1.2.3-py3-none-any.whl
(28.4 kB
view details)
File details
Details for the file psprint-1!1.2.3.tar.gz
.
File metadata
- Download URL: psprint-1!1.2.3.tar.gz
- Upload date:
- Size: 74.3 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 | 8e5bec99cd88fb8716f9a735e13db82f59fce7c8682408dc351b0aebd55f181f |
|
MD5 | 54fb2659ee98ef281ae4cc2f4bdab063 |
|
BLAKE2b-256 | e674119bed897b87ad9a0d4bb78b6b670061077990a04183c7c92169a229b020 |
File details
Details for the file psprint-1!1.2.3-py3-none-any.whl
.
File metadata
- Download URL: psprint-1!1.2.3-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.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 | 917b8d5efd47068ff5a95d6322194382ab78e3a715e68c2ef78e41ce1312dcb6 |
|
MD5 | 10774d15ae015c3e13b59213e36669a6 |
|
BLAKE2b-256 | 88fe1ba00f653a00a32beb2b82555785abfd0593713499fbb196a4ceb4f344cd |