tpfd:文本解析功能分派器-tpfd

时间:2024-06-03 06:36:31
【文件属性】:

文件名称:tpfd:文本解析功能分派器-tpfd

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-03 06:36:31

Python

TPFD-文本解析功能分派器 TPFD是解析字符串并根据其内容执行函数的简便方法。 受启发并在使用 ,这使您可以用语法规则来修饰函数,如果找到了与您的语法规则之一匹配的模式,则该函数将与您指定的一组关键字参数一起运行它! 非常适合解析日志并在发现的内容上执行宏! 例子 Aniamls . txt Turtles are cool Sloths are cool Mosquitos are dumb >> > p = tpfd . Parser () >> > @ p . on_parse ( '{Animal} are cool' ) def main ( animal ): print ( 'I like {0}.' . format ( animal )) >> > p . parse_file ( 'animals.txt' ) 'I like tur


【文件预览】:
tpfd-master
----README.rst(2KB)
----requirements.txt(54B)
----examples()
--------interator_find.py(447B)
--------int_parse.py(327B)
--------interator_parse.py(336B)
--------unicode.py(489B)
--------multiple_words.py(354B)
--------find.py(331B)
--------SpeechRecognition.py(651B)
----.travis.yml(272B)
----LICENSE(1KB)
----test()
--------Test1.txt(67B)
--------test_parse.py(2KB)
----tpfd()
--------compat.py(485B)
--------rules.py(2KB)
--------parser.py(3KB)
--------__init__.py(186B)
----setup.py(1KB)
----.gitignore(869B)

网友评论