Skip to content

hal609/pretty_warnings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pretty_warnings

A Python module for displaying formatted warnings.

Installation

pip install pretty_warnings

Usage

from pretty_warnings import warn

try:
    bad_function()
except Exception as e:
    warn("Bad function has run.")

About

A Python module for displaying formatted warnings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages