mirror of
https://github.com/adulau/pdns-qof.git
synced 2024-11-22 10:07:09 +00:00
65a1317cd1
Added testdata/ |
||
---|---|---|
.. | ||
__init__.py | ||
cofparser.py | ||
cofparser_jsonschema.py | ||
README.md |
Example python parser
This little package can parse the Passive DNS Common Output Format (COF) and validate it. It is given as example code.
- cofparser.py ... a manually written parser for the COF format
- cofparser_jsonschema.py .... one which uses the JSON schema to validate.