Consolemsg

Latest version: v0.3.3

Safety actively analyzes 622979 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.2

---------------------------

- Minor package metadata fixes

- Appending changelog properly
- Added classifiers Python 2 and Console environment

0.3.1

---------------------------

- Minor package metadata fixes

- Added changelog to the description

0.3.0

---------------------------

- Dropped support for Python 2 < 2.7.1 and Python 3 < 3.3
- Two helpers ``u`` and ``b`` that ensure a nice conversion to
``unicode`` and ``bytes`` regardles being in Py2 or Py3 and using
UTF-8 as default encoding.
- New ``out`` function to send undecorated content, but still portable
and unicode safe, to stdout
- Unicode over pipes without needing PYTHONIOENCODING, defaulting to
utf-8 instead of ASCII

- Respects stdout/stderr encoding when PYTHONIOENCODING or any other
local settings sets it

- When first parameter is a Py2 str’s is decoded as unicode using using
UTF-8
- First parameter can be any formatable type instead of text

0.2.1

---------------------------

- Minor package metadata fixes

0.2.0

---------------------------

- Extra arguments are inserted into the first one using ``format``
templating

0.1.0

---------------------------

- Backward support for Py2 (avoid using print to stderr)
- New function ``success`` to show up successful end of tasks messages
(green)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.