euporie.core.convert.formats.ft
Contain functions which convert data to formatted text.
Functions
|
Convert ANSI text to formatted text, lexing & formatting automatically. |
|
Detect the pygments lexer for a file. |
|
Convert HTML to formatted text. |
|
Add a converter to the centralized format conversion system. |
Remove up to one trailing new-line character from formatted text. |
|
|
Convert the given value (which can be formatted text) into a list of text fragments. |
Classes
|
Convert ANSI text into formatted text, preserving all control sequences. |
|
Very simple cache that discards the oldest item when the cache size is exceeded. |
partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords. |