文件名称:lauteur:赋予作者身份的工具 - 令巴特懊恼
文件大小:35KB
文件格式:ZIP
更新时间:2024-06-21 14:41:58
Python
劳特尔 赋予作者身份的工具 - 令懊恼 注意:这个库的所有功能都得到了改进并移植到 ,特别是。 安装 pip install lauteur 测试 需要nose nosetests 用法 lauteur有两种方法: from_string和from_html from_string主要用于 RSS Feed 解析,其中作者有时作为署名嵌入: import lauteur string = 'By: Brian Abelson ,and Michael H. Keller & Dr. Stijn Debrouwere IV' authors = lauteur . from_string ( string ) print authors # ['Brian Abelson', 'Michael H Keller', 'DR Stijn Debrouwere IV'] from_
【文件预览】:
lauteur-master
----build_docs.sh(70B)
----requirements.txt(21B)
----.travis.yml(186B)
----setup.py(1KB)
----README.md(1KB)
----docs()
--------_themes()
--------install.rst(487B)
--------conf.py(8KB)
--------index.rst(657B)
--------Makefile(7KB)
--------.gitignore(7B)
--------_static()
----tests()
--------tests.py(776B)
--------fixtures()
--------__init__.py(0B)
--------README.md(22B)
----.gitignore(41B)
----lauteur()
--------util.py(562B)
--------main.py(4KB)
--------__init__.py(39B)