./devel/py-blessed, Wrapper around terminal styling, screen positioning, and input

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.20.0nb1, Package name: py311-blessed-1.20.0nb1, Maintainer: pkgsrc-users

Blessed is an easy, practical library for making terminal apps, by providing an
elegant, well-documented interface to Colors, Keyboard input, and screen
position and Location capabilities.


Master sites:

Filesize: 6499.621 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-13 10:27:22 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-blessed: restore DESCR
   2023-05-13 10:26:02 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-blessed: updated to 1.20.0

1.20
* introduced :meth:`~Terminal.get_fgcolor` and :meth:`~Terminal.get_bgcolor` to query
  the terminal for the currently set colors. :ghissue:`237` by :ghuser:`stefanholek`
* bugfix: Copy globals dict before iterating to avoid RuntimeError in multithreaded
  applications, :ghissue:`248` by :ghuser:`adamnovak`
   2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
   2022-09-15 19:51:07 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-blessed: added version 1.19.1

Blessed is an easy, practical library for making terminal apps, by providing an
elegant, well-documented interface to Colors, Keyboard input, and screen
position and Location capabilities.