Path to this page:
./
devel/py-blessed,
Wrapper around terminal styling, screen positioning, and input
Branch: CURRENT,
Version: 1.20.0nb2,
Package name: py311-blessed-1.20.0nb2,
Maintainer: pkgsrc-usersBlessed 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)
- (2024-04-30) Updated to version: py311-blessed-1.20.0nb2
- (2023-10-23) Updated to version: py311-blessed-1.20.0nb1
- (2023-05-13) Updated to version: py310-blessed-1.20.0
- (2022-09-15) Package added to pkgsrc.se, version py310-blessed-1.19.1 (created)
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) | |
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.
|