Skip to content

v2.0

Latest

Choose a tag to compare

@campwill campwill released this 08 Dec 22:23
2b3dea8

digkit v2.0

What's Changed

  • Refactored and standardized the Python package structure.
  • Replace setup.py with a modern pyproject.toml configuration.

lookup

  • Added domain name lookup
    • WHOIS - Queries the authoritative WHOIS server for domain registration details.
    • DNS Records - Fetch basic DNS records for a domain name.
  • Added Integrated Circuit Card Identifier (ICCID) decoder

Notes

Installation instructions, examples, and usage examples are available in the project README.

Full Changelog: v1.0...v2.0