Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 968 Bytes

README.rst

File metadata and controls

46 lines (30 loc) · 968 Bytes

Spamcheck-Python

PyPI GitHub license

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']

Publishing

$ pip install build twine
$ python -m build
$ twine upload dist/*

License

This software is licensed under MIT License