{"library":"spf2ip","title":"spf2ip","type":"library","description":"A Python module to resolve IP addresses from an SPF (Sender Policy Framework) DNS record. Returns a set of IPv4 and IPv6 addresses for the given domain. Version 1.0.5, stable release.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install spf2ip"],"cli":null},"imports":["from spf2ip import get_ip_addresses"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/nathandines/SPF2IP","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spf2ip/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spf2ip import get_ip_addresses\n\nips = get_ip_addresses('example.com')\nprint(ips)\n# Output: {'192.0.2.1', '198.51.100.1', '2001:db8::1'}","lang":"python","description":"Retrieve all IP addresses authorized by the SPF record for a domain.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}