文件名称:bai2:用于解析和写入BAI2文件的Python模块
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-17 10:29:18
Python
白2 用于解析和写入文件的Python模块。 由于我们没有足够的数据进行测试,因此该库目前尚无法投入生产,请帮助我们进行改进。 要求 仅支持Python 2.7和Python 3.3+。 安装 pip install bai2 用法 在项目中使用bai2 >> > from bai2 import bai2 >> > # parse from a file >> > with open ( < file> ) as f : >> > bai2_file = bai2 . parse_from_file ( f ) >> > # parse from a string >> > bai2_file = bai2 . parse_from_string ( < bai2> ) >> > # parse from lines >> > bai
【文件预览】:
bai2-master
----setup.py(1KB)
----.gitignore(150B)
----Makefile(903B)
----bai2()
--------__init__.py(118B)
--------models.py(7KB)
--------parsers.py(14KB)
--------writers.py(9KB)
--------constants.py(46KB)
--------utils.py(2KB)
--------bai2.py(543B)
--------helpers.py(1KB)
--------exceptions.py(146B)
----MANIFEST.in(248B)
----setup.cfg(127B)
----LICENSE.txt(1KB)
----.github()
--------CODEOWNERS(28B)
--------workflows()
----README.rst(4KB)
----tests()
--------data()
--------__init__.py(0B)
--------test_writers.py(15KB)
--------test_parsers.py(23KB)
--------test_style.py(351B)
--------test_utils.py(2KB)
--------test_bai2.py(5KB)
----.editorconfig(205B)
----tox.ini(74B)