Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 536 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 536 Bytes

domainmagic is a library which combines a bunch of domain/dns lookup tools and stuff often used in related applications

Overview


Generic features


  • parallel processing (threadpool , parallel dns lookups, ...)
  • automatic file updates (geoip database, iana tld list, ...)

Domain/DNS/...


  • validator functions (ip adresses)
  • uri extraction
  • tld/2tld/3tld handling
  • rbl lookups
  • geoIP

Installation


Depencendies:

  • pygeoip
  • dnspython
python setup.py install