文件名称:python-rst2ansi:用于在终端中呈现RST的python实用程序
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-14 17:41:49
Python
rst2ansi 一个专用于将RST(reStructuredText)文档呈现为可在终端中显示的ansi转义的字符串的python模块。 安装 要求 Python 3.3以上 PyPi包 pip install rst2ansi 用法 作为CLI实用程序: usage: rst2ansi [-h] [file] Prints a reStructuredText input in an ansi-decorated format suitable for console output. positional arguments: file A path to the file to open optional arguments: -h, --help show this help message and exit 作为python模块: from rs
【文件预览】:
python-rst2ansi-master
----README.rst(1KB)
----rst2ansi()
--------visitor.py(2KB)
--------ansi.py(13KB)
--------__init__.py(2KB)
--------table.py(9KB)
--------wrap.py(2KB)
--------unicode.py(2KB)
--------functional.py(1KB)
--------get_terminal_size.py(4KB)
----demo()
--------README.md(93B)
--------send-inputs.sh(110B)
--------autoreload.sh(140B)
--------demo.sh(225B)
--------demo.tsq(14KB)
----TODO.md(2KB)
----.travis.yml(1KB)
----LICENSE(1KB)
----test()
--------lists.t(4KB)
--------paragraph.t(3KB)
--------styles.t(2KB)
--------empty.t(61B)
----setup.cfg(31B)
----setup.py(1KB)
----Makefile(241B)
----bin()
--------rst2ansi(638B)