| __init__.py |
A thin, practical wrapper around terminal capabilities in Python.
http://pypi.python.org/pypi/blessed
|
687 |
- |
| _capabilities.py |
Terminal capability builder patterns. |
6292 |
- |
| _capabilities.pyi |
|
323 |
- |
| _compat.py |
Provides compatibility between different Python versions. |
620 |
- |
| color.py |
Sub-module providing color functions.
References,
- https://en.wikipedia.org/wiki/Color_difference
- http://www.easyrgb.com/en/math.php
- Measuring Colour by R.W.G. Hunt and M.R. Pointer
|
7490 |
- |
| color.pyi |
|
790 |
- |
| colorspace.py |
Color reference data.
References,
- https://github.com/freedesktop/xorg-rgb/blob/master/rgb.txt
- https://github.com/ThomasDickey/xterm-snapshots/blob/master/256colres.h
- https://github.com/ThomasDickey/xterm-snapshots/blob/master/XTerm-col.ad
- https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
- https://gist.github.com/XVilka/8346728
- https://devblogs.microsoft.com/commandline/24-bit-color-in-the-windows-console/
- http://jdebp.uk/Softwares/nosh/guide/TerminalCapabilities.html
|
35313 |
- |
| colorspace.pyi |
|
319 |
- |
| formatters.py |
Sub-module providing sequence-formatting functions. |
19212 |
- |
| formatters.pyi |
|
2298 |
- |
| keyboard.py |
Sub-module providing 'keyboard awareness'. |
18520 |
- |
| keyboard.pyi |
|
1418 |
- |
| py.typed |
|
0 |
- |
| sequences.py |
Module providing 'sequence awareness'. |
17956 |
- |
| sequences.pyi |
|
2264 |
- |
| terminal.py |
Module containing :class:`Terminal`, the primary API entry point. |
62694 |
- |
| terminal.pyi |
|
4532 |
- |
| win_terminal.py |
Module containing Windows version of :class:`Terminal`. |
5926 |
- |
| win_terminal.pyi |
|
436 |
- |