Skip to content
README.md 636 B
Newer Older
Christof Schulze's avatar
Christof Schulze committed
# Simple Python utilities (simple Utils)
Christof Schulze's avatar
Christof Schulze committed

Christof Schulze's avatar
Christof Schulze committed
A collection of simple python utilities each file can be used as it's own.
Christof Schulze's avatar
Christof Schulze committed
## simpledisplay.py
Christof Schulze's avatar
Christof Schulze committed

Christof Schulze's avatar
Christof Schulze committed
  Drop in replacement for a better Display class
  
  - display(msg: str, log_only=None)
    Print to stdout
Christof Schulze's avatar
Christof Schulze committed

Christof Schulze's avatar
Christof Schulze committed
  - display(msg: str, wrap_text=None)
    Print to stderr
Christof Schulze's avatar
Christof Schulze committed

## License
Christof Schulze's avatar
Christof Schulze committed
This collection is free software: you can redistribute it and/or modify it
under the terms of the MIT License as published by the Free Software Foundation.

You should have received a copy of the GNU Lesser General Public License
along with rpmd.  If not, see <http://www.gnu.org/licenses/mit>.
Christof Schulze's avatar
Christof Schulze committed

## Project status