bibpy:python中的Bibtex解析器

时间:2021-06-15 08:43:56
【文件属性】:
文件名称:bibpy:python中的Bibtex解析器
文件大小:2.42MB
文件格式:ZIP
更新时间:2021-06-15 08:43:56
python tex bibtex TeX 比比 关于 Bibpy 是 Python 中的(又一个)BibTex 文件解析器。 有什么不同? 它不依赖于像 pyparser 等库。它小而快。 此外,有时它会从常见错误中恢复。 解析什么语法? 它解析的 BNF 基于 A rough grammar (case-insensitive): Database ::= (Junk '@' Entry)* Junk ::= .*? Entry ::= Record | Comment | String | Preamble Comment ::= "comment" [^\n]* \n -- ignored String ::= "string" '{' Field* '}' Preamble ::= "preamble" '{' .* '}' -- (balanced) Re
【文件预览】:
bibpy-master
----.travis.yml(118B)
----bibpy()
--------bib.py(9KB)
--------__init__.py(17B)
----tests()
--------IEEE.bst(17KB)
--------test_bib.py(259B)
--------test.bst(1KB)
--------small.bib(4KB)
--------hard.bib(9.06MB)
--------graphs.bib(340KB)
--------__init__.py(0B)
--------biblatex-examples.bib(51KB)
--------one.bib(420B)
--------IEEEtest.bst(1KB)
----setup.py(290B)
----README.md(2KB)

网友评论