- Minor package metadata fixes
- Appending changelog properly
- Added classifiers Python 2 and Console environment
- Minor package metadata fixes
- Added changelog to the description
- Dropped support for Python 2 < 2.7.1 and Python 3 < 3.3
- Two helpers
uandbthat ensure a nice conversion tounicodeandbytesregardles being in Py2 or Py3 and using UTF-8 as default encoding. - New
outfunction 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
- Minor package metadata fixes
- Extra arguments are inserted into the first one using
formattemplating
- Backward support for Py2 (avoid using print to stderr)
- New function
successto show up successful end of tasks messages (green)
- First version with
step,error,warnandfail - As part of GuifiBaix software 'suro'