[go: nahoru, domu]

Skip to content

danielsen/dmarc-aggregate-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

$ python setup.py install

Usage

To parse an aggregate report:

>>> import dmarcap
>>> 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/

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Languages