Skip to main content

Sane, modular DNS authority (SOA) record parsing

Project description

soaparse

Sane, modular DNS SOA record parsing

Fields are based on https://www.ripe.net/publications/docs/ripe-203

The best-guess email address is parsed from the rname field

Trailing periods are stripped

Usage

import json
import soaparse

soa_record_str = "ns.example.com. email.example.com. 20200101 60 3 2 1"
soa = soaparse.soa_parse(soa_record_str)

json.dumps(soa.__dict__)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soaparse-1.1.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

soaparse-1.1.1-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page