eml_parser:python eml解析器模块

时间:2021-05-09 13:36:35
【文件属性】:
文件名称:eml_parser:python eml解析器模块
文件大小:949KB
文件格式:ZIP
更新时间:2021-05-09 13:36:35
python parser eml-files eml Python eml_parser充当python模块,用于解析eml文件并返回在电子邮件中找到的各种信息以及计算出的信息。 提取和生成的信息包括但不限于: 附件 散列 名字 从,到,cc 收到的服务器路径 主题 从邮件的文本内容(包括HTML正文/附件)中解析的URL列表 请随时向我发送您的评论/请求。 有关更改日志,请参见 。 安装: pip install eml_parser[filemagic] :warning: 注意:如果您不想/不能使用文件魔术(例如,如果您正在使用python-magic),请通过以下方式安装: pip install eml_parser OSX用户注意事项: 确保安装libmagic,否则eml_parser将不起作用。 用法示例: import datetime import json import eml_parser def json_serial ( o
【文件预览】:
eml_parser-master
----setup.py(63B)
----.gitignore(110B)
----pyproject.toml(146B)
----OUT_FORMAT(2KB)
----.travis.yml(258B)
----samples()
--------sample.eml(399B)
--------sample_date_parsing.eml(381B)
--------sample_bug27257.eml(406B)
--------sample_attachments.eml(15KB)
--------sample_body_data.eml(1KB)
--------sample_invalid_date1.eml(138B)
--------sample_mime.eml(48KB)
--------sample_large.eml(1.1MB)
--------sample_mime2.eml(48KB)
--------github_issue_48.eml(3KB)
----LICENSE(34KB)
----CHANGELOG.md(3KB)
----setup.cfg(2KB)
----.github()
--------workflows()
----examples()
--------recursively_extract_attachments.py(2KB)
--------simple_test.py(4KB)
----.jenkinsfile(6KB)
----eml_parser()
--------__init__.py(278B)
--------eml_parser.py(47KB)
--------regex.py(4KB)
--------py.typed(0B)
--------routing.py(6KB)
--------decode.py(8KB)
----README.md(3KB)
----tests()
--------test_emlparser.py(14KB)
--------test_decode.py(3KB)
--------__init__.py(0B)
--------test_routing.py(4KB)
----pytest.ini(31B)
----AUTHORS.rst(321B)
----.pylintrc(14KB)
----docs()
--------.gitignore(26B)
--------Makefile(607B)
--------api.rst(123B)
--------index.rst(1KB)
--------conf.py(5KB)
----.checkignore(77B)
----.editorconfig(272B)
----tox.ini(718B)

网友评论