项目作者: danielsen

项目描述 :
DMARC Aggregate Report Parser
高级语言: Python
项目地址: git://github.com/danielsen/dmarc-aggregate-parser.git
创建时间: 2013-04-02T00:10:05Z
项目社区:https://github.com/danielsen/dmarc-aggregate-parser

开源协议:MIT License

下载


dmarc-aggregate-parser (dmarcap)

License MIT Python Versions 2.7 3.4 3.5 3.6

dmarcap provides a simple python parser for DMARC aggregate reports as defined
in https://tools.ietf.org/html/rfc7489

Installation

dmarcap is shipped as a distutils package. To install, clone the repository and run:

  1. $ python setup.py install

Usage

To parse an aggregate report:

  1. >>> import dmarcap
  2. >>> aggregate_report = dmarcap.Parser("/path/to/report.xml").parse_report()

Documentation

Further documentation can be found at http://dmarc-aggregate-parser.readthedocs.io/en/latest/