Metadata-Version: 1.0
Name: sikwan.spfcheck
Version: 0.1.4dev
Summary: A package to check SPF status
Home-page: https://github.com/Sikwan/spfcheck
Author: Francois Vanderkelen
Author-email: vanderkelen.francois@gmail.com
License: GPL
Description: SPFChecker
        
        version: 0.1.2dev
        
        Description:
        This package is used to validate SPF or SenderID for your emails. It is your job to gather the sending domain and ip,
        once this is done you can use this package to validate it.
        
        Usage:
        
        - Instatiate the class sikwan.spfchecker.SPFCheck (You can pass a logger to the class if you want verbose mode)
        
        - Use SPFCheck.verify(ip, domain, version). (Note that version is by default to 1 for SPF, use 2 for SenderId)
        
        
        
Keywords: sikwan spf spfcheck
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
