freebsd-ports/devel/py-colorful/pkg-descr
Kai Knoblich 3b63393ee2 New port: devel/py-colorful
Colorizes and styles the text of terminals in the right way.

Key Features:

* Expressive and consistent API
* Support for different color modes (8 ANSI, 256 ANSI, true colors)
* Support for predefined awesome styles (solarized, ...)
* Support for custom color palettes
* Support nesting styles
* Support for different platforms
* Context managers for clean color mode, color palette or style switch
* Support len() on colored strings
* Support color names from X11 rgb.txt
* No dependencies

WWW: https://pypi.org/project/colorful/

PR:		229350
Submitted by:	Patrice Clement <monsieurp@gentoo.org>
2019-06-10 14:12:43 +00:00

16 lines
533 B
Text

Colorizes and styles the text of terminals in the right way.
Key Features:
* Expressive and consistent API
* Support for different color modes (8 ANSI, 256 ANSI, true colors)
* Support for predefined awesome styles (solarized, ...)
* Support for custom color palettes
* Support nesting styles
* Support for different platforms
* Context managers for clean color mode, color palette or style switch
* Support len() on colored strings
* Support color names from X11 rgb.txt
* No dependencies
WWW: https://pypi.org/project/colorful/