python-ansimarkup:产生带有类似xml标记的彩色终端文本

时间:2024-06-14 07:39:31
【文件属性】:

文件名称:python-ansimarkup:产生带有类似xml标记的彩色终端文本

文件大小:17KB

文件格式:ZIP

更新时间:2024-06-14 07:39:31

ansi-escape-codes ansi-colors Python

Ansimarkup Ansimarkup是一种类似于XML的标记,用于生成彩色的终端文本。 from ansimarkup import ansiprint as print print ( "bold text" )) print ( "red text" , "red text on a green background" ) print ( "orange text" ) 安装 可以从pypi安装ansimarkup的最新稳定版本: $ pip install ansimarkup 用法 基本的 from ansimarkup import parse , ansiprint # parse() converts the tags to th


【文件预览】:
python-ansimarkup-master
----MANIFEST.in(15B)
----README.rst(9KB)
----.travis.yml(195B)
----tox.ini(418B)
----LICENSE(1KB)
----setup.cfg(250B)
----setup.py(2KB)
----tests()
--------test_markup.py(9KB)
--------test_logging.py(1KB)
--------benchmark.py(2KB)
--------conftest.py(105B)
----.gitignore(1KB)
----ansimarkup()
--------compat.py(111B)
--------ansi.py(259B)
--------__init__.py(353B)
--------markup.py(7KB)
--------logformatter.py(491B)
--------__main__.py(604B)
--------tags.py(3KB)

网友评论