A simple Python wrapper for Postmark's Spamcheck API
Project description
A simple Python wrapper for Postmark’s Spamcheck API
Installation
$ pip install spamcheck
Usage
import spamcheck
result = spamcheck.check(your_email_content, report=True)
score = result['score']
report = result['report']
License
This software is licensed under MIT License
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
spamcheck-1.0.tar.gz
(1.5 kB
view hashes)